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

Bug 1986003: Rebase 1.22.1 #916

Merged
merged 79 commits into from Aug 30, 2021

Conversation

soltysh
Copy link
Member

@soltysh soltysh commented Aug 30, 2021

Alternative to #914

/assign @mfojtik @sttts @damemi

saschagrunert and others added 30 commits July 21, 2021 17:30
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>
…rry-pick-of-#103806-upstream-release-1.22

Automated cherry pick of kubernetes#103806: Fetch metrics from controller manager & scheduler no run once
use deployment based on upstream manifest

- add liveness and readiness probes
- use kubelet port secure port

https://github.com/kubernetes-sigs/metrics-server/blob/release-0.4/manifests/base/deployment.yaml#L32-L38
That PR fixes --audit-log-path=- support.
It now logs to stdout as in 1.21.
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>
…-of-#103713-upstream-release-1.22

Automated cherry pick of kubernetes#103713: cluster: fix CI metrics-server deployment
…cherry-pick

Do not try to create an audit log file named "-"
…pick-of-#103743-upstream-release-1.22

Automated cherry pick of kubernetes#103743: vendor: bump runc to 1.0.1
Includes a fix to prevent the agent writing to a closed channel.
…rry-pick-of-#103815-upstream-release-1.22

Automated cherry pick of kubernetes#103815: Fix SIG Node SSH e2e test
…ck-of-#103823-upstream-release-1.22

Automated cherry pick of kubernetes#103823: Make CSR cleaner tolerate objects with invalid
…ck-of-#103831-upstream-release-1.22

Automated cherry pick of kubernetes#103831: disable aufs module
…ick-of-#103895-upstream-release-1.22

Automated cherry pick of kubernetes#103895: Update to using apiserver-network-proxy v1.22
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
…-pick-of-#103865-upstream-release-1.22

Automated cherry pick of kubernetes#103865: Add e2e testing manifest bundle to e2e_node test suite
…-pick-of-#103439-upstream-release-1.22

Automated cherry pick of kubernetes#103439: fix azure disk translation issue
…ick-of-#103937-upstream-release-1.22

Automated cherry pick of kubernetes#103937: Fix disruptive subPath test failures
…-pick-of-#103827-upstream-release-1.22

Automated cherry pick of kubernetes#103827: Remove conformance status from a sysctl test and relabel
…pick-of-#104033-upstream-release-1.22

Automated cherry pick of kubernetes#104033: Revert "Add a namespace label to admission metrics and expand
@soltysh
Copy link
Member Author

soltysh commented Aug 30, 2021

/override ci/prow/verify-commits

@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

@soltysh: Overrode contexts on behalf of soltysh: ci/prow/verify-commits

In response to this:

/override ci/prow/verify-commits

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.

@soltysh
Copy link
Member Author

soltysh commented Aug 30, 2021

/override ci/prow/verify-commits

@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

@soltysh: Overrode contexts on behalf of soltysh: ci/prow/verify-commits

In response to this:

/override ci/prow/verify-commits

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.

@sttts
Copy link

sttts commented Aug 30, 2021

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 30, 2021
@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: soltysh, sttts

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

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@soltysh soltysh changed the title Rebase 1.22.1 Bug 1986003: Rebase 1.22.1 Aug 30, 2021
@soltysh
Copy link
Member Author

soltysh commented Aug 30, 2021

/override ci/prow/e2e-agnostic-cmd
this is optional and is being actively worked on

@soltysh
Copy link
Member Author

soltysh commented Aug 30, 2021

/bugzilla refresh

@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

@soltysh: Overrode contexts on behalf of soltysh: ci/prow/e2e-agnostic-cmd

In response to this:

/override ci/prow/e2e-agnostic-cmd
this is optional and is being actively worked on

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.

@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

@soltysh: An error was encountered querying GitHub for users with public email (kewang@redhat.com) for bug 1986003 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details.

Full error message. non-200 OK status code: 403 Forbidden body: "{\n \"documentation_url\": \"https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits\",\n \"message\": \"You have exceeded a secondary rate limit. Please wait a few minutes before you try again.\"\n}\n"

Please contact an administrator to resolve this issue, then request a bug refresh with /bugzilla refresh.

In response to this:

/bugzilla refresh

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.

@soltysh
Copy link
Member Author

soltysh commented Aug 30, 2021

/bugzilla refresh

1 similar comment
@sttts
Copy link

sttts commented Aug 30, 2021

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Aug 30, 2021
@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2021

@sttts: This pull request references Bugzilla bug 1986003, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.0) matches configured target release for branch (4.9.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @wangke19

In response to this:

/bugzilla refresh

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.

@openshift-ci openshift-ci bot requested a review from wangke19 August 30, 2021 18:04
@openshift-merge-robot openshift-merge-robot merged commit d08c23e into openshift:master 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. bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet