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

group vars - multiple vars with same name, different value #1

Closed
seaneon opened this issue Feb 20, 2020 · 2 comments
Closed

group vars - multiple vars with same name, different value #1

seaneon opened this issue Feb 20, 2020 · 2 comments

Comments

@seaneon
Copy link
Collaborator

seaneon commented Feb 20, 2020

https://github.com/alta3/kubernetes-the-alta3-way/blob/1.17/group_vars/all.yml

@sgriffith3
see lines 25-35

versions

k8s_version: "1.17.3"
etcd_version: "3.2.17"
cni_version: "0.8.2"
containerd_version: "1.2.6"
cri_tools_version: "1.17.0"
cni_version: "0.8.5"
containerd_version: "1.2.6"
cri_tools_version: "1.13.0"
cfssl_version: "1.3.4"
runc_version: "1.0.0-rc8"

There might be more spots like this.

@sgriffith3
Copy link
Contributor

Did this cause this to break? If not, which versions were used?

I see that this could be improved, but please provide some more information on how you would like it to be improved.

@sgriffith3
Copy link
Contributor

sgriffith3 commented Mar 12, 2020

I removed the following lines. Install still works, and I am able to perform a kubectl get ns.

cni_version: "0.8.5"
containerd_version: "1.2.6"
cri_tools_version: "1.13.0"

I am closing this issue now. We will reopen if the labs fail upon testing due to possible version skewing.

bryfry added a commit that referenced this issue Jan 30, 2022
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

No branches or pull requests

2 participants