FatmanUK / k3s_playground

0 stars 0 forks source link

Calico deployments won't go to 3 replicas #155

Closed athajaerel closed 4 months ago

athajaerel commented 5 months ago
NAMESPACE          NAME                       READY   UP-TO-DATE   AVAILABLE
calico-apiserver   calico-apiserver           2/2     2            2
calico-system      calico-kube-controllers    1/1     1            1

Even when the deployments are edited and manually set to 3 replicas, they just go back to the original numbers. Is this a problem?

FatmanUK commented 5 months ago

# The controllers can only have a single active instance.

athajaerel commented 4 months ago

It seems to be ok like this.