ガイドに従って、Google Compute Engine 上の別のマシンから Google Container Engine クラスターを管理しようとしています。GCE インスタンスからの出力は次のとおりです。
oleksandr_berezianskyi_gmail_com@docker-managed-jenkins:~$ sudo gcloud components update preview
All components are up to date.
oleksandr_berezianskyi_gmail_com@docker-managed-jenkins:~$ sudo gcloud components update alpha
All components are up to date.
oleksandr_berezianskyi_gmail_com@docker-managed-jenkins:~$ gcloud alpha container kubectl create -f cassandra.yaml
ERROR: (gcloud.alpha.container.kubectl) This command requires the kubernetes client (kubectl), which is installed with the gcloud preview component. Run 'gcloud components update preview', or make sure kubectl is installed somewhere on your
path.
ご覧のとおり、私の Google Cloud SDK は最新のようですが、GCE ではまだ正しく動作していません。足りないものはありますか?