-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Allow custom cert for ingress to be overwritten #12897
Allow custom cert for ingress to be overwritten #12897
Conversation
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.
Thank you for making cert and ingress experience better, how about link to binary of this PR to the user to see if it fixes it for them?
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, sharifelgamal 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 |
kvm2 driver with docker runtime
Times for minikube ingress: 32.9s 31.3s 30.8s 32.2s 31.8s Times for minikube start: 72.9s 69.7s 69.9s 71.4s 71.3s docker driver with docker runtime
Times for minikube (PR 12897) start: 36.6s 35.9s 36.5s 37.4s 37.2s Times for minikube ingress: 27.0s 25.5s 24.0s 24.5s 26.5s docker driver with containerd runtime
Times for minikube start: 38.5s 42.8s 38.2s 40.4s 38.6s Times for minikube (PR 12897) ingress: 28.5s 31.0s 32.5s 33.5s 32.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
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.
sharifelgamal:overwrite-ingress-crt
If you wanted to overwrite a custom cert for ingress before, you would need to recreate the cluster itself. Assuming the existing cert is called
foo/bar
:Before:
After:
Fixes #12896