-
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
Fix kindnet permission to support network policies #19360
Conversation
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 50.2s 51.5s 50.7s 50.6s 51.7s Times for minikube (PR 19360) ingress: 27.0s 24.9s 28.0s 27.0s 26.9s docker driver with docker runtime
Times for minikube (PR 19360) start: 25.2s 22.3s 24.7s 24.3s 21.2s Times for minikube ingress: 21.8s 21.8s 22.3s 21.8s 21.3s docker driver with containerd runtime
Times for minikube start: 19.7s 23.1s 20.5s 19.9s 19.9s Times for minikube (PR 19360) ingress: 31.8s 48.3s 42.8s 33.3s 47.7s |
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Besides the following environments also have failed tests:
To see the flake rates of all tests by environment, click here. |
@@ -55,6 +57,14 @@ rules: | |||
- configmaps | |||
verbs: | |||
- get | |||
- apiGroups: |
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.
We added new functionality in Kubernetes to support network policies kubernetes-sigs/kind#3612
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, 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 |
This PR gives "list,watch, patch" permissions for "namespaces" and "pods" to kindnet
also "get, list, watch" for "networkpolicies"
before this PR
$ kc logs kindnet-9mcm2 -n kube-system
After this PR
might fix #19357