-
Greetings, I was playing with Grafana Cloud which has a neat feature that tells you if your k8s cluster is over or under utilized. Currently mine is severely underutilized so I thought I would add a new nodepool with smaller machines & save some money. I added the
But the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@cro Make sure to upgrade your project to the latest and greatest version, and that you have a snapshot present. See the readme! |
Beta Was this translation helpful? Give feedback.
-
I was on the latest, and I did have a snapshot. However, I had never done This is probably an artifact of how long ago I started with the project. |
Beta Was this translation helpful? Give feedback.
I was on the latest, and I did have a snapshot. However, I had never done
hcloud context create <project name>
. So I renamed my Default project in the console tohetzner-k3s
, didhcloud context create hetzner-k3s; hcloud context use hetzner-k3s
and re-ran the terraform apply. All is well.This is probably an artifact of how long ago I started with the project.