Difference between revisions of "K3sup"

From wikieduonline
Jump to navigation Jump to search
 
Line 6: Line 6:
 
  export IP=192.168.0.1
 
  export IP=192.168.0.1
 
  [[k3sup install]] --ip $IP --user ubuntu
 
  [[k3sup install]] --ip $IP --user ubuntu
+
 
 +
 
 
  # Or use a hostname and SSH key for EC2
 
  # Or use a hostname and SSH key for EC2
 
  export HOST="ec2-3-250-131-77.eu-west-1.compute.amazonaws.com"
 
  export HOST="ec2-3-250-131-77.eu-west-1.compute.amazonaws.com"

Latest revision as of 13:00, 29 June 2023

brew install k3sup
export IP=192.168.0.1
k3sup install --ip $IP --user ubuntu


# Or use a hostname and SSH key for EC2
export HOST="ec2-3-250-131-77.eu-west-1.compute.amazonaws.com"
k3sup install --host $HOST --user ubuntu \
  --ssh-key $HOME/ec2-key.pem

Related[edit]

See also[edit]

Advertising: