Difference between revisions of "K3sup"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
  [[brew install k3sup]]
 
  [[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 ==
 
== Related ==
Line 9: Line 18:
  
 
== See also ==
 
== See also ==
 +
* {{Rancher}}
 
* {{K8s}}
 
* {{K8s}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

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: