cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
The GCP provider implementation for Cluster API
/kind documentation The Quickstart/Prerequisite docs at https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/main/docs/book/src/topics/prerequisites.md#create-a-service-account ask the user to > [...] create a new service account with Editor permissions. Afterwards, generate a JSON Key and store it somewhere...
**What type of PR is this?** **What this PR does / why we need it**: This PR aligns the CI and install shell scripts in the repo to use kustomize...
**What steps did you take and what happened:** I've been referencing the [cluster-template.yaml ](https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/main/templates/cluster-template.yaml#L84) and mixing in some of our own configuration with Kustomize. One issue I've ran into is...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format,...
/kind feature **Describe the solution you'd like** To limit the number of spelling issues, it'd be nice to incorporate https://github.com/codespell-project/codespell.
**What type of PR is this?** /kind documentation /kind cleanup **What this PR does / why we need it**: Adds a Github Action for codespell and fixes existing issues in...
/kind bug **What steps did you take and what happened:** Users can define their subnets on the `GCPCluster.Spec.Network.Subnets` field, but we don't do anything with that information: subnets are not...
/kind feature **Describe the solution you'd like** As a user, I would like to see conditions showing the operational state of GCPCluster objects. Umbrella issue for Conditions: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/issues/570 **Anything else...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] 1. Create a cluster using a bootstrap cluster and not...
/kind feature **Describe the solution you'd like** Currently, a user needs to create and delete firewall rules manually if they want to use a network other than `default` one. CAPG...