Replies: 1 comment 4 replies
-
There is a slight issue, in that the StorageClass can't simply be updated. This is not allowed by Kubernetes. What you can do is delete the StorageClass and then recreate it with updated Parameters. But that will not automatically change the already deployed volumes, it will only affect new volumes. You can do the following:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Apologies if this is documented somewhere and I missed it, I've never used this before.
I have a one node Talos cluster (controlplane and worker at the same time) at home and I wonder what the behavior would be if I followed the tutorial and created a class without a placementCount at first, then added a couple of more Talos nodes in the future and bumped the placementCount up to 2 or 3 then.
Would this be supported, or would it require creating a new one and migrating existing data ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions