stackset-controller icon indicating copy to clipboard operation
stackset-controller copied to clipboard

Opinionated StackSet resource for managing application life cycle and traffic switching in Kubernetes

Results 41 stackset-controller issues
Sort by recently updated
recently updated
newest added

- [ ] how to setup the tools stackset-controller + skipper + optional RBAC - [ ] how to use from user point of view (explain `traffic`) or write a...

documentation

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)...

enhancement

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...

enhancement

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....

question

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...

enhancement

The controller should send relevant events to the `Stack` and `StackSet` resources so users know what it's doing.

enhancement

Just a quick check if the tests from https://github.com/zalando-incubator/stackset-controller/pull/595 can work for PCS as well.

do-not-merge

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....

do-not-merge