“Kubernetes Copy Secret Form Namespace Lain” Kode Jawaban

Kubectl Copy Secret Namespace

kubectl get secret <secrt_name> --namespace=<namespace1_name> --export -o yaml |\
    kubectl apply --namespace=<namespace2_name> -f -
Google's Top Recommendation

Kubernetes Copy Secret Form Namespace Lain

kubectl get secret gitlab-registry --namespace=revsys-com --export -o yaml |\
   kubectl apply --namespace=devspectrum-dev -f -
Exuberant Elk

Jawaban yang mirip dengan “Kubernetes Copy Secret Form Namespace Lain”

Pertanyaan yang mirip dengan “Kubernetes Copy Secret Form Namespace Lain”

Lebih banyak jawaban terkait untuk “Kubernetes Copy Secret Form Namespace Lain” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya