stackset-controller
stackset-controller copied to clipboard
Opinionated StackSet resource for managing application life cycle and traffic switching in Kubernetes
- [ ] how to setup the tools stackset-controller + skipper + optional RBAC - [ ] how to use from user point of view (explain `traffic`) or write a...
currently I can set traffic on a version that doesn't exist. It will correctly reduce the desired traffic to the existing versions but will not add the new version to...
The `status` section of StackSets contains useful information about the readiness of the StackSet. However, there's more information that could be exposed there so that tools probing for its readiness...
`StackSet` and `Stack` resources are inspired by the relationship between `ReplicaSet` and `Pods` (and also `Deployment` and `ReplicaSet` I would say). When I modify a `Deployment` object (an in-place update)...
These error messages coming from `glog`, but we should delete these log entries, because the behaviour is intended and the client-go timeout works for WATCH, but not for all other...
When I deploy for the first time and my stackset is broken in someway (e.g. typo in the image name) desired traffic is set to 100% on that initial stack....
Currently, if you delete an application stack `$ kubectl delete stack ` Kubernetes will automatically clean up all dependent resources including the `Deployment` and `Service` resources. The resource could be...
The controller should send relevant events to the `Stack` and `StackSet` resources so users know what it's doing.
Just a quick check if the tests from https://github.com/zalando-incubator/stackset-controller/pull/595 can work for PCS as well.
This is a solution for Inline ConfigMaps. It follows the design of other inline resources such as HPAs. It could be used as a blueprint for inline PCS as well....