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

feature: use keepalvied to add vip for virtual cluster #646

Closed
wants to merge 1 commit into from

Conversation

village-way
Copy link
Contributor

@village-way village-way commented Jul 8, 2024

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?


@duanmengkk
Copy link
Contributor

在deploy下面建一个目录,把keepalive的yaml传上去吧,不然代码开源不完整了

@village-way
Copy link
Contributor Author

在deploy下面建一个目录,把keepalive的yaml传上去吧,不然代码开源不完整了

add keepalived manifest file in deploy/k8s-in-k8s/manifeat/keepalived

topologyKey: "kubernetes.io/hostname"
initContainers:
- name: init-keepalived-config
image: {{ .ImageRepository }}/kubectl:v1.25.7-eki.3.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
auth_pass Ae*vee1op@ahng5a
auth_pass XXXXXX

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace the auth_pass

@duanmengkk
Copy link
Contributor

resolve the conflicts

@village-way
Copy link
Contributor Author

this feature already in #689 , close this pr.

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.

support ha for tenant‘s VirtualCluster
2 participants