Closed juliogreff closed 4 years ago
First of all, this does away with the "admin" namespace. Commands were getting too long for our taste.
Second, shipperctl admin clusters apply is now split into two, supposed to be called in order, like so:
shipperctl admin clusters apply
shipperctl clusters setup management shipperctl clusters join -f clusters.yaml
The first only installs Shipper in the management cluster, and the second joins application clusters to the management one. This allows us to roll out updates to shipper without necessarily having to specify application clusters to be joined.
First of all, this does away with the "admin" namespace. Commands were getting too long for our taste.
Second,
shipperctl admin clusters apply
is now split into two, supposed to be called in order, like so:The first only installs Shipper in the management cluster, and the second joins application clusters to the management one. This allows us to roll out updates to shipper without necessarily having to specify application clusters to be joined.