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

Kubespray release-2.24 (v2.24.1) issue with calico version v3.25.2 #11195

Open
hadi2f244 opened this issue May 15, 2024 · 1 comment
Open

Kubespray release-2.24 (v2.24.1) issue with calico version v3.25.2 #11195

hadi2f244 opened this issue May 15, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@hadi2f244
Copy link

hadi2f244 commented May 15, 2024

What happened?

Error on installing calico v3.25.2 with kubespray release-2.24 (v2.24.1) because of the differences in calico manifests:

projectcalico/calico#8825

What did you expect to happen?

Proper manifest for older calico version.

How can we reproduce it (as minimally and precisely as possible)?

Change calico_version to v3.25.2 in kubespray release-2.24 (v2.24.1).
Related manifest file

OS

Linux 5.4.0-169-generic x86_64
Ubuntu 20.04.6 LTS (Focal Fossa)
Calico V3.25.2
Kubespray release 2.24 (v2.24.1)

Version of Ansible

ansible [core 2.15.10]
config file = None
configured module search path = ['/home/hadi/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/hadi/kubespray/.venv/lib/python3.11/site-packages/ansible
ansible collection location = /home/hadi/.ansible/collections:/usr/share/ansible/collections
executable location = /home/hadi/kubespray/.venv//bin/ansible
python version = 3.11.9 (main, Apr 6 2024, 17:59:24) [GCC 9.4.0] (/home/hadi/kubespray/.venv//bin/python3.11)
jinja version = 3.1.2
libyaml = True

Version of Python

Python 3.11.9

Version of Kubespray (commit)

64447e7

Network plugin used

calico

Full inventory with variables

Default ones

Command used to invoke ansible

Output of ansible run

Anything else we need to know

No response

@hadi2f244 hadi2f244 added the kind/bug Categorizes issue or PR as related to a bug. label May 15, 2024
hadi2f244 pushed a commit to asax-platform/kubespray that referenced this issue May 15, 2024
@hadi2f244
Copy link
Author

hadi2f244 commented May 16, 2024

I also compare calico installation manifest over V3.23.0 here:

calico_version_manifest_differences

As I know, Some of them can be disruptive like the one I mentioned between Calico v3.25.X and v3.26.X.
Also, It also be possible for other templates and tools and If it is one of the Kubespray principles to contains all the manifests in the code, much better to automate it and find the upgrades in the tools installation manifests automatically to avoid such a simple inconsistency.

Related: #10416 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant