This message was deleted.
# general
s
This message was deleted.
b
hey! when you say "rancher cluster" do you mean rancher running on a Kubernetes cluster, or a Kubernetes cluster specifically?
l
I have a HA k3s cluster up and routable (https://admin.motorefi.cloud)
I've created an API key, and I've configured the RANCHER_URL to be https://admin.motorefi.cloud/v3
(I've tried several permutations of that, too)
b
did you install rancher on the cluster?
k3s != rancher
l
Yes, Rancher is installed there
b
oh I see, you did
the
ping
url is returning okay, so it looks to be okay
can you redact any secrets and share the code you're using to connect to rancher?
l
Copy code
new Setting('hello', {
    value: 'world',
  })
The RANCHER_URL, RANCHER_ACCESS_KEY, and RANCHER_SECRET_KEY are set as environment variables right now
Since this is exploratory I can give you an API key