Skip to content

Incorrect statement on number of cluster agents #206

Open
@dnoland1

Description

@dnoland1

Summary:
Documentation at https://docs.ranchermanager.rancher.io/reference-guides/rancher-manager-architecture/communicating-with-downstream-user-clusters#2-cluster-controllers-and-cluster-agents incorrectly states a cluster has one cluster agent.

Details:
The text is:

There is one cluster controller and one cluster agent for each downstream cluster.

However, in a cluster, seeing two:

$ kubectl get pods -n cattle-system | grep cattle-cluster-agent
cattle-cluster-agent-85fd974484-m8gpk        1/1     Running   0          7d7h
cattle-cluster-agent-85fd974484-gmbsb        1/1     Running   0          7d7h

Should check with engineering. In some cases there is only 1.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions