Horje
install k3s on ubuntu Code Example
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}

      
Source: k3s.io




Shell

Related
concatenate multiple zip files linux Code Example concatenate multiple zip files linux Code Example
View Changes Before Committing Code Example View Changes Before Committing Code Example
sh /usr/lib/systemd/scripts/vmware no such file or directory Code Example sh /usr/lib/systemd/scripts/vmware no such file or directory Code Example
alter package body compile Code Example alter package body compile Code Example
online bash shell Code Example online bash shell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8