Ratnadeep Debnath
Ratnadeep Debnath
Signed-off-by: Ratnadeep Debnath Fixes #12932 ## Proposed Changes * Replace `autoscaling.knative.dev/max-scale` annotation with `autoscaling.knative.dev/scale-max` * Replace `autoscaling.knative.dev/min-scale` annotation with `autoscaling.knative.dev/scale-min`
- [x] Create base test suite - [x] Create base test suite for Kubernetes - [x] Create base test suite for Docker - [x] Create base test suite for Openshift...
Since, we use `namespace` for providers, and for Nulecule items as well, it becomes confusing sometimes. So, we've decided to rename `namespace` to `scope` for Nulecule.
When there's an error during running a Nulecule application, rollback the changes made by stopping the application. This pull request just takes care of invoking `stop` on the main Nulecule...
Refactor Nulecule/atomicapp params to support developing nested Nulecule applications easy. This work is to fix the issues discussed in https://github.com/projectatomic/nulecule/issues/187 Fixes #423.
# Issue Currently, stopping a Nulecule application on Docker provider just stops the running containers. If you have named your containers, an attempt to run the Nulecule application, for the...
## Problem Given the current structure of `answers.conf`, there's high chance of namespace(where namespaces are nothing but app names) collisions in nested Nulecule apps. For example, if there's a nested...
Work on https://github.com/projectatomic/nulecule/issues/187. - [x] Implement a POC refactor - [ ] Review workflow and get feedback - [ ] Implement final version - [ ] Add tests - [...
This pull request contains needed refactor in Nulecule SPEC file for sentry nulecule application to accommodate changes introduced by https://github.com/projectatomic/atomicapp/pull/442