Skip to content

Commit

Permalink
update metrics bind addr
Browse files Browse the repository at this point in the history
  • Loading branch information
shysank committed Oct 25, 2021
1 parent 5d23799 commit c47fdc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: "--leader-elect"
new: "--leader-elect=false"
- old: --metrics-bind-addr=localhost:8080
new: --metrics-bind-addr=:8080

- name: kubeadm
type: BootstrapProvider
versions:
Expand All @@ -39,6 +42,8 @@ providers:
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- old: --metrics-bind-addr=localhost:8080
new: --metrics-bind-addr=:8080
- name: v1.0.0
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.0/bootstrap-components.yaml
type: url
Expand Down Expand Up @@ -71,6 +76,9 @@ providers:
new: "imagePullPolicy: IfNotPresent"
- old: "--leader-elect"
new: "--leader-elect=false"
- old: --metrics-bind-addr=localhost:8080
new: --metrics-bind-addr=:8080

- name: azure
type: InfrastructureProvider
versions:
Expand Down

0 comments on commit c47fdc9

Please sign in to comment.