Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Enable GCP provider specific logic in the Kubernetes API. #674

Closed
krousey opened this issue Apr 10, 2018 · 5 comments
Closed

Enable GCP provider specific logic in the Kubernetes API. #674

krousey opened this issue Apr 10, 2018 · 5 comments

Comments

@krousey
Copy link
Contributor

krousey commented Apr 10, 2018

The Google provider implementation installs Kubernetes without any GCP cloud provider code enabled. This code is needed to enable several key features:

  • Loadbalancing
  • Persistent Volumes
  • Ingresses
  • GCP routes for container networking (no need for CNI)

This largely is making sure the correct flags are specified on the existing k8s components and also installing additional controllers (I think the ingress controller is separate). Also, the master VMs have to have the appropriate permissions to perform these operations.

@rsdcastro
Copy link

/cc @mkjelland

@mkjelland
Copy link

I'll take a look!

@krousey
Copy link
Contributor Author

krousey commented Apr 10, 2018

self-assigning for now since @mkjelland isn't part of the k8s org.

/assign @krousey

@rsdcastro
Copy link

/cc @kawych

@rsdcastro
Copy link

This issue was moved to kubernetes-sigs/cluster-api#81

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants