cert-manager / website

Source code for the cert-manager.io website, including project documentation
https://cert-manager.io
Apache License 2.0
54 stars 340 forks source link

v1.9 to v1.10 upgrade instructions does not mention container name change #1262

Open hawksight opened 1 year ago

hawksight commented 1 year ago

The documentation for 1.10 release notes does mention this here

But if you just look at the relevant upgrade instructions, this change is not specifically called out, This could for example lead to a situation where a user has two containers in the pods where it crashloops as the newer containers cannot come up due to port conflicts:

$ k get pods -n cert-manager                                                                                                                                                                                    

NAME                                       READY   STATUS             RESTARTS        AGE
cert-manager-559f7bbfcd-9zrqg              1/2     CrashLoopBackOff   108 (32s ago)   8h
cert-manager-cainjector-6d46445566-65gh5   2/2     Running            0               8h
cert-manager-webhook-564c94659d-7fsmx      1/2     CrashLoopBackOff   108 (39s ago)   8h

We call out the OpenShift issue, so I think we should also call out this issue as it should be common enough due to helm's popularity.

hawksight commented 1 year ago

/assign

I'll try to address this

inteon commented 9 months ago

@hawksight have you had time to work on this?

hawksight commented 9 months ago

Not yet, but thanks for the reminder. Might not get to it this week.

SgtCoDFish commented 4 months ago

I've set this as backlog priority since this is for quite old versions of cert-manager now, but it might still be nice to document. Alternatively, if we wanted to just close this that'd be fine too. Your call @hawksight !