Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install k3s on ubuntu


sudo k3s server &
# Kubeconfig is written to /etc/rancher/k3s/k3s.yaml
sudo k3s kubectl get node

# On a different node run the below. NODE_TOKEN comes from /var/lib/rancher/k3s/server/node-token
# on your server
sudo k3s agent --server https://myserver:6443 --token ${NODE_TOKEN}

      
Comment

PREVIOUS NEXT
Code Example
Shell :: linux ubuntu update time 
Shell :: ffmpeg change audio codec from m4a to mp3 
Shell :: permission denied 
Shell :: shell get creation date of file 
Shell :: git unstash 
Shell :: how to git clone a specific branch 
Shell :: how to update old branch 
Shell :: bash lines to one line 
Shell :: debian mark package as manually installed 
Shell :: create file from terminal using cat 
Shell :: fix corrupt pdf command line 
Shell :: unzip a file terminal 
Shell :: cp command 
Shell :: scp command ubuntu 
Shell :: openjdk-17-jdk 
Shell :: open cmd here shortcut 
Shell :: git interactive rebase 
Shell :: commit with git 
Shell :: Git in Bash 
Shell :: mac terminal curl trim response 
Shell :: htop ubuntu installation command 
Shell :: git checkout master 
Shell :: cocoapods 
Shell :: install gitlab runner 
Shell :: How do I use combination of head and tail commands in LINUX in order to print few lines of code 
Shell :: xrandr 1704x1000 
Shell :: Install Deno - Shell (Mac, Linux) 
Shell :: how to see running commands linux 
Shell :: powershell get all unlinked gpo 
Shell :: symfony5 bundle shema 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =