Skip to content

twavv/nonspottable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect to the cluster

First, ensure you have accepted the invite from Google Cloud to be an owner of the bigeng project.

Install the Google Cloud SDK

Authenticate with Google Cloud:

gcloud auth login

Get the cluster credentials:

gcloud config set compute/zone us-west1-b
gcloud config set project bigeng
gcloud components install kubectl
gcloud container clusters get-credentials bigeng-cluster

If that works, you should be able to run

kubectl get nodes

and see an output like

NAME                              STATUS   ROLES    AGE   VERSION
gke-bigeng-bigeng-630b7c9f-v70m   Ready    <none>   98m   v1.30.3-gke.1969001

Setup vCluster

Follow the instructions at https://vcluster.com/docs/get-started to download the vcluster CLI.

  • On a Mac, this is as simple as
brew install loft-sh/tap/vcluster-experimental

Next steps

See

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages