Tim Schrodi
Tim Schrodi
> The first is that the generic API (KubernetesObjectApi) is indeed intended for unknown types. The generated APIs (e.g. CoreV1Api return strongly typed objects for known objects) That was also...
yes beta would make sense. @ggaurav10 I guess the integration test should run before a release and optionally on pull request not with our default tests? If so we would...
/assign brendandburns
Hey @ctreatma , > Did this issue happen after upgrading CPEM in an existing cluster, or is this happening in a new cluster that was set up from the beginning...
I think its the best if provide the whole configmap: MetalLb Configmap ``` apiVersion: v1 data: config: | address-pools: - addresses: - 1.1.1.1/32 auto-assign: false avoid-buggy-ips: false bgp-advertisements: [] name:...
We now had to completly roll back to equinix ccm v3.3.0 and metallb v0.9.5 as all bgp routes were deleted. After the rollback everything was fine again
Hey @cprivitere , >Do you have the config map for CPEM that you tried using? we do not use a configmap but rather the env var approach. Our env vars...
>Are you saying that this works properly in a fresh environment so the issue here has to do with upgrading? It works in my simple test. But I'm not sure...
@cprivitere @ocobles thanks for the input. Cleaning up the config.yaml seems to be the best option for us. We still try that out and let you know.
@brendandburns do you know if there is a similar info like the [register.go](https://github.com/kubernetes/kubernetes/blob/905e7510c84676fe5c6428f1038996e099a30f68/pkg/apis/apps/register.go#L36) files we have in the go client?