Skip to content

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.

@ghormoon ghormoon force-pushed the configurable-cni-name branch from 6c0a471 to 4d7703d Compare March 30, 2024 01:44
@ghormoon ghormoon force-pushed the configurable-cni-name branch from 4d7703d to b448560 Compare March 30, 2024 01:45
@@ -29,6 +29,7 @@ ClusterConfiguration:
kubernetesVersion: "v{{ KUBERNETES_VERSION }}"
# dns:
networking:
cni_pod_name: "{{ POD_CNI_NAME }}"
Copy link
Owner

@ReSearchITEng ReSearchITEng Apr 2, 2024

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.

2 participants