-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable GCP provider specific logic in the Kubernetes API. #81
Comments
/cc @mkjelland |
From @mkjelland on April 10, 2018 16:49 I'll take a look! |
From @krousey on April 10, 2018 16:50 self-assigning for now since @mkjelland isn't part of the k8s org. /assign @krousey |
/cc @kawych |
mkjelland
added a commit
to mkjelland/cluster-api
that referenced
this issue
May 8, 2018
- Create service accounts on cluster creation for master/worker nodes - Add default storage class - Start kubelet with gce cloud provider configuration
mkjelland
added a commit
to mkjelland/cluster-api
that referenced
this issue
May 8, 2018
Adding instructions for deploying ingress controller
Merged
mkjelland
added a commit
that referenced
this issue
May 15, 2018
Enable GCE cloud provider support: Issue #81
chuckha
pushed a commit
to chuckha/cluster-api
that referenced
this issue
Oct 2, 2019
Minor fixup for workflow
chuckha
pushed a commit
to chuckha/cluster-api
that referenced
this issue
Oct 2, 2019
Fix machine ref matching
jayunit100
pushed a commit
to jayunit100/cluster-api
that referenced
this issue
Jan 31, 2020
…sigs#83) * Moved folders around to match standard go project structure Created cmd and pkg as top level folder and moved folders around appropriately. Fixed up the makefiles and dockerfiles. * Use Go standard for struct name for functions Some leftover code from before this repo was under sig-vmware didn't follow the go standard. Fixed them. Resolves kubernetes-sigs#81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @krousey on April 10, 2018 16:43
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.
Copied from original issue: kubernetes-retired/kube-deploy#674
The text was updated successfully, but these errors were encountered: