Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to create docker secret in kubernetes

kubectl create secret generic regcred 
    --from-file=.dockerconfigjson=<path/to/.docker/config.json> 
    --type=kubernetes.io/dockerconfigjson
Comment

PREVIOUS NEXT
Code Example
Shell :: set ubuntu display landscape 
Shell :: ubuntu default terminal font family 
Shell :: if float less than bash 
Shell :: linux unity reinstall 
Shell :: docker change timezone 
Shell :: sed between two patterns 
Shell :: working fork linux c compiler 
Shell :: journalctl date 
Shell :: git first time 
Shell :: config php.ini for magento@ 
Shell :: connect vscode to gitlab 
Shell :: install gh 
Shell :: how to upgrade gradle version in linux 
Shell :: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 
Shell :: check file path linux 
Shell :: for while bash 
Shell :: make error readline/readline.h 
Shell :: undo last commit pushed 
Shell :: bash add user to group 
Shell :: how to remove cisco umbrella 
Shell :: powershell how to delete files or folders last updated older than x days 
Shell :: install sdl msys2 
Shell :: power shell 
Shell :: pyaudio windows fail 
Shell :: grub download 
Shell :: budo is not recognized as an internal or external command 
Shell :: remove all files starting with linux 
Shell :: vscode extension generate vsix 
Shell :: git checkout next commit 
Shell :: sshkeygen 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =