Update kube-state-metrics yaml#6567
Conversation
|
Hi @MIBc. Thanks for your PR. I'm waiting for a knative 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. DetailsInstructions 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. |
|
/assign @yanweiguo |
|
/ok-to-test |
| kind: ClusterRole | ||
| metadata: | ||
| name: kube-state-metrics | ||
| namespace: knative-monitoring |
There was a problem hiding this comment.
Is it possible to keep this ClusterRole and ClusterRoleBinding in knative-monitoring namespace?
There was a problem hiding this comment.
I think ClusterRole and ClusterRoleBinging are k8s cluster resources. They are not belong to a specific namespace.
But it is OK, if set namespace for them. It has not any problems.
There was a problem hiding this comment.
Sorry, just took another look. Other ClusterRole and ClusterRoleBinging are in the default namespace. I think you're right and we should keep consistence.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MIBc, yanweiguo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-serving-unit-tests: |
|
/retest |
1 similar comment
|
/retest |
Fixes #6558
Proposed Changes