henrybell / advanced-kubernetes-bootcamp

Cloud Next 2018 -- Advanced Kubernetes Bootcamp code & config
Apache License 2.0
20 stars 19 forks source link

Install Module 2 dependencies and bring up VM for students #9

Closed viglesiasce closed 6 years ago

viglesiasce commented 6 years ago

Fixes #2 #3 #4.

  1. Brings up an instance that can be used by students for running the lab steps.
  2. Install Istio in the 2 workload clusters (east & west)
  3. Install Spinnaker in its own cluster.

In the future we can move Spinnaker bucket, service account etc creation to DM. I'd also like to start digging into how we can get Spinnaker to use the default credentials rather than the client cert.

MrTrustor commented 6 years ago

I'm hitting the default CPU quota on us-west1 when creating the GKE clusters.

viglesiasce commented 6 years ago

I think for the workshop we will be able to set the quotas as needed. Can you request a bump and retry?

@wardharold this may be why your cluster never finished provisioning.

MrTrustor commented 6 years ago

Just did, it went through. Need 28 CPUs on us-west1.

viglesiasce commented 6 years ago

Added fix for #12

MrTrustor commented 6 years ago

Can we merge that as is? I expect to push some PRs based on this one before EOW