Skip to content

Commit

Permalink
Remove azure provider (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Mar 18, 2024
1 parent 6ab9bbf commit a0db11d
Show file tree
Hide file tree
Showing 42 changed files with 5 additions and 3,233 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: azure-app-collection
context: "architect"
app_name: "prometheus-meta-operator"
app_namespace: "monitoring"
app_collection_repo: "azure-app-collection"
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capa-app-collection
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove the `azure` provider.

## [4.70.3] - 2024-03-18

### Fixed
Expand Down
11 changes: 0 additions & 11 deletions Documentation/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,11 @@
- aws-operator
- cluster-autoscaler

### Azure specific

- azure-operator
- cluster-autoscaler

## Missing

- prometheus-operator-app
- CP prometheus
- TC prometheus
- azure-collector

## Not scraped

Expand All @@ -76,11 +70,6 @@
- kiam
- opa-mutator-app

### Azure specific

- azure-admission-controller
- calico-typha

## Unscrapeable

* happa: not exposing any metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,6 @@
target_label: nodepool
replacement: ${1}
action: replace
# Override with label for Azure clusters if exists.
- source_labels: [app,label_giantswarm_io_machine_pool]
regex: kube-state-metrics;(.+)
target_label: nodepool
replacement: ${1}
action: replace
- action: labeldrop
regex: label_giantswarm_io_machine_pool|label_giantswarm_io_machine_deployment
[[- if eq .ClusterType "management_cluster" ]]
Expand Down
2 changes: 1 addition & 1 deletion helm/prometheus-meta-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ data:
customer: {{ .Values.managementCluster.customer }}
name: {{ .Values.managementCluster.name }}
pipeline: {{ .Values.managementCluster.pipeline }}
{{- $providers := list "aws" "azure" "gcp" "capa" "capz" }}
{{- $providers := list "aws" "gcp" "capa" "capz" }}
{{- if has .Values.managementCluster.provider.kind $providers }}
region: {{ .Values.managementCluster.provider.region }}
{{- else }}
Expand Down
14 changes: 0 additions & 14 deletions pkg/unittest/input/vintage/case-4-azure-v18.golden

This file was deleted.

Loading

0 comments on commit a0db11d

Please sign in to comment.