mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
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
This commit is contained in:
commit
0b6040ceef
@ -24,8 +24,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
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.
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/path: "_status/vars"
|
||||
|
Loading…
Reference in New Issue
Block a user