bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
734 stars 38 forks source link

the inservice field on the Cluster object isn't updated when connection to a Cluster is restored #334

Open parhamdoustdar opened 4 years ago

parhamdoustdar commented 4 years ago

Steps to reproduce:

  1. Modify the apiMaster field of a Cluster object so that Shipper will lose connection
  2. Observe that the Cluster now has a field called inservice set to false
  3. Return the apiMaster to the correct value
  4. Observe that the inservice field is still false