Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubectl copy secret namespace

kubectl get secret <secrt_name> --namespace=<namespace1_name> --export -o yaml |
    kubectl apply --namespace=<namespace2_name> -f -
Comment

kubernetes copy secret form another namespace

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

PREVIOUS NEXT
Code Example
Shell :: portainer templates 
Shell :: ubuntu install netcat 
Shell :: test ssh connection 
Shell :: cent os mariadb remove complete 
Shell :: vs code permission ubuntu 
Shell :: check storage in ubuntu terminal 
Shell :: how ro rename a foldre powershell 
Shell :: git mainstages 
Shell :: ERROR: Unknown command-line argument "-tgt-fs" 
Shell :: how to download mavem 
Shell :: bash errors: syntax error - ambiguous - file 
Shell :: install calliope on mac 
Shell :: using ffmpeg on mac to record screen 
Shell :: use python shell with git bash 
Shell :: install openssl 1.0 ubuntu 20.04 
Shell :: docker build no cache layer dockerfile --no-cache "docker-compose" context 
Shell :: command to check size of folder in linux 
Shell :: change commit date git 
Shell :: remove metadata ubuntu 
Shell :: samtools extract sequence from bam file 
Shell :: arch linux select java version 
Shell :: ubuntu watch log file command 
Shell :: how to remove a plugin from ionic project 
Shell :: how to delete a branch in github 
Shell :: cordova plugin list save 
Shell :: update homebrew 
Shell :: install node arch linux 
Shell :: git prune remote branches 
Shell :: Zathura not working 
Shell :: posh git install windows 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =