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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all.yml #522

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mrkhachaturov
Copy link

@mrkhachaturov mrkhachaturov commented Jun 7, 2024

Added kube_vip_iface variable

Proposed Changes

Checklist

  • Tested locally
  • Ran site.yml playbook
  • Ran reset.yml playbook
  • Did not add any unnecessary changes
  • Ran pre-commit install at least once before committing
  • 馃殌

Added kube_vip_iface variable
@@ -10,6 +10,9 @@ system_timezone: "Your/Timezone"
# interface which will be used for flannel
flannel_iface: "eth0"

# interface which will be used for kube-vip
kube_vip_iface: "eth0"
Copy link
Contributor

@timothystewart6 timothystewart6 Jun 9, 2024

Choose a reason for hiding this comment

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

I don't think we should hardcode a default here. kube-vip will determine one on its own. I do think it would be nice to add it, but commented out. Something like:

# uncomment kube_vip_iface to override the default kube-vip interface
# kube_vip_iface: "eth0"

Copy link
Author

Choose a reason for hiding this comment

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

Hi @timothystewart6. Sure, adding a comment will also be nice

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