-
Notifications
You must be signed in to change notification settings - Fork 38
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
OCPBUGS-2046: switched policy for PodDisruptionBudget from v1beta1 to v1 in time for 1.25 #244
OCPBUGS-2046: switched policy for PodDisruptionBudget from v1beta1 to v1 in time for 1.25 #244
Conversation
…a1 to v1 in time for 1.25 this patch is being carried on the openshift release-4.11 so that we can ensure upgrades from 4.11 to 4.12 will work without issue.
@elmiko: No Bugzilla bug is referenced in the title of this pull request. 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. |
@elmiko: No Bugzilla bug is referenced in the title of this pull request. 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. |
@elmiko: This pull request references Jira Issue OCPBUGS-1484, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
/retitle OCPBUGS-2046: switched policy for PodDisruptionBudget from v1beta1 to v1 in time for 1.25 |
@elmiko: No Bugzilla bug is referenced in the title of this pull request. 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. |
@elmiko: This pull request references Jira Issue OCPBUGS-2046, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
/jira refresh |
@sdodson: This pull request references Jira Issue OCPBUGS-2046, which is invalid:
Comment 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. |
@elmiko: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
/jira refresh |
1 similar comment
/jira refresh |
@wking: This pull request references Jira Issue OCPBUGS-2046, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
$ curl -s https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_kubernetes-autoscaler/244/pull-ci-openshift-kubernetes-autoscaler-release-4.11-e2e-aws-operator/1577735316385566720/artifacts/e2e-aws-operator/gather-audit-logs/artifacts/audit-logs.tar | tar xz --strip-components=2
$ zgrep -h system:serviceaccount:openshift-machine-api:cluster-autoscaler kube-apiserver/*.log.gz | jq -c '.objectRef | {apiGroup, apiVersion, resource}' | grep policy | sort | uniq -c
32 {"apiGroup":"policy","apiVersion":"v1","resource":"poddisruptionbudgets"} Which looks good to me 👍 |
And just to refine this slightly. Without the 4.11.z backport, I expect updates from 4.11 to 4.12 would succeed. But there might be a window during the update when the outgoing autoscaler was trying to use the v1beta1 API vs. a Kube API server that no longer understood that version, and there might not be autoscaling until the incoming autoscaler showed up speaking the v1 API. My main interest in the 4.11.z backport is that if we have this code back in 4.11.z, it won't trip the |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/label cherry-pick-approved |
@elmiko: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-2046 has been moved to the MODIFIED state. 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. |
/cherry-pick release-4.10 |
@sdodson: #244 failed to apply on top of branch "release-4.10":
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. |
@elmiko Could you please handle backporting this through to 4.10 |
i'll take a look |
this patch is being carried on the openshift release-4.11 so that we can ensure upgrades from 4.11 to 4.12 will work without issue.