You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
After provisoning etcd cluster step, guide moves to bring kube-api-server, scheduler, and controller-manager up & running by using the following command.
./scripts/setup-controller-services
[...]
for c in controller-0 controller-1 controller-2; do vagrant ssh $c -- kubectl get componentstatuses; done
Upon executing the verification step it may show the following error
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Wondering anyone else is also facing the same issue? If so, it may be worth to update the guide?
The text was updated successfully, but these errors were encountered:
Context
After provisoning
etcd
cluster step, guide moves to bringkube-api-server, scheduler, and controller-manager
up & running by using the following command.Upon executing the verification step it may show the following error
Wondering anyone else is also facing the same issue? If so, it may be worth to update the guide?
The text was updated successfully, but these errors were encountered: