-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Trying to download gcr.io/google-containers/pause:3.3 which does not exist #8092
Comments
The pause version has been updated to current 3.3 with #6660 which pull request is 1 year ago.
|
I pulled manualy |
Looks like your |
My cluster was in version v1.15.11 before I started to upgrade, my version was too old ? |
The path is here
You may have change it in your variables though |
Here is my yaml :
I do not modify the yaml of kubespray... |
On the previous job in kubespray it list image used on my cluster and I got previous version image like |
The problem was about my group-vars was set with the 1.15.11 version and not set in 1.19. I changed in |
Hi,
I have a kubernetes cluster on 3 servers that are in version 1.18.0. I'm trying to upgrade to 1.19.7 them with kubespray in version 2.17.0.
I already upgraded from 1.15.11 to 1.16, 1.16 to 1.17 and 1.17 to 1.18 and it works perfectly.
When I upgrade them it try to download : gcr.io/google-containers/pause:3.3
This tag of this container doesn't exist in repo
and doesn't exist on my server.
I check the command executed by kubespray and I can found this container on tag 3.1 or 3.2 but not on 3.3 (it seems normal).
Environment:
Cloud provider or hardware configuration:
3 Virtual servers 2 CPU, 2 Go ram, 80 Go storage
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):All servers are under
ansible --version
):python --version
):Python 3.8.10
Kubespray version (commit) (
git rev-parse --short HEAD
):tag :
v2.17.0
orb83e8b02
Network plugin used:
Connection direct to the server with ssh
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):All host are configured in my ssh config
Command used to invoke ansible:
ansible-playbook -i ../infra/inventory/vizima/inventoy.ini cluster.yml -b -v -e kube_version=v1.19.7 -e upgrade_cluster_setup=true
or
ansible-playbook -i ../infra/inventory/vizima/inventoy.ini upgrade-cluster.yml -b -v -e kube_version=v1.19.7
Output of ansible run:
The text was updated successfully, but these errors were encountered: