-
Notifications
You must be signed in to change notification settings - Fork 215
OCPBUGS-8304: Adding admin-gate ack-4.12-kube-1.26-api-removals-in-4.13 #908
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-8304: Adding admin-gate ack-4.12-kube-1.26-api-removals-in-4.13 #908
Conversation
|
@LalatenduMohanty: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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. |
|
@LalatenduMohanty: This pull request references Jira Issue OCPBUGS-8304, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
69cfceb to
988c530
Compare
|
/jira refresh |
|
@LalatenduMohanty: This pull request references Jira Issue OCPBUGS-8304, which is invalid:
Comment DetailsIn 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 |
|
@LalatenduMohanty: This pull request references Jira Issue OCPBUGS-8304, which is invalid:
Comment DetailsIn 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 |
|
@LalatenduMohanty: This pull request references Jira Issue OCPBUGS-8304, 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: DetailsIn 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. |
install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
Outdated
Show resolved
Hide resolved
install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
Outdated
Show resolved
Hide resolved
988c530 to
4730588
Compare
wking
left a comment
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
install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
4730588 to
2234774
Compare
|
/test ci/prow/unit |
|
@LalatenduMohanty: The specified target(s) for
Use
DetailsIn 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. |
|
/test unit |
1 similar comment
|
/test unit |
DavidHurta
left a comment
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.
Looks good!
Data is indented correctly resulting in ack-4.12-kube-1.26-api-removals-in-4.13 being a child of data.
$ git cat-file -p PR908:install/0000_00_cluster-version-operator_01_admingate_configmap.yaml | yq -o=json
{
"apiVersion": "v1",
"kind": "ConfigMap",
"data": {
"ack-4.12-kube-1.26-api-removals-in-4.13": "Kubernetes 1.26 and therefore OpenShift 4.13 remove several APIs which require admin consideration. Please see the knowledge article https://access.redhat.com/articles/6958394 for details and instructions."
},
"metadata": {
"name": "admin-gates",
"namespace": "openshift-config-managed",
"annotations": {
"kubernetes.io/description": "Define update gates for the administrator to acknowledge in the admin-acks ConfigMap in the openshift-config namespace.",
"include.release.openshift.io/ibm-cloud-managed": "true",
"include.release.openshift.io/self-managed-high-availability": "true"
}
}
}Using git diff --word-diff we can see only the necessary information was changed, and the Kubernetes version is correct (#908 (comment)).
$ git --no-pager diff --word-diff upstream/release-4.11..PR908 -- install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
diff --git a/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml b/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
index 6d897cfe..f468c907 100644
--- a/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
+++ b/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
kind: ConfigMap
data:
[-ack-4.11-kube-1.25-api-removals-in-4.12:-]{+ack-4.12-kube-1.26-api-removals-in-4.13:+} |-
Kubernetes [-1.25-]{+1.26+} and therefore OpenShift [-4.12-]{+4.13+} remove several APIs which require admin consideration. Please see the knowledge article [-https://access.redhat.com/articles/6955381-]{+https://access.redhat.com/articles/6958394+} for details and instructions.
metadata:
name: admin-gates
namespace: openshift-config-managed|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Davoska, LalatenduMohanty, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-agnostic-upgrade-into-change e2e-agnostic-upgrade-out-of-change |
|
/override ci/prow/e2e-agnostic-upgrade-out-of-change |
|
@wking: Overrode contexts on behalf of wking: ci/prow/e2e-agnostic-upgrade-out-of-change DetailsIn 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. |
|
@LalatenduMohanty: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/label backport-risk-assessed |
|
@evakhoni can you add the cherry-pick-approved labels |
I'm afraid Evgeni and I don't have permission. @jianlinliu could you please help with it? |
|
/label cherry-pick-approved |
|
@LalatenduMohanty: Jira Issue OCPBUGS-8304: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-8304 has been moved to the MODIFIED state. DetailsIn 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. |
No description provided.