You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to apply manifest: manifestworks.work.open-cluster-management.io "example-manifestwork" is forbidden: User "system:serviceaccount:open-cluster-management-agent:klusterlet-work-sa"
#324
Open
Ghostwritten opened this issue
Mar 17, 2023
· 2 comments
I follow the official documents: Deploy Kubernetes resources to the managed clusters
I want to create a deployment, I run: $ clusteradm create work my-first-work -f manifest-work2.yaml --clusters cluster1
Do I need to give the User "system:serviceaccount:open-cluster-management-agent:klusterlet-work-sa" a new role?
No, you shouldn't need to do that if your managed cluster is successfully registered to the hub cluster.
On the managed cluster, cluster1 could you do oc get klusterlet -o yaml and see if there are anything wrong.
Is there anything I need to change about my yaml manifest-work2.yaml ?
I follow the official documents: Deploy Kubernetes resources to the managed clusters
I want to create a deployment, I run:
$ clusteradm create work my-first-work -f manifest-work2.yaml --clusters cluster1
but output:
"appliedmanifestworks " in API group "work.open-cluster-management.io", it is not "manifestworks", why?
question:
The text was updated successfully, but these errors were encountered: