Answers for "kubectl copy secret namespace"

1

kubectl copy secret namespace

kubectl get secret <secrt_name> --namespace=<namespace1_name> --export -o yaml |\
    kubectl apply --namespace=<namespace2_name> -f -
Posted by: Guest on March-01-2020

Code answers related to "kubectl copy secret namespace"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language