Skip to content

unable to provision new rke2 cluster with custom node and have noticed error related with " error while appending ca cert to pool for probe kube-apiserver" #7171

Answered by brandond
DipindasThayyil asked this question in Q&A
Discussion options

You must be logged in to vote

The probes were failing because RKE2 hasn't started yet. RKE2 wasn't able to start because it wasn't even installed - you were rate-limited by Docker Hub, and the installer image could not be pulled.

error while staging: all endpoints failed: 
GET https://index.docker.io/v2/: unexpected status code 429 Too Many Requests: Too Many Requests (HAP429).
Failed to get image index.docker.io/rancher/system-agent-installer-rke2:v1.28.10-rke2r1

If you're pulling enough to get rate-limited from Docker Hub, despite the rate-limiting protections in place on the docker.io/rancher namespace, you probably need to set up a local registry mirror.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@DipindasThayyil
Comment options

@dereknola
Comment options

@DipindasThayyil
Comment options

@brandond
Comment options

Answer selected by dereknola
@DipindasThayyil
Comment options

@brandond
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants