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

Move containerd_version to defaults/main.yml #8379

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

oomichi
Copy link
Contributor

@oomichi oomichi commented Jan 6, 2022

What type of PR is this?

/kind bug

What this PR does / why we need it:

All container image versions were defined in download/defaults/main.yml except containerd.
The inconsistency caused the offline script(generate_list.sh) could not output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading krew from a valid URL.

Which issue(s) this PR fixes:

Fixes #8378

Does this PR introduce a user-facing change?:

Fix an issue where offline script could not output URLs of both containerd and krew.

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 6, 2022
@k8s-ci-robot k8s-ci-robot requested review from bozzo and holmsten January 6, 2022 02:01
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: oomichi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 6, 2022
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
@cristicalin
Copy link
Contributor

The CI failures look like we have an issue with the gitlab runner again.

  error: could not create 'build/lib/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_radius.py': No space left on device

/cc @floryut could you take a look?

@floryut
Copy link
Member

floryut commented Jan 6, 2022

The CI failures look like we have an issue with the gitlab runner again.

  error: could not create 'build/lib/ansible_collections/fortinet/fortios/plugins/modules/fortios_user_radius.py': No space left on device

/cc @floryut could you take a look?

Yup, I fixed an issue with the gitlab pods a few days ago, but still some issue with space even after purging everything, still need to check that I guess :<

@cristicalin
Copy link
Contributor

@oomichi 👍

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 9, 2022
@k8s-ci-robot k8s-ci-robot merged commit 51bd9be into kubernetes-sigs:master Jan 9, 2022
oomichi added a commit to oomichi/kubespray that referenced this pull request Feb 7, 2022
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
oomichi added a commit to oomichi/kubespray that referenced this pull request Feb 8, 2022
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
k8s-ci-robot pushed a commit that referenced this pull request Feb 13, 2022
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
sakuraiyuta pushed a commit to sakuraiyuta/kubespray that referenced this pull request Apr 16, 2022
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
@oomichi oomichi mentioned this pull request May 28, 2022
LuckySB pushed a commit to southbridgeio/kubespray that referenced this pull request Jun 29, 2023
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
LuckySB pushed a commit to southbridgeio/kubespray that referenced this pull request Oct 20, 2023
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

offline download files are unavailable
4 participants