You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The Google provider implementation installs Kubernetes without any GCP cloud provider code enabled. This code is needed to enable several key features:
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.
The text was updated successfully, but these errors were encountered: