-
Notifications
You must be signed in to change notification settings - Fork 498
[FLINK-38047] Bump cert-manager from v1.8.2 to v1.18.2 #992
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
Conversation
This PR updates the cert-manager version used in the Flink Kubernetes Operator from v1.8.2 to v1.18.2. The changes include: - Updated cert-manager in e2e-tests/cert-manager.yaml to v1.18.2 (source: https://github.com/jetstack/cert-manager/releases/download/v1.18.2/cert-manager.yaml) - Updated documentation references in helm.md and quick-start.md to use the new cert-manager version
docs/content/docs/operations/helm.md
Outdated
| In order to use the webhooks in the operator, you must install the cert-manager on the Kubernetes cluster: | ||
| ``` | ||
| kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.8.2/cert-manager.yaml | ||
| kubectl create -f https://github.com/jetstack/cert-manager/releases/download/v1.18.2/cert-manager.yaml |
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.
Why did you switch from apply to create?
Doesn't it make more sense to apply, to make sure we update to the latest version, if something is running already?
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.
also the chinese docs version is using apply. They should be aligned.
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.
My bad. The quick-start docs use create. 🤔 Should we update them too?
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.
The cert-manager docs use apply so let's use that everywhere: https://cert-manager.io/docs/installation/
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.
Done!
|
Thanks, I'll merge this once CI is green! |
Thanks, @rmetzger ! |
What is the purpose of the change
This PR updates the cert-manager version used in the Flink Kubernetes Operator from v1.8.2 to v1.18.2.
Brief change log
Verifying this change
This change is already covered by existing tests - e2e setup. Manual validation results are included in FLINK-38047.
Does this pull request potentially affect one of the following parts:
CustomResourceDescriptors: (no)Documentation