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

ETCD-512: refactoring the cert signer controller #1194

Merged
merged 1 commit into from Feb 6, 2024

Conversation

tjungblu
Copy link
Contributor

@tjungblu tjungblu commented Feb 2, 2024

Second try, containing a fix for the client secret deletion described in:
https://issues.redhat.com/browse/TRT-1485?focusedId=24060763&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-24060763


This PR will

  • replace the existing cert rotation logic with more battle tested ones from library-go
  • create new signer certificates (metrics + serving) in openshift-etcd namespace, in addition to existing ones in openshift-config
  • create new server certificates (peer, serving, serving-metrics)
  • create new client certificates (etcd-client, etcd-metrics)
  • bundle existing signer certificates with newly created CAs (to stay backward compatible)

The consequence of merging this PR is:

  • an additional static pod rollout during installation and upgrades (slightly longer install/upgrade time expected)
  • all existing certs are rotated with existing old and new signers, which are distributed to all nodes for actual signer rotation later on

@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 2, 2024

@tjungblu: This pull request references ETCD-512 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.16.0" version, but no target version was set.

In response to this:

Second try, containing a fix for the client secret deletion described in:
https://issues.redhat.com/browse/TRT-1485?focusedId=24060763&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-24060763


This PR will

  • replace the existing cert rotation logic with more battle tested ones from library-go
  • create new signer certificates (metrics + serving) in openshift-etcd namespace, in addition to existing ones in openshift-config
  • create new server certificates (peer, serving, serving-metrics)
  • create new client certificates (etcd-client, etcd-metrics)
  • bundle existing signer certificates with newly created CAs (to stay backward compatible)

The consequence of merging this PR is:

  • an additional static pod rollout during installation and upgrades (slightly longer install/upgrade time expected)
  • all existing certs are rotated with existing old and new signers, which are distributed to all nodes for actual signer rotation later 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 2, 2024
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 2, 2024
@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 2, 2024

/payload 4.16 nightly blocking

Copy link
Contributor

openshift-ci bot commented Feb 2, 2024

@tjungblu: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/394126f0-c1d5-11ee-9c5f-e0ca9c5926f2-0

@dusk125
Copy link
Contributor

dusk125 commented Feb 2, 2024

/override ci/prow/e2e-gcp-qe-no-capabilities

Copy link
Contributor

openshift-ci bot commented Feb 2, 2024

@dusk125: Overrode contexts on behalf of dusk125: ci/prow/e2e-gcp-qe-no-capabilities

In response to this:

/override ci/prow/e2e-gcp-qe-no-capabilities

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.

Copy link
Contributor

openshift-ci bot commented Feb 2, 2024

@tjungblu: The following test 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-aws-etcd-recovery 9408eef link false /test e2e-aws-etcd-recovery

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.

@hasbro17
Copy link
Contributor

hasbro17 commented Feb 5, 2024

/payload 4.16 nightly blocking

/retest-required

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@hasbro17: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/7e4b76b0-c3f6-11ee-8613-f3389024c56c-0

This PR will
* replace the existing cert rotation logic with more battle tested ones from library-go
* create new signer certificates (metrics + serving) in openshift-etcd namespace, in addition to existing ones in openshift-config
* create new server certificates (peer, serving, serving-metrics)
* create new client certificates (etcd-client, etcd-metrics)
* bundle existing signer certificates with newly created CAs (to stay backward compatible)

The consequence of merging this PR is:
* an additional static pod rollout during installation and upgrades (slightly longer install/upgrade time expected)
* all existing certs are rotated with existing old and new signers, which are distributed to all nodes for actual signer rotation later on

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/payload 4.16 nightly blocking

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@tjungblu: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/a3e015c0-c400-11ee-94e3-370cbf03b515-0

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/test ?

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@tjungblu: The following commands are available to trigger required jobs:

  • /test e2e-agnostic-ovn
  • /test e2e-agnostic-ovn-upgrade
  • /test e2e-aws-ovn-etcd-scaling
  • /test e2e-aws-ovn-serial
  • /test e2e-aws-ovn-single-node
  • /test e2e-metal-assisted
  • /test e2e-metal-ipi-ovn-ipv6
  • /test e2e-operator
  • /test e2e-operator-fips
  • /test images
  • /test unit
  • /test verify
  • /test verify-deps

The following commands are available to trigger optional jobs:

  • /test configmap-scale
  • /test e2e-aws
  • /test e2e-aws-disruptive
  • /test e2e-aws-disruptive-ovn
  • /test e2e-aws-etcd-recovery
  • /test e2e-azure
  • /test e2e-azure-ovn-etcd-scaling
  • /test e2e-gcp
  • /test e2e-gcp-disruptive
  • /test e2e-gcp-disruptive-ovn
  • /test e2e-gcp-ovn-etcd-scaling
  • /test e2e-gcp-qe-no-capabilities
  • /test e2e-metal-single-node-live-iso
  • /test e2e-vsphere-ovn-etcd-scaling

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-cluster-etcd-operator-master-e2e-agnostic-ovn
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-agnostic-ovn-upgrade
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-etcd-recovery
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-etcd-scaling
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-serial
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-single-node
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-gcp-qe-no-capabilities
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-operator
  • pull-ci-openshift-cluster-etcd-operator-master-e2e-operator-fips
  • pull-ci-openshift-cluster-etcd-operator-master-images
  • pull-ci-openshift-cluster-etcd-operator-master-unit
  • pull-ci-openshift-cluster-etcd-operator-master-verify
  • pull-ci-openshift-cluster-etcd-operator-master-verify-deps

In response to this:

/test ?

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.

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/test e2e-metal-single-node-live-iso

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/retest

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/test e2e-agnostic-ovn-upgrade

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/payload 4.16 nightly informing

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@tjungblu: trigger 67 job(s) of type informing for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-agent-compact-ipv4-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-agent-ha-dualstack-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-agent-sno-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-console-aws
  • periodic-ci-openshift-cluster-control-plane-machine-set-operator-release-4.16-periodics-e2e-aws
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-csi
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-fips
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-single-node
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-single-node-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-techpreview
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-techpreview-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade-out-of-change
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-upgrade-rollback-oldest-supported
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-cgroupsv2
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-sdn-upgrade-out-of-change
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-upi
  • periodic-ci-openshift-cluster-control-plane-machine-set-operator-release-4.16-periodics-e2e-azure
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-azure-csi
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-techpreview
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-techpreview-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade-out-of-change
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-azure-sdn
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-sdn-upgrade-out-of-change
  • periodic-ci-openshift-release-master-cnv-nightly-4.16-e2e-azure-deploy-cnv
  • periodic-ci-openshift-release-master-cnv-nightly-4.16-e2e-azure-upgrade-cnv
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-driver-toolkit
  • periodic-ci-openshift-cluster-control-plane-machine-set-operator-release-4.16-periodics-e2e-gcp
  • periodic-ci-openshift-release-master-ci-4.16-e2e-gcp-ovn
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-gcp-ovn-csi
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-gcp-ovn-rt
  • periodic-ci-openshift-release-master-ci-4.16-e2e-gcp-ovn-techpreview
  • periodic-ci-openshift-release-master-ci-4.16-e2e-gcp-ovn-techpreview-serial
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-gcp-sdn
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-gcp-sdn-serial
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-gcp-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-sdn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-dualstack
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-serial-virtualmedia-bond
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-upgrade-from-stable-4.15-e2e-metal-ipi-sdn-bm-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-serial-ipv4
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-serial-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-serial-ovn-dualstack
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-upgrade-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-upgrade-from-stable-4.15-e2e-metal-ipi-upgrade-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ovn-assisted
  • periodic-ci-openshift-osde2e-main-nightly-4.16-osd-aws
  • periodic-ci-openshift-osde2e-main-nightly-4.16-osd-gcp
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-proxy
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ovn-single-node-live-iso
  • periodic-ci-openshift-osde2e-main-nightly-4.16-rosa-classic-sts
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-telco5g
  • periodic-ci-openshift-release-master-nightly-4.16-upgrade-from-stable-4.15-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-csi
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-serial
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-techpreview
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-techpreview-serial
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-upi
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-ovn-upi-serial
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-sdn
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-vsphere-static-ovn

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/42f88820-c417-11ee-9923-b2c39df01c7a-0

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/payload 4.16 nightly blocking

doing another run for good measure, the last one looks green

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@tjungblu: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/0b25daf0-c41d-11ee-8c9f-85d39827da70-0

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/test e2e-aws-ovn-single-node
/test e2e-metal-assisted
/test e2e-metal-single-node-live-iso

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/payload 4.16 nightly blocking

Copy link
Contributor

openshift-ci bot commented Feb 5, 2024

@tjungblu: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/9def14f0-c43b-11ee-82f9-c65155bbdba0-0

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 5, 2024

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 5, 2024
@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 6, 2024

/payload 4.16 nightly blocking

Copy link
Contributor

openshift-ci bot commented Feb 6, 2024

@tjungblu: trigger 8 job(s) of type blocking for the nightly release of OCP 4.16

  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.16-upgrade-from-stable-4.15-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-aws-ovn-serial
  • periodic-ci-openshift-release-master-ci-4.16-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.16-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/bfa3aee0-c4ee-11ee-8a96-f12eeb05e18f-0

@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 6, 2024

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 6, 2024
@tjungblu
Copy link
Contributor Author

tjungblu commented Feb 6, 2024

@dgoodwin / @simonpasquier I think we're good again, the payloads (if they were running) were green.

@hasbro17 is going to review this over the course the day and hopefully get this merged again - so heads-up in case there are any issues

@dgoodwin
Copy link
Contributor

dgoodwin commented Feb 6, 2024

TY and GL!

@hasbro17
Copy link
Contributor

hasbro17 commented Feb 6, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 6, 2024
Copy link
Contributor

openshift-ci bot commented Feb 6, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hasbro17, tjungblu

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-merge-bot openshift-merge-bot bot merged commit 18f24da into openshift:master Feb 6, 2024
14 of 16 checks passed
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

This PR has been included in build cluster-etcd-operator-container-v4.16.0-202402070113.p0.g18f24da.assembly.stream.el9 for distgit cluster-etcd-operator.
All builds following this will include this PR.

mresvanis added a commit to mresvanis/recert that referenced this pull request Mar 28, 2024
In OCP 4.16 the cluster-etcd-operator moved to using
library-go/certrotation and that leads to the following etcd TLS secrets
having annotations that include the IP and the hostname:

- openshift-etcd/etcd-peer-<hostname>
- openshift-etcd/etcd-serving-<hostname>
- openshift-etcd/etcd-serving-metrics-<hostname>

The respective annotations are:
- auth.openshift.io/certificate-hostnames - this includes the IP
- openshift.io/description - this includes the hostname

Recert now replaces the IP and the hostname in those annotations, in
order to skip an additional etcd rollout that is triggered because of
the former.

openshift/cluster-etcd-operator#1194

Signed-off-by: Michail Resvanis <mresvani@redhat.com>
mresvanis added a commit to mresvanis/recert that referenced this pull request Mar 28, 2024
In OCP 4.16 the cluster-etcd-operator moved to using
library-go/certrotation and that leads to the following etcd TLS secrets
having annotations that include the IP and the hostname:

- openshift-etcd/etcd-peer-<hostname>
- openshift-etcd/etcd-serving-<hostname>
- openshift-etcd/etcd-serving-metrics-<hostname>

The respective annotations are:
- auth.openshift.io/certificate-hostnames - this includes the IP
- openshift.io/description - this includes the hostname

Recert now replaces the IP and the hostname in those annotations, in
order to skip an additional etcd rollout that is triggered because of
the former.

openshift/cluster-etcd-operator#1194

Signed-off-by: Michail Resvanis <mresvani@redhat.com>
mresvanis added a commit to mresvanis/recert that referenced this pull request Mar 28, 2024
In OCP 4.16 the cluster-etcd-operator moved to using
library-go/certrotation and that leads to the following etcd TLS secrets
having annotations that include the IP and the hostname:

- openshift-etcd/etcd-peer-<hostname>
- openshift-etcd/etcd-serving-<hostname>
- openshift-etcd/etcd-serving-metrics-<hostname>

The respective annotations are:
- auth.openshift.io/certificate-hostnames - this includes the IP
- openshift.io/description - this includes the hostname

Recert now replaces the IP and the hostname in those annotations, in
order to skip an additional etcd rollout that is triggered because of
the former.

openshift/cluster-etcd-operator#1194

Signed-off-by: Michail Resvanis <mresvani@redhat.com>
mresvanis added a commit to mresvanis/recert that referenced this pull request Apr 2, 2024
In OCP 4.16 the cluster-etcd-operator moved to using
library-go/certrotation and that leads to the following etcd TLS secrets
having annotations that include the IP and the hostname:

- openshift-etcd/etcd-peer-<hostname>
- openshift-etcd/etcd-serving-<hostname>
- openshift-etcd/etcd-serving-metrics-<hostname>

The respective annotations are:
- auth.openshift.io/certificate-hostnames - this includes the IP
- openshift.io/description - this includes the hostname

Recert now replaces the IP and the hostname in those annotations, in
order to skip an additional etcd rollout that is triggered because of
the former.

openshift/cluster-etcd-operator#1194

Signed-off-by: Michail Resvanis <mresvani@redhat.com>
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants