bookingcom / shipper

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

Fix Shipperctl Clusters Parameters #363

Closed hihilla closed 3 years ago

hihilla commented 3 years ago

322

Previously, these commands were accepting parameters they didn't need (e.g. shipperctl clusters setup management was asking for --application-cluster-service-account). This PR fixes those parameters, so that each command only asks for what it needs.