rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
442 stars 243 forks source link

Empty `serviceName` in fleet StatefulSet #10762

Open torchiaf opened 3 months ago

torchiaf commented 3 months ago

Setup

Describe the bug

serviceName in cattle-fleet-local-system/fleet-agent StatefulSet is empty string. This is blocking the redeploying/scaling operations in the UI.

We should verify if the field is missing for a backend issue or we need to fix the validation UI side.

To Reproduce

Result The UI shows a validation error, 'Service name is required'. The error is also visible in the console.

Screenshots

image

Additional context

It's still possible to restart the agent using the CLI

kubectl rollout restart statefulset fleet-agent -n cattle-fleet-local-system
gaktive commented 1 month ago

This may have to be back ported to 2.9.x but if our capacity for 2.9.0 has room, we can put this back in.