Answers for "create secrete kubectl 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 "create secrete kubectl namespace"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language