-
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
Download once for crio #6998
Download once for crio #6998
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LuckySB 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 |
47922be
to
02033a4
Compare
/lgtm |
3fa87f1
to
8d42b9c
Compare
Very bad PR I fix crio cluster upgrade procedure in anothe PR |
Well it was approved by the community and it solves the problem! I don't understand why you mix 1.18 and 1.19 in your comment? |
And why do you just revert work done by someone else in the same dev cycle without any discussion? |
The community can be wrong too.
I completely agree with you. |
I still don't understand why you from master (1.19) should be able to deploy 1.18. To me that is a major design flaw in kubespray! If you want 1.18 use the 2.14 branch! There is no CI for this use case. Hard to see the promised "production grade" as long as something not tested in CI is allowed by design |
master is not only for 1.19. kubespray allow to install all supported vesion of k8s
|
I agree we should match the CRI-O version with the k8s one, as stated in their support matrix. I assume that PR is to make it sure of that? |
I remember I did a similar logic with crictl, see kubespray/roles/download/defaults/main.yml Lines 90 to 95 in 00e0f3b
maybe we could reuse that for CRI-O? |
How can something already merged break ci? |
8d42b9c
to
0f64ac0
Compare
see log. |
/lgtm |
* download run once feature for CRI-O * fix typo * fix test
Download all images on one server and copy it to all others
/kind feature
docker deprecated in k8s 1.20, so time to extend docker features to other environments