-
Notifications
You must be signed in to change notification settings - Fork 50
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
feature: use keepalvied to add vip for virtual cluster #646
Conversation
在deploy下面建一个目录,把keepalive的yaml传上去吧,不然代码开源不完整了 |
add keepalived manifest file in |
topologyKey: "kubernetes.io/hostname" | ||
initContainers: | ||
- name: init-keepalived-config | ||
image: {{ .ImageRepository }}/kubectl:v1.25.7-eki.3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image: {{ .ImageRepository }}/kubectl:v1.25.7-eki.3.0.0 | |
image: {{ .ImageRepository }}/kubectl:v1.25.7 |
advert_int 1 | ||
authentication { | ||
auth_type PASS | ||
auth_pass Ae*vee1op@ahng5a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auth_pass Ae*vee1op@ahng5a | |
auth_pass XXXXXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace the auth_pass
Signed-off-by: wangdepeng <[email protected]>
resolve the conflicts |
this feature already in #689 , close this pr. |
What type of PR is this?
/kind feature
What does this PR do?
add vip for kube in kube for tenant cluster
Which issue(s) does this PR fix?
Fixes #635
Special notes for your reviewer:
Does this PR introduce a user-facing change?