siderolabs / cluster-api-control-plane-provider-talos

A control plane provider for CAPI + Talos
Mozilla Public License 2.0
56 stars 19 forks source link

fix: desired replicas count in scale conditions #157

Closed Unix4ever closed 1 year ago

Unix4ever commented 1 year ago

Fixes: https://github.com/siderolabs/cluster-api-control-plane-provider-talos/issues/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.

Unix4ever commented 1 year ago

/m