Skip to content
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

unknown schema io.k8s.api.rbac.authorization.v1.ClusterRole #18

Open
r1ckr opened this issue Aug 28, 2020 · 1 comment
Open

unknown schema io.k8s.api.rbac.authorization.v1.ClusterRole #18

r1ckr opened this issue Aug 28, 2020 · 1 comment

Comments

@r1ckr
Copy link

r1ckr commented Aug 28, 2020

According to the KubeAPI this is a valid schema, but it appears as unknown:

unknown schema io.k8s.api.rbac.authorization.v1.ClusterRole

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: prometheus
rules:
- apiGroups: [""]
  resources:
  - nodes
  - nodes/proxy
  - services
  - endpoints
  - pods
  verbs: ["get", "list", "watch"]
- apiGroups:
  - extensions
  resources:
  - ingresses
  verbs: ["get", "list", "watch"]
- nonResourceURLs: ["/metrics"]
  verbs: ["get"]
@chuckha
Copy link
Owner

chuckha commented Aug 30, 2020

Yeah, that's #1, but I'm leaving this open because it has YAML that is really helpful for debugging. I'll figure out a solution here! thanks for the report :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants