Skip to content

Add cert-rotation script into cno #2702

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

Open
wants to merge 1 commit into
base: release-4.18
Choose a base branch
from

Conversation

bpickard22
Copy link
Contributor

update install-cni script to match whereabouts bin so that we get cert rotatation in openshift

we have to break the tokenwatcher section of the whereabouts script out because it was running in an init container, so it would never "complete", hanging the rollout

to accomplish this I created a new whereabouts watcher ds to house this section of the script

IMPORTANT: to enable the token watcher to run you must have the the whereabouts shim in your network object
https://docs.openshift.com/container-platform/4.12/networking/multiple_networks/configuring-additional-network.html#nw-multus-creating-whereabouts-reconciler-daemon-set_configuring-additional-network

(cherry picked from commit 6e82842)

update install-cni script to match whereabouts bin so that we get cert
rotatation in openshift

we have to break the tokenwatcher section of the whereabouts script out
because it was running in an init container, so it would never
"complete", hanging the rollout

to accomplish this I created a new whereabouts watcher ds to house this
section of the script

Signed-off-by: Benjamin Pickard <[email protected]>
(cherry picked from commit 6e82842)
@openshift-ci openshift-ci bot requested review from trozet and tssurya May 9, 2025 16:19
Copy link
Contributor

openshift-ci bot commented May 9, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bpickard22
Once this PR has been reviewed and has the lgtm label, please assign abhat for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

Copy link
Contributor

openshift-ci bot commented May 9, 2025

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

Test name Commit Details Required Rerun command
ci/prow/e2e-network-mtu-migration-ovn-ipv6 89d7afc link false /test e2e-network-mtu-migration-ovn-ipv6
ci/prow/e2e-aws-ovn-shared-to-local-gateway-mode-migration 89d7afc link false /test e2e-aws-ovn-shared-to-local-gateway-mode-migration
ci/prow/e2e-ovn-ipsec-step-registry 89d7afc link false /test e2e-ovn-ipsec-step-registry
ci/prow/e2e-azure-ovn-upgrade 89d7afc link true /test e2e-azure-ovn-upgrade
ci/prow/e2e-aws-ovn-single-node 89d7afc link false /test e2e-aws-ovn-single-node
ci/prow/e2e-aws-ovn-hypershift-conformance 89d7afc link true /test e2e-aws-ovn-hypershift-conformance
ci/prow/e2e-gcp-ovn-techpreview 89d7afc link true /test e2e-gcp-ovn-techpreview
ci/prow/e2e-azure-ovn 89d7afc link false /test e2e-azure-ovn
ci/prow/e2e-aws-ovn-local-to-shared-gateway-mode-migration 89d7afc link false /test e2e-aws-ovn-local-to-shared-gateway-mode-migration
ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec 89d7afc link false /test e2e-metal-ipi-ovn-ipv6-ipsec
ci/prow/4.18-upgrade-from-stable-4.17-e2e-azure-ovn-upgrade 89d7afc link false /test 4.18-upgrade-from-stable-4.17-e2e-azure-ovn-upgrade
ci/prow/e2e-ovn-hybrid-step-registry 89d7afc link false /test e2e-ovn-hybrid-step-registry
ci/prow/e2e-aws-ovn-upgrade 89d7afc link true /test e2e-aws-ovn-upgrade
ci/prow/e2e-gcp-ovn 89d7afc link true /test e2e-gcp-ovn
ci/prow/e2e-aws-ovn-serial 89d7afc link false /test e2e-aws-ovn-serial
ci/prow/4.18-upgrade-from-stable-4.17-e2e-aws-ovn-upgrade 89d7afc link false /test 4.18-upgrade-from-stable-4.17-e2e-aws-ovn-upgrade
ci/prow/e2e-vsphere-ovn 89d7afc link false /test e2e-vsphere-ovn
ci/prow/e2e-metal-ipi-ovn-ipv6 89d7afc link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/okd-scos-e2e-aws-ovn 89d7afc link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-openstack-ovn 89d7afc link false /test e2e-openstack-ovn
ci/prow/e2e-ovn-step-registry 89d7afc link false /test e2e-ovn-step-registry
ci/prow/e2e-gcp-ovn-upgrade 89d7afc link true /test e2e-gcp-ovn-upgrade
ci/prow/4.18-upgrade-from-stable-4.17-e2e-gcp-ovn-upgrade 89d7afc link false /test 4.18-upgrade-from-stable-4.17-e2e-gcp-ovn-upgrade
ci/prow/e2e-vsphere-ovn-dualstack 89d7afc link false /test e2e-vsphere-ovn-dualstack
ci/prow/e2e-aws-ovn-windows 89d7afc link true /test e2e-aws-ovn-windows
ci/prow/e2e-aws-hypershift-ovn-kubevirt 89d7afc link false /test e2e-aws-hypershift-ovn-kubevirt
ci/prow/e2e-vsphere-ovn-dualstack-primaryv6 89d7afc link false /test e2e-vsphere-ovn-dualstack-primaryv6
ci/prow/e2e-network-mtu-migration-ovn-ipv4 89d7afc link false /test e2e-network-mtu-migration-ovn-ipv4
ci/prow/security 89d7afc link false /test security

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant