I would like to create a namespace within a project using the Rancher CLI.
What I already did:
rancher login https://URI --token abcde --context c-abc:p-abc
rancher kubectl create namespace myns --dry-run=client -o yaml | rancher kubectl apply -f -
But the namespace is created in "default" and not in my project.