https://rancher.com/ logo
Title
a

average-photographer-35368

08/15/2022, 5:40 PM
I'm having some problems installing k3s (via the bash installer script). looks like the channel url that the bash script install is using is returning a 503:
ubuntu@ip-10-0-1-25:~/mentha/k3s-garden$ curl <https://update.k3s.io/v1-release/channels/stable>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>openresty/1.15.8.1</center>
</body>
</html>
1
setting this env variable is working for me, so not a big deal
INSTALL_K3S_VERSION=v1.24.3+k3s1
also looks like it's back now anyway
1
m

many-church-13850

08/23/2022, 4:31 AM
Hi, do you have a guidance on how to install k3 using terraform without high availability, just a simple cluster, I'm new to k3.