Skip to content

Commit

Permalink
Use release branch for costallocation in Platform,C2 and Playground (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Apr 12, 2024
1 parent d246bc7 commit 5538e21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 286 deletions.
1 change: 0 additions & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Handled by script, see file header in [install_base_components.sh](./install_bas
This script requires secret files to be available in the `keyvault` of the corresponding subscription (i.e. `radixprod` or `radixdev`), as follows.

* `slack-token`
* `prometheus-token` # htpasswd file used to authenticate towards Prometheus
* `grafana-database-password` # grafana database password
* `external-dns-azure-secret` # external-dns credentials file

Expand Down
9 changes: 0 additions & 9 deletions scripts/app_alias/configs/prometheus.env

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/prometheus-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# Prometheus Operator

## Table of contents

- [Refresh secrets](#Refresh-secrets)

### Refresh secrets

Refreshing secrets for Prometheus Operator can be done in 2 steps:
1. Update `prometheus-token` secret with new password in KV
1. One way to generate a password is to use `openssl rand -base64 32`. This will generate a 32 character string.
2. Run [configure.sh](./configure.sh) to update components in kubernetes cluster.
3. After updating the secrets we need to run [apply_scrape_config.sh](https://github.com/equinor/radix-monitoring/blob/master/cluster-external-monitoring/scripts/kube-prometheus-stack/apply_scrape_config.sh) on `external monitor cluster` to restart the component pods and force it to read the updated k8s secret(s)
265 changes: 0 additions & 265 deletions scripts/prometheus-operator/configure.sh

This file was deleted.

0 comments on commit 5538e21

Please sign in to comment.