Rancher Server

From wikieduonline
Jump to navigation Jump to search
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
helm install rancher rancher-latest/rancher \
  --namespace cattle-system \
  --set hostname=rancher.my.org \
  --set bootstrapPassword=admin
Error: INSTALLATION FAILED: chart requires kubeVersion: < 1.28.0-0 which is incompatible with Kubernetes v1.28.3


helm install rancher rancher-latest/rancher --namespace cattle-system --set hostname=rancher.my.org --set bootstrapPassword=admin
Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "https://127.0.0.1:6443/version": net/http: TLS handshake timeout
helm install rancher rancher-latest/rancher --namespace cattle-system --set hostname=rancher.my.org --set bootstrapPassword=admin
Error: INSTALLATION FAILED: repo rancher-latest not found
sudo docker run -d -p 8080:80 
-v ~/docker/rancher:/var/lib/rancher 
--restart=unless-stopped 
--network=rancher-network 
--name=rancher-server rancher/rancher
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server


See also[edit]

Advertising: