Skip to content

Bug 1906860: Bump for kube 1.20#236

Merged
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
sgreene570:bump-kube-1.20
Dec 16, 2020
Merged

Bug 1906860: Bump for kube 1.20#236
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
sgreene570:bump-kube-1.20

Conversation

@sgreene570
Copy link
Contributor

@sgreene570 sgreene570 commented Dec 11, 2020

This PR bumps the router's go dependencies for the kubernetes 1.20 release.


kubernetes/kubernetes#95705 added a breaking change in kube 1.20. Commit a3f0f9a addresses this by explicitly using the default back off values in pkg/cmd/infra/router/template.go. Not specifying the WebhookRetryBackoff field in DelegatingAuthorizerConfig/DelegatingAuthenticatorConfig will cause a panic (see upstream PR).

@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Dec 11, 2020
@openshift-ci-robot
Copy link
Contributor

@sgreene570: This pull request references Bugzilla bug 1906860, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

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

In response to this:

Bug 1906860: Bump for kube 1.20

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-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Dec 11, 2020
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 11, 2020
@sgreene570
Copy link
Contributor Author

/retest

@sgreene570
Copy link
Contributor Author

sgreene570 commented Dec 11, 2020

@sgreene570
Copy link
Contributor Author

Concerning error in router logs:
error: retry backoff parameters for delegating authorization webhook has not been specified
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_router/236/pull-ci-openshift-router-master-e2e-agnostic/1337467386416074752/artifacts/e2e-agnostic/gather-extra/pods/openshift-ingress_router-default-6796cd76c7-cqldt_router.log

6d76cec should resolve this runtime error.

@openshift-ci-robot
Copy link
Contributor

@sgreene570: This pull request references Bugzilla bug 1906860, which is valid.

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

In response to this:

Bug 1906860: Bump for kube 1.20

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.

@sgreene570
Copy link
Contributor Author

/retest

@sgreene570 sgreene570 force-pushed the bump-kube-1.20 branch 2 times, most recently from ade8a65 to 13b0455 Compare December 14, 2020 16:19
pkg/cmd/infra/router/template.go:

kubernetes/kubernetes#95705 added the
requirement for specifying the `WebhookRetryBackoff` field in
authentication/authorizer DelegatingAuthenticatorConfig{} struct used for metrics
authentication. This commit explicitly sets the field to the previous
implicitly used defaults, available in "k8s.io/apiserver/pkg/server/options".
This commit is purely for compatability with kubernetes apiserver 1.20 and
does not change behavior.
@sgreene570
Copy link
Contributor Author

/retest

@sgreene570
Copy link
Contributor Author

Concerning error in router logs:
error: retry backoff parameters for delegating authorization webhook has not been specified
https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_router/236/pull-ci-openshift-router-master-e2e-agnostic/1337467386416074752/artifacts/e2e-agnostic/gather-extra/pods/openshift-ingress_router-default-6796cd76c7-cqldt_router.log

6d76cec should resolve this runtime error.

a3f0f9a does resolve the issue (third time is the charm 😁)

@sgreene570
Copy link
Contributor Author

/retest

2 similar comments
@sgreene570
Copy link
Contributor Author

/retest

@sgreene570
Copy link
Contributor Author

/retest

@openshift-ci-robot
Copy link
Contributor

@sgreene570: This pull request references Bugzilla bug 1906860, which is valid.

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

In response to this:

Bug 1906860: Bump for kube 1.20

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.

@frobware
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 16, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: frobware, sgreene570

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:
  • OWNERS [frobware,sgreene570]

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

@openshift-merge-robot openshift-merge-robot merged commit 1615662 into openshift:master Dec 16, 2020
@openshift-ci-robot
Copy link
Contributor

@sgreene570: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 1906860 has not been moved to the MODIFIED state.

Details

In response to this:

Bug 1906860: Bump for kube 1.20

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.

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-medium Referenced Bugzilla bug's severity is medium 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants