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

fix: Check that resources are in kubeadm-config configmap before usin… #102

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

jrosser
Copy link
Contributor

@jrosser jrosser commented Jan 16, 2024

…g them

In some conditions the k8s_info module can succeed but return an empty list of resources. This can happen when the api server is running but the kubeadm-config cm is missing, then the next tasks fail with undefined variables.

This patch extends the condition on the kubernetes version check to ensure that resources from kubeadm-config are present.

…g them

In some conditions the k8s_info module can succeed but return and
empty list of resources. This can happen when the api server is
running but the kubeadm-config cm is missing, then the next tasks
fail with undefined variables.

This patch extends the condition on the kubernetes version check to
ensure that resources from kubeadm-config are present.
@mnaser mnaser merged commit 896d670 into vexxhost:main Apr 20, 2024
106 of 108 checks passed
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