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
Once repo is deployed change something on the repo. (In the example above, change replicas to 5)
Click Force Update
Observed behavior:
Replicas are correctly changed to 5 in deployments but gitrepo remains in Not Ready state and clusters are not ready either (0/1).
Log message on fleet-local description is:
Message: NotReady(1) [Cluster fleet-local/local]; deployment.apps disable-polling-nginx-ns/nginx-test-polling [progressing] Deployment does not have minimum availability., Available: 2/5
Screencast.from.05-11-24.13.32.47.webm
Expected behavior:
Replicas should be correctly modified and gitrepo should be correctly changed to Active and clusters set to 1/1
Tested on v2.9-023781e52103c45a9bbdf3cb47d60b9336321daa-head and fleet:104.1.1+up0.10.5-rc.2 but happens with a bit earlier versions
The text was updated successfully, but these errors were encountered:
Steps to reproduce.
disablePollling: true
. I use this one: https://github.com/fleetqa/fleet-qa-examples-public/blob/main/disable-polling/nginx.yaml setting replicas to 2.Force Update
Observed behavior:
Not Ready
state and clusters are not ready either (0/1).Log message on fleet-local description is:
Screencast.from.05-11-24.13.32.47.webm
Expected behavior:
Tested on
v2.9-023781e52103c45a9bbdf3cb47d60b9336321daa-head
andfleet:104.1.1+up0.10.5-rc.2
but happens with a bit earlier versionsThe text was updated successfully, but these errors were encountered: