Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Waiting for at least one control plane, etcd, and worker node to be registered #45599

Open
chanyshev opened this issue May 24, 2024 · 0 comments
Labels
kind/bug Issues that are defects reported by users or that we know have reached a real release

Comments

@chanyshev
Copy link

Rancher Server Setup

  • Rancher version: v2.8.3
  • Installation option (Docker install/Helm Chart): Helm chart
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: rancher
  namespace: cattle-system
spec:
  chart: rancher
  version: 2.8.3
  repo: "https://releases.rancher.com/server-charts/stable"
  targetNamespace: cattle-system
  set:
    hostname: "rancher.my_domain"
    bootstrapPassword: admin
    replicas: 1
  • If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc):
  • Proxy/Cert Details: no

Information about the Cluster

  • Kubernetes version: v1.28.10-rc1+k3s1
  • Cluster Type (Local/Downstream): Local
    • If downstream, what type of cluster? (Custom/Imported or specify provider for Hosted/Infrastructure Provider): Custom

User Information

  • What is the role of the user logged in? (Admin/Cluster Owner/Cluster Member/Project Owner/Project Member/Custom): Admin
    • If custom, define the set of permissions:

Describe the bug
When I create a master node, they hang in the сonditions state:
Ready | Unknown | 16 hours ago | [Waiting] waiting for at least one control plane, etcd, and worker node to be registered

rancher-system-agent logs

May 23 13:40:46 master01 rancher-system-agent[2630]: time="2024-05-23T13:40:46Z" level=info msg="Rancher System Agent version v0.3.6 (41c07d0) is starting"
May 23 13:40:46 master01 rancher-system-agent[2630]: time="2024-05-23T13:40:46Z" level=info msg="Using directory /var/lib/rancher/agent/work for work"
May 23 13:40:46 master01 rancher-system-agent[2630]: time="2024-05-23T13:40:46Z" level=info msg="Starting remote watch of plans"
May 23 13:40:46 master01 rancher-system-agent[2630]: time="2024-05-23T13:40:46Z" level=info msg="Starting /v1, Kind=Secret controller"

To Reproduce
Install ks3 -> install rancher -> Create rke2 cluster -> Add master node

Result

Expected Result
Add node to cluster

Screenshots

rancher-error

Additional context

@chanyshev chanyshev added the kind/bug Issues that are defects reported by users or that we know have reached a real release label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues that are defects reported by users or that we know have reached a real release
Projects
None yet
Development

No branches or pull requests

1 participant