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 :: video editor for ubuntu 21.10 
Shell :: ssl erzwingen htaccess 
Shell :: ppsspp debian 10 
Shell :: GIT: change branch 
Shell :: mkdir -p parameter 
Shell :: sed print from match to end of file 
Shell :: command to display the 3rd line of a file 
Shell :: git edit user of last commit 
Shell :: ssh current directory 
Shell :: linux ls show full path 
Shell :: unzip gz file linux 
Shell :: add alias fish shell 
Shell :: pyenv install ubuntu 
Shell :: install stylelint 
Shell :: aws lightsail ssl installation 
Shell :: install spotify on ubuntu 
Shell :: sudo: yum: command not found 
Shell :: git pull <remote 
Shell :: influxdb version 
Shell :: makefile parameter 
Shell :: commande pour installation de dotnet 3.5 offline 
Shell :: sequence of png images to mp4 
Shell :: installing flutter_native_splash 
Shell :: nvm fish shell 
Shell :: give sudo permission to vim ubuntu 
Shell :: import docker image 
Shell :: how to copy a file in ubuntu 
Shell :: deploy github repo to heroku 
Shell :: git apply trailing whitespace 
Shell :: sitecore powershell repo 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =