Hi folks,
Testing some kubernetes stuff and I don’t see it in juju debug-log
so maybe its nothing but on kubectl logs pytorch-operator-blah
I see a lot of:
E1206 01:00:22.299362 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *unstructured.Unstructured: pytorchjobs.kubeflow.org is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "pytorchjobs" in API group "kubeflow.org" at the cluster scope
E1206 01:00:22.311128 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "pods" in API group "" at the cluster scope
E1206 01:00:22.311128 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *v1.Service: services is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "services" in API group "" at the cluster scope
E1206 01:00:23.307654 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *unstructured.Unstructured: pytorchjobs.kubeflow.org is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "pytorchjobs" in API group "kubeflow.org" at the cluster scope
E1206 01:00:23.316298 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "pods" in API group "" at the cluster scope
E1206 01:00:23.318757 1 reflector.go:125] pkg/mod/k8s.io/client-go@v0.15.9/tools/cache/reflector.go:98: Failed to list *v1.Service: services is forbidden: User "system:serviceaccount:test3:pytorch-operator" cannot list resource "services" in API group "" at the cluster scope
This is kubernetes 1.19 on OVH. Everything says its up and running but I don’t really believe it, judging by the errors. Same happens on any charm it seems.