Copy Object
Copy Object between two namespaces
Copy Secret between two namespaces
kubectl get secret stash-apiserver-cert --namespace=kube-system -oyaml | grep -v '^\s*namespace:\s' | kubectl apply --namespace=monitoring -f -
Last updated
Was this helpful?