Recovery problem #3011
Unanswered
clickersmudge
asked this question in
Q&A
Replies: 3 comments 5 replies
-
terraform taint 'hcloud_server.control_plane[0]'
terraform taint 'hcloud_server.control_plane[1]'
terraform taint 'hcloud_server.control_plane[2]'
terraform apply That one destroyed your cluster basically. With 3 control plane nodes you can loose only 1, not all 3 at once. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@kron4eg Hi,
|
Beta Was this translation helpful? Give feedback.
4 replies
-
OK, I've created the bug issue: #3017. Further progress will be there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I created a test cluster
After that i immediately wanted to test the recovery scenario. (https://docs.kubermatic.com/kubeone/v1.7/guides/manual-cluster-recovery/)
At first glance, everything works properly.
Unfortunately, the
apply
command doesn't quite work.In the second terminal, I check the pods.
I checked the command
I can't diagnose the problem. Please help.
Beta Was this translation helpful? Give feedback.
All reactions