-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Release Notes Summary:Kubernetes namespaces can now be explicitly deleted from jenkins pipelines.
-
Team:PLATFORM
-
Sprint:nxplatform #102, nxplatform #103
-
Story Points:1
In the context of testing upgrading from a nuxeo version to another, we need to deploy both versions sequentially without nesting them.
To do so we need to call methods granularly, to deploy, redeploy and then delete without having too much automation and logging around it.
We can actually deploy and destroy a helmfile, but the namespace will remain.
This forces us to delete the namespace manually after the test.
Exposing the existing deleteNamespace method would ensure it is always done the same way.
- is required by
-
NXP-32058 Test LTS instance upgrade from n-1 minor version (hotfix)
- Resolved