You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.
RKE version:
v1.6.2
Docker version: (
docker version
,docker info
preferred)26.0.1
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred) ubuntu 22.04 jammyType/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) AWS, k8s 1.29, k8s 1.30
cluster.yml file:
Steps to Reproduce: install a cluster with RKE1 on kubernetes
1.29
or greater with theexternal-aws
cloud provider anduseInstanceMetadata: true
.Results: nodes fail to register -- provisioning hangs on:
this appears to be due to a change in k8s
1.29
chronicled in this issue: kubernetes/kubernetes#124453 but ultimately originating in kubernetes/kubernetes#121028.in
rke
, GetNode (by way of setNodeAnnotationsLabelsTaints and SyncLabelsAndTaints) conditions return of the node on having matched against the addresses written to the node status:in a k8s 1.28 cluster, the
.status.Addresses
entry looks something like the entry below:as these values are no longer written to the status in >=
1.29
, the nodes fail to register.The text was updated successfully, but these errors were encountered: