Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubeadm get discovery-token-ca-cert-hash command openssl

openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/^.* //'
Comment

kubeadm get discovery-token-ca-cert-hash

# at cp node
openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/ˆ.* //'
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall cinnamon 
Shell :: bash file comment 
Shell :: cannot send file to server with nginx 
Shell :: convert vmdk to qcow2 
Shell :: how to install specific package version npm 
Shell :: powershell string with quotes 
Shell :: how to update your local repository 
Shell :: download single file from github 
Shell :: patch: command not found 
Shell :: git message 
Shell :: docker auto start when reboot 
Shell :: git revert merge commit 
Shell :: terraform remove from state 
Shell :: Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058" 
Shell :: echo in red color linux 
Shell :: git force add 
Shell :: list all files in a directory linux 
Shell :: batch delete all folders and files 
Shell :: git push branch to remote 
Shell :: add key file to ssh 
Shell :: run disk usage analyzer as root 
Shell :: git reset a single file to previous commit 
Shell :: bin bash date save file 
Shell :: docker image prune 
Shell :: brew cask specific version 
Shell :: why installing pandas take time in docker 
Shell :: cuda 10 install pytorch 
Shell :: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. 
Shell :: install rust 
Shell :: attach iam role to ec2 instance cli 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =