Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release-1.29] - Add a guardrail for etcd-snapshot #11391

Closed
manuelbuil opened this issue Nov 28, 2024 · 1 comment
Closed

[Release-1.29] - Add a guardrail for etcd-snapshot #11391

manuelbuil opened this issue Nov 28, 2024 · 1 comment
Assignees
Milestone

Comments

@manuelbuil
Copy link
Contributor

Backport fix for Add a guardrail for etcd-snapshot

@VestigeJ
Copy link

Reproduced way back here - #11388 (comment)

$ k3s etcd-snapshot save

WARN[0000] Unknown flag --node-ip found in config.yaml, skipping
WARN[0000] Unknown flag --write-kubeconfig-mode found in config.yaml, skipping
WARN[0000] Unknown flag --token found in config.yaml, skipping
FATA[0000] open /home/ec2-user/.rancher/k3s/server/token: no such file or directory

$ sudo /usr/local/bin/k3s etcd-snapshot save

WARN[0000] Unknown flag --node-ip found in config.yaml, skipping
WARN[0000] Unknown flag --write-kubeconfig-mode found in config.yaml, skipping
WARN[0000] Unknown flag --token found in config.yaml, skipping
FATA[0000] see server log for details: etcd datastore disabled

$ k3s -v

k3s version v1.29.13+k3s-96ef7fc8 (96ef7fc8)
go version go1.22.10

@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done Issue
Development

No branches or pull requests

3 participants