Skip to content

Bump kubernetes to 1.22.1#913

Closed
mfojtik wants to merge 45 commits intoopenshift:masterfrom
mfojtik:kube-1.22.1
Closed

Bump kubernetes to 1.22.1#913
mfojtik wants to merge 45 commits intoopenshift:masterfrom
mfojtik:kube-1.22.1

Conversation

@mfojtik
Copy link

@mfojtik mfojtik commented Aug 27, 2021

No description provided.

@openshift-ci-robot openshift-ci-robot added the backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. label Aug 27, 2021
@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 27, 2021
@openshift-ci-robot
Copy link

@mfojtik: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

@openshift-ci
Copy link

openshift-ci bot commented Aug 27, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mfojtik

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

The pull request process is described here

Details 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

@openshift-ci openshift-ci bot added the vendor-update Touching vendor dir or related files label Aug 27, 2021
@openshift-ci openshift-ci bot requested review from marun and mrunalp August 27, 2021 14:25
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 27, 2021
kolyshkin and others added 18 commits August 27, 2021 16:26
The commands used were (roughly):

	hack/pin-dependency.sh github.com/opencontainers/runc v1.0.1
	hack/lint-dependencies.sh
	# Follow its recommendations.
	hack/pin-dependency.sh github.com/cilium/ebpf v0.6.2
	hack/pin-dependency.sh github.com/opencontainers/selinux v1.8.2
	hack/pin-dependency.sh github.com/sirupsen/logrus v1.8.1
	# Recheck.
	hack/lint-dependencies.sh
	GO111MODULE=on go mod edit -dropreplace github.com/willf/bitset
	hack/update-vendor.sh
	# Recheck.
	hack/lint-dependencies.sh
	hack/update-internal-modules.sh
	# Recheck.
	hack/lint-dependencies.sh

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Since runc 1.0.0 it is now sufficient to have SkipDevices: true.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This assumes that SSH via bastion works if the `KUBE_SSH_BASTION`
environment variable is set, which is the case for
`pull-kubernetes-e2e-gce-correctness`.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Includes a fix to prevent the agent writing to a closed channel.
This PR fixes two distruptive subpath test failures.

1. disable --check-volume-lifecycle check
2. skip hostpath driver tests on graceful pod deletion test too.

See details in
kubernetes#103651 (comment)

Change-Id: Ibecd051be865feea5f2a92d22ade848367400939
…rate (kubernetes#104018)

* Add failing test case

* Update golang.org/x/time/rate

* Call update-internal-modules from update-vendor
For some reason when we send them to journald, many log lines are
consistently dropped as soon as the PLEG is started.

If we log directly to file, we don't have this problem. As a bonus, if
the tests crash, the kubelet logs will always be available since they
were already written; otherwise we normally wait until the end of the
test run to collect them from journald, meaning that we often end up
with empty logs.
saschagrunert and others added 20 commits August 27, 2021 16:29
The dependencies have been added twice because they were already part of
the release notes draft:

https://github.com/kubernetes/sig-release/blob/master/releases/release-1.22/release-notes/release-notes-draft.md

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
add live-restore true by default.
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
Change-Id: If90d6f4c4e6a5b5706fa255f058249b3c5a28e35
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 27, 2021
@openshift-ci-robot
Copy link

@mfojtik: the contents of this pull request could not be automatically validated.

The following commits could not be validated and must be approved by a top-level approver:

@mfojtik mfojtik changed the title Kube 1.22.1 Bump kubernetes to 1.22.1 Aug 27, 2021
@sttts sttts removed the backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. label Aug 27, 2021
@openshift-ci
Copy link

openshift-ci bot commented Aug 27, 2021

@mfojtik: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Rerun command
ci/prow/verify-commits a2b3b20 link /test verify-commits
ci/prow/verify a2b3b20 link /test verify
ci/prow/k8s-e2e-gcp-serial a2b3b20 link /test k8s-e2e-gcp-serial
ci/prow/k8s-e2e-gcp a2b3b20 link /test k8s-e2e-gcp
ci/prow/e2e-agnostic-cmd a2b3b20 link /test e2e-agnostic-cmd
ci/prow/e2e-gcp-upgrade a2b3b20 link /test e2e-gcp-upgrade
ci/prow/e2e-azure-upgrade a2b3b20 link /test e2e-azure-upgrade

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@damemi damemi mentioned this pull request Aug 27, 2021
@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 29, 2021
@openshift-ci
Copy link

openshift-ci bot commented Aug 29, 2021

@mfojtik: PR needs rebase.

Details

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.

@mfojtik mfojtik closed this Aug 30, 2021
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. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. vendor-update Touching vendor dir or related files

Projects

None yet

Development

Successfully merging this pull request may close these issues.