Replies: 1 comment 1 reply
-
|
You probably did some editing incorrectly (but I can't guess). See documentation, but you can remove using the following patch: # patch.yaml
apiVersion: v1alpha1
kind: UserVolumeConfig
name: local-volume
$patch: delete |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a volume following guide at https://www.talos.dev/v1.11/talos-guides/configuration/disk-management/user/ but now I want to remove it. Documentation says: "In order to remove a user volume, first remove the configuration document from the machine configuration." but how to do it? I did
talosctl -n 192.168.178.29 get mc -o yaml >29.yamlthen edited29.yamland removedthen I tried to apply it with
talosctl -n 192.168.178.29 apply-config -f 29.yamlbut getting error:
What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions