-
Notifications
You must be signed in to change notification settings - Fork 242
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
Install cri-tools on Amazon Linux 2 #1282
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xmudrii 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 |
420d000
to
92277e5
Compare
Signed-off-by: Marko Mudrinić <[email protected]>
92277e5
to
0d707dd
Compare
/hold |
LGTM label has been added. Git tree hash: b15920e1e2356f581fea6b6100138cbd09525162
|
Signed-off-by: Marko Mudrinić <[email protected]>
LGTM label has been added. Git tree hash: 4930b4fdc0562c09c32c5708a51e21b279263310
|
/retest |
/retest |
/cherrypick release/v1.2 |
@xmudrii: new pull request created: #1283 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
* upstream/master: (23 commits) Use spot instances for E2E on AWS (kubermatic#1310) Add Kubernetes 1.21 presubmits (kubermatic#1312) Add Kubernetes 1.21 binaries to the kubeone-e2e image (kubermatic#1311) [Azure] Added 30 second delay in output so that publicIP for Azure VM is available (kubermatic#1306) Remove e2e build tag (kubermatic#1305) Automate certificates renew (kubermatic#1300) Disable repo_gpgcheck for the Kubernetes yum repo (kubermatic#1304) Unattended upgrades addon (kubermatic#1291) Add the changelog for the v1.2.1 release (kubermatic#1292) Use admissionregistration v1 (kubermatic#1290) Upgrade machinecontroller to v1.27.4 (kubermatic#1288) Install cri-tools on Amazon Linux 2 (kubermatic#1282) Add the changelog for the v1.2.0 release (kubermatic#1275) Upgrade dependencies (kubermatic#1279) Use machinecontroller v1.27.1 to fix issue with flatcar (kubermatic#1276) shfmt (kubermatic#1274) Upgrade machinecontroller to v1.27.0 (kubermatic#1272) Add the changelog for the v1.2.0-rc.1 release (kubermatic#1270) Update E2E tests to use Go 1.16.1 (kubermatic#1268) Update the kubeone-e2e image and build jobs to Go 1.16.1 (kubermatic#1267) ...
What this PR does / why we need it:
Amazon Linux 2 doesn't install
crictl
by default. We use crictl to restart the API server if it's affected by #1222. Additionally, kubeadm verifies iscrictl
present if containerd is used.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1281
Does this PR introduce a user-facing change?:
/assign @kron4eg