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
SA=$(kubectl -n crossplane-system get sa -o name | grep provider-kubernetes | sed -e 's|serviceaccount/|crossplane-system:|g')
kubectl create clusterrolebinding provider-kubernetes-admin-binding --clusterrole cluster-admin --serviceaccount="${SA}"
I am getting the following error :
error: serviceaccount must be :
However when I run this :
kubectl -n crossplane-system get sa -o name :
I get the following output :
serviceaccount/default
serviceaccount/crossplane
serviceaccount/rbac-manager
I am running it on k3s and all the pods in crossplane-system are running.
Can you share some help ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am following this tutorial - https://github.com/salaboy/from-monolith-to-k8s/blob/main/platform/crossplane-dapr/pre-requisites.md
In the step - Getting providers credentials:
SA=$(kubectl -n crossplane-system get sa -o name | grep provider-kubernetes | sed -e 's|serviceaccount/|crossplane-system:|g')
kubectl create clusterrolebinding provider-kubernetes-admin-binding --clusterrole cluster-admin --serviceaccount="${SA}"
I am getting the following error :
error: serviceaccount must be :
However when I run this :
kubectl -n crossplane-system get sa -o name :
I get the following output :
serviceaccount/default
serviceaccount/crossplane
serviceaccount/rbac-manager
I am running it on k3s and all the pods in crossplane-system are running.
Can you share some help ?
Thanks
The text was updated successfully, but these errors were encountered: