-
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
[Addon] Update Kong Ingress Controller Addon to 2.9.x/Kong 3.2.x #16424
Conversation
kong version 3.2 kong ingress controller 2.9.3
Hi @gAmUssA. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@sharifelgamal, it's me again (Viktor from #13326 ) |
Can one of the admins verify this patch? |
Also, how can I assign myself as the official maintainer of this addon? |
If I'm reading the repo configuration right, so far it's just reviewers and approvers, not owners of specific files? But maybe Steven would know better? /cc @spowelljr |
thanks @shaneutt for this comment.
so I would love to give some assurance that this addon is maintained. Hope it does make sense. Thank you |
Hi @gAmUssA, thanks for updating the addon! Just a heads up that @sharifelgamal no longer actively works on the minikube project. As for adding yourself as the maintainer for the kong addon: minikube/pkg/minikube/assets/addons.go Line 296 in 795b706
You can put your GitHub username in the empty string after Thanks for nominating yourself as the maintainer for the addon! After you make the maintainer change I'll run the tests against your PR |
@spowelljr awesome, thank you! |
/ok-to-test |
timing minikube failed, please try again |
are those flaky tests or something is required from me to fix it? |
All the failed tests are flaky, PR looks good to me |
I just tried to enable the addon on my machine (arm64 macOS) and the kong pods aren't coming up
|
Looks like that resolved it:
|
Apologies.. just pushed e23ee80 with fix, tested on macosx (m1, arm64)
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 53.3s 50.2s 52.6s 51.9s 52.3s Times for minikube ingress: 27.7s 28.3s 28.2s 28.7s 28.2s docker driver with docker runtime
Times for minikube ingress: 20.9s 20.9s 20.4s 21.9s 20.9s Times for minikube start: 25.4s 25.7s 22.1s 22.2s 22.4s docker driver with containerd runtime
Times for minikube start: 21.6s 20.1s 20.8s 21.4s 20.4s Times for minikube ingress: 31.4s 31.4s 47.4s 31.4s 47.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.
Thanks for the PR!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gAmUssA, spowelljr 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 |
Updated existing Kong Ingress Controller addon to the latest versions.