kubernetes-sigs / cluster-api-provider-ibmcloud

Cluster API Provider for IBM Cloud
https://cluster-api-ibmcloud.sigs.k8s.io
Apache License 2.0
62 stars 79 forks source link

kube-vip fails to run with Kubernetes 1.29 #1792

Closed Amulyam24 closed 4 months ago

Amulyam24 commented 4 months ago

/kind bug /area provider/ibmcloud

What steps did you take and what happened: With the current plan to move to k8s version 1.29 for PowerVS CI, testing showed thatkubeadm init fails on the control plane node. The issue is with kube-vip failing with 1.29 with the following:

  1. hostAliases do not work as static pod manifests in Kubernetes v1.29 #692

  2. kube-vip requires super-admin.conf with Kubernetes 1.29 #684

What did you expect to happen: Cluster to be created successfully with k8s v1.29

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

Amulyam24 commented 4 months ago

/assign