Skip to content

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

Open
ghormoon wants to merge 1 commit into
ReSearchITEng:masterfrom
ghormoon:configurable-cni-name
Open

allow configurable name for cni pods so we're waiting for the right ones#104
ghormoon wants to merge 1 commit into
ReSearchITEng:masterfrom
ghormoon:configurable-cni-name

Conversation

@ghormoon

Copy link
Copy Markdown
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
kubernetesVersion: "v{{ KUBERNETES_VERSION }}"
# dns:
networking:
cni_pod_name: "{{ POD_CNI_NAME }}"

@ReSearchITEng ReSearchITEng Apr 2, 2024

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
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