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
In the sample docs it says to select a custom namespace but later commands fail if the namespace isn't kubetest
Example:
Orleans.Clustering.Kubernetes/samples on master on ☁️ (eu-west-2)
❯ kubectl apply -f ./Definitions/Silo-ServiceAccount.yaml --namespace orleans
clusterrole.rbac.authorization.k8s.io/orleanssilo unchanged
clusterrolebinding.rbac.authorization.k8s.io/orleanssilo unchanged
error: the namespace from the provided object "kubetest" does not match the namespace "orleans". You must pass '--namespace=kubetest' to perform this operation.
The text was updated successfully, but these errors were encountered:
kuzm1ch
added a commit
to kuzm1ch/Orleans.Clustering.Kubernetes
that referenced
this issue
Feb 6, 2021
In the sample docs it says to select a custom namespace but later commands fail if the namespace isn't
kubetest
Example:
The text was updated successfully, but these errors were encountered: