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

allow configurable name for cni pods so we're waiting for the right ones #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghormoon
Copy link
Contributor

This PR allows user to configure POD_CNI_NAME in variables. The reason is, if you replace calico with other CNI (eg antrea) in addons, it will wait long time for calico-node to come up. It makes more sense to be able to conifgure CNI-specific name to wait for.

@@ -29,6 +29,7 @@ ClusterConfiguration:
kubernetesVersion: "v{{ KUBERNETES_VERSION }}"
# dns:
networking:
cni_pod_name: "{{ POD_CNI_NAME }}"
Copy link
Owner

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is only used in your "grep" searches for pods. should i put it in another place in the variable stercture?

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