cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
The GCP provider implementation for Cluster API
/kind documentation # Description The default configuration when installing [GCP Cloud Provider](https://github.com/kubernetes/cloud-provider-gcp) is not compatible with multi-zone clusters, unless `failureDomains` are explicitly set. This can cause intermittent errors depending on...
/kind feature **Describe the solution you'd like** Adding support for [AdvancedMachineFeatures](https://pkg.go.dev/google.golang.org/api/compute/v1#AdvancedMachineFeatures) to GCP CAPI Machines. This would allowsetting options such as enable_nested_virtualization , threads_per_core , visible_core_count , enable_uefi_networking. **Anything else...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: When deploying a cluster, it is useful to know the static IP of...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Support clusters where the network infrastructure is IPv6 based rather than IPv4....
/kind bug **What steps did you take and what happened:** The implementation for Internal Load Balancer uses Passthrough Network LB which causes issues while spinning up a control plane with...
/kind bug **What steps did you take and what happened:** Created a GKE cluster with the latest CAPG version. After performing `clusterctl move` on the target cluster, performed a scale-up...
This is a continuation of the work started (and primarily done) by @BrennenMM7 in #901. I hope to be able to rebase it and fix up any remaining issues. -...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: GKE E2E are not running on new PRs. Let's modify the ginkgo filter...
CAPI v1.11.0-alpha.0 has been released and is ready for testing. Looking forward to your feedback before v1.11.0 release! ## For quick reference - [CAPI v1.11.0-alpha.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.11.0-alpha.0) - [Shortcut to...
/kind feature **Describe the solution you'd like** Due to technical constraints, I'm unable to deploy a global load balancer. As a result, I need to use a regional one by...