Kindnet requires cluster to provide ipam via the node.spec.podcidr #17215
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Different cloud providers provide the basic ipam functionality on the node.spec.podcidr via different components.
Typically this was done on the kube-controller-manager, but since the removal of the in-tree cloud provider code in Kubernetes, the GCP only ipam mode called CloudAllocator is not available, so it is provided by the cloud-controller-manager.
The commit in 27e8624 made a GCP only check to apply to all cloud providers, hence disabling the ipamm functionality in the KCM, and as a consequence the kindnet jobs that depend on that started failing
https://testgrid.k8s.io/kops-distro-u2404#kops-aws-cni-kindnet
Revert that PR and keep the dumping functionality that is unrelated to the IPAM functionality