Commit 0b6040ce authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33780 from a-robinson/cockroach

Automatic merge from submit-queue Don't tolerate unready endpoints in cockroachdb example That annotation was only included in the initial config due to cargo-culting, and has the potential to break node startup if it resolves its own address to gossip to. @bprashanth @tschottdorf
parents fa88f98f b9f0b04e
...@@ -24,8 +24,6 @@ apiVersion: v1 ...@@ -24,8 +24,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
annotations: annotations:
# Make sure DNS is resolvable during initialization.
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
# Enable automatic monitoring of all instances when Prometheus is running in the cluster. # Enable automatic monitoring of all instances when Prometheus is running in the cluster.
prometheus.io/scrape: "true" prometheus.io/scrape: "true"
prometheus.io/path: "_status/vars" prometheus.io/path: "_status/vars"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment