elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Auto-allocate CIDRs on GCP #112

Closed ldx closed 4 years ago

ldx commented 4 years ago

This will have the GCP Terraform config auto-allocate the service and pod CIDRs by default, so there will be no range collision when multiple users provision clusters in the same project/network.

I also reduced the default CPU request for the VK deployment to make sure it fits into an n1-standard-1 instance. With the default system pods, it's close to being full on GKE.