Tyler Schultz
Tyler Schultz
### What happened? When attempting to create a Kubernetes Secret in the format the vSphere CPI expects, with an IPv6 address, causes Kubernetes to error. The vSphere CPI expects the...
/kind bug **What steps did you take and what happened:** We found what appears to be a bug in the code (and test) here: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/pkg/util/machines.go#L154-L164 We were updating the test...
Explore what should need to happen to support ipv6. Learn how to deploy a (local?) cluster that has ipv6. There may be some IPv4 assumptions in the code.
- Define "gateway" (reference Gateway APIs)
Modifications to the EndpointSlice will be overwritten by the GatewayDNS controller (if they are not modified to move to another namespace.) Changes in this namespace is undefined behavior.
- Note that two `GatewayDns` resources pointing at same cluster will have undefined behavior. What happens?
Note that the configured namespace (xcc-dns) is controlled by automation on the clusters and users shouldn't modify the contents of this namespace