cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
The GCP provider implementation for Cluster API
/kind feature /help **Describe the solution you'd like** We would like to improve the supportability of CAPG. We would like to make it easier for operations/support users to investigate issues...
Bumps the all group with 1 update: golang. Updates `golang` from 1.21.10 to 1.22.5 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't...
**What type of PR is this?** **What this PR does / why we need it**: Add support for SharedVPC when specifying `spec.loadBalancer.internalLoadBalancer.subnet` **Which issue(s) this PR fixes** *(optional, in `fixes...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Sets the API port used for the Internal Load Balancer to be the...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Using the following load balancer configuration: ```yaml spec: loadBalancer: internalLoadBalancer:...
**What type of PR is this?** /kind api-change **What this PR does / why we need it**: There are missing disk types that are used by downstream services. This PR...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: The ForwardingRules resource requires that the SetLabels() method be used to add the...
/kind bug **What steps did you take and what happened:** In https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1275, the ForwardingRules `Labels` field was set in the resource definition. It turns out that some resources, including ForwardingRules,...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Right now, CAPG uses [unmanaged instance groups](https://cloud.google.com/compute/docs/instance-groups#unmanaged_instance_groups) to group VMs for load...
/kind bug Hey guys, there is a bug in the new CAPG 1.7.0 release for internal load balancers. What seems to be occurring is that the internal forwarding rule is...