Skip to content

Commit

Permalink
Merge pull request #427 from squeed/monitoring-add-unready
Browse files Browse the repository at this point in the history
osdn, ovnk: add publishNotReadyAddresses to metrics services
  • Loading branch information
openshift-merge-robot committed Dec 19, 2019
2 parents 2cbee6c + f9cdcff commit ea4ea61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/network/openshift-sdn/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
selector:
app: sdn
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: metrics
port: 9101
Expand Down
2 changes: 2 additions & 0 deletions bindata/network/ovn-kubernetes/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
selector:
app: ovnkube-master
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: metrics
port: 9102
Expand Down Expand Up @@ -72,6 +73,7 @@ spec:
selector:
app: ovnkube-node
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: metrics
port: 9101
Expand Down

0 comments on commit ea4ea61

Please sign in to comment.