[kuryr][tacker] fails to bump the k8s version to v1.26

Ayumu Ueha (Fujitsu) ueha.ayumu at fujitsu.com
Tue Jul 4 07:53:34 UTC 2023


Hi kuryr-kubetenetes team,

Tacker uses the kuryr-kubernetes as the setup for the kubernetes Environment.
In the Bobcat version, we will bump the supported version of kubenetes to 1.26.6,
and when I tried to bump the version in devstack's local.conf by the patch [1],
the following error occurred. (please refer the details to Zuul log [2])
==============================
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
[kubelet-check] Initial timeout of 40s passed.

Unfortunately, an error has occurred:
              timed out waiting for the condition

This error is likely caused by:
              - The kubelet is not running
              - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)

If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
              - 'systemctl status kubelet'
              - 'journalctl -xeu kubelet'

Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
              - 'crictl --runtime-endpoint unix:///var/run/crio/crio.sock ps -a | grep kube | grep -v pause'
              Once you have found the failing container, you can inspect its logs with:
              - 'crictl --runtime-endpoint unix:///var/run/crio/crio.sock logs CONTAINERID'
error execution phase wait-control-plane: couldn't initialize a Kubernetes cluster
==============================

I know it is not yet supporting version 1.26 of the K8S at the kuryr-kubernetes as for now, but do you know any way to avoid the above error?
I suspect this is due to a change from version 1.25, but I'm not sure which one is affecting...

Also, when will you support the K8S v 1.26 at the kuryr-kubernetes? Will the Bobcat release support it?
Please kindly let me know if you know anything. Thank you.

[1] https://review.opendev.org/c/openstack/tacker/+/886935
  Change the parameters:
     KURYR_KUBERNETES_VERSION: 1.25.6 to 1.26.6
     CRIO_VERSION: 1.25 to 1.26
[2] https://zuul.opendev.org/t/openstack/build/1a4061da74e640368da133ba219b54d9/log/controller-k8s/logs/devstacklog.txt#9761-9816

Best Regards,
Ueha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.openstack.org/pipermail/openstack-discuss/attachments/20230704/f56ccd33/attachment-0001.htm>


More information about the openstack-discuss mailing list