Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: kube-apiserver config only has single etcd server endpoint #179

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

Downager
Copy link
Contributor

Before

spec:
  containers:
  - command:
    - kube-apiserver
    - ...
    - --etcd-servers=https://ip-10-1-2-3.k8s.cluster:2379

After

spec:
  containers:
  - command:
    - kube-apiserver
    - ...
    - --etcd-servers=https://ip-10-1-2-3.k8s.cluster:2379,https://ip-10-4-5-6.k8s.cluster:2379,https://ip-10-7-8-9.k8s.cluster:2379

@Downager Downager marked this pull request as ready for review November 22, 2023 08:50
@Downager Downager enabled auto-merge (squash) November 22, 2023 08:50
@Downager Downager merged commit 5007ca9 into master Nov 22, 2023
1 of 2 checks passed
@Downager Downager deleted the fix/kube-apiserver-config branch November 22, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants