shipper
shipper copied to clipboard
Kubernetes native multi-cluster canary or blue-green rollouts using Helm
This changes the build flags to build stripped binaries. The shipper binary is now only 32 MB. The size of the binary was 45 MB without these changes.
# New Feature Request ## The Problem Statement: When strategy contains step with 0 traffic re-routing, and we still need to validate the new instance using in-cluster validation job, it's...
This commit bumps Helm rendering engine version to v3 from v2. The new version is a major update and therefore is partially incompatible with the former head version. This commit...
first :Shipper is down (spec.replicas: 0) before applying objects then: shipperctl backup restore -v -f xxx.yaml failed ``` root@test-108:/opt/addons/shipper# root@test-108:/opt/addons/shipper# kubectl get all -n shipper-system NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)...
When an `image tag` is a large integer (e.g. `20190612073634`) it gets converted to the scientific notation (e.g `2.0190612073634e+13`) For example the following `release` configuration: ```yaml Values: Image: Repository: [...]...
We currently don't expose any metrics from Janitor controller, which makes us blind to how the garbage collection is going across different clusters. Now that Janitor controller is working across...
Shipper currently passes labels found on the Application object down to all of the Chart objects it creates. This is a little surprising, and also violates the Kubernetes idiom of...
Right now, there is no way of refreshing the secret for the webhook without downtime. This command would generate a new secret and replace it with the current secret. This...
To improve user experience and prevent user errors, our validating webhook should do the following things. - For updates, it should make sure that the field which is modified is...
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...