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
Hello! When I try to create a cluster with more then 1 replica it starts to report strange number of replicas (824649122032 instead of 3) in clusterctl describe cluster unovi --show-conditions all (all fine with 1 replica):
NAME READY SEVERITY REASON SINCE MESSAGE
Cluster/unovi False Warning ScalingDown 5s Scaling down control plane to 824649122032 replicas (actual 3)
│ ├─ControlPlaneInitialized True 19h
│ ├─ControlPlaneReady False Warning ScalingDown 5s Scaling down control plane to 824649122032 replicas (actual 3)
│ └─InfrastructureReady True 19h
├─ClusterInfrastructure - HetznerCluster/unovi
│ ├─LoadBalancerAttached True 36m
│ ├─NetworkAttached True 36m
│ ├─PlacementGroupsSynced False Error PlacementGroupsUnreachable 2m38s failed to find placement group: failed to list placement groups: limit of 3600 requests per hour rea ...
│ └─RateLimitExceeded True 2m38s
├─ControlPlane - TalosControlPlane/unovi-control-plane False Warning ScalingDown 5s Scaling down control plane to 824649122032 replicas (actual 3)
│ │ ├─Available True 19h
│ │ ├─ControlPlaneComponentsHealthy True 34m
│ │ ├─EtcdClusterHealthyCondition False Warning EtcdClusterUnhealthy 61s : expected to have 3 members, got 2
│ │ ├─MachinesBootstrapped True 19h
│ │ ├─MachinesCreated True 19h
│ │ ├─MachinesReady True 5s
│ │ └─Resized False Warning ScalingDown 5s Scaling down control plane to 824649122032 replicas (actual 3)
│ ├─Machine/unovi-control-plane-h6xgz False Warning NodeNotFound 56s
This is scale down process which is stuck, but I had the same problem with initial creation and you can see that it reached API limits on Hetzner. I'm happy to provide any logs, just tell what you want to see.
The text was updated successfully, but these errors were encountered:
Unix4ever
added a commit
to Unix4ever/cluster-api-control-plane-provider-talos
that referenced
this issue
Apr 13, 2023
Fixes: siderolabs#155
We were reading it from `*int` pointer without dereferencing it, so it
was writing pointer address to the status instead of the actual value.
Signed-off-by: Artem Chernyshev <[email protected]>
Hello! When I try to create a cluster with more then 1 replica it starts to report strange number of replicas (824649122032 instead of 3) in
clusterctl describe cluster unovi --show-conditions all
(all fine with 1 replica):This is scale down process which is stuck, but I had the same problem with initial creation and you can see that it reached API limits on Hetzner. I'm happy to provide any logs, just tell what you want to see.
The text was updated successfully, but these errors were encountered: