Skip to content

Commit 481f0a8

Browse files
author
Nicholas Jones
authored
Merge pull request #32 from utilitywarehouse/rm-depr-annotation
Remove usage of deprecated tolerate-unready-endpoints annotation
2 parents fe1969b + bf043fe commit 481f0a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

base/service.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ metadata:
3131
labels:
3232
app: cockroachdb
3333
annotations:
34-
# Use this annotation in addition to the actual publishNotReadyAddresses
35-
# field below because the annotation will stop being respected soon but the
36-
# field is broken in some versions of Kubernetes:
37-
# https://github.com/kubernetes/kubernetes/issues/58662
38-
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
3934
# Enable automatic monitoring of all instances when Prometheus is running in the cluster.
4035
prometheus.io/scrape: "true"
4136
prometheus.io/path: "_status/vars"

0 commit comments

Comments
 (0)