-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
bump deps & k8s deps to 0.29.4 #5733
Conversation
/run-e2e |
/run-e2e internal |
To fix the e2e test failure you need to add the following RBAC perm: - apiGroups: ["flowcontrol.apiserver.k8s.io"]
resources: ['prioritylevelconfigurations', 'flowschemas']
verbs: ['list', 'watch'] to the metrics-server. To give more info about this role, it allows for setting priority and fairness to requests. It essentially rate limit certain requests in favor of others based on a user defined config. https://kubernetes.io/docs/concepts/cluster-administration/flow-control/ |
/run-e2e internal |
/run-e2e internal |
/run-e2e internal |
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
/run-e2e |
Blocked by: kubernetes-sigs/custom-metrics-apiserver#170
Relates: #5740