note etcd error

fixes https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/579
This commit is contained in:
Ben West
2024-03-08 23:54:06 -05:00
committed by GitHub
parent 79a3f79b27
commit 692f1d3f7d

View File

@@ -103,7 +103,7 @@ EOF
}
```
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`.
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`. Note that you may get errors on the first controller until you finish running this command on all controllers.
## Verification