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.