Kubernetes在namespace间拷贝secret kubectl get secret MY-SECRET-NAME --namespace=ORIGIN-NS --export -o yaml |\ kubectl apply --namespace=TARGET-NS -f -