-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
None
Problem
Artifactory is currently deployed via Helm on the "cnv2.eng" cluster. When cluster configuration is applied, pod eviction occurs, causing Artifactory to become unavailable. This disrupts dependent workflows and services.
Solution
Migrate Artifactory from its current Helm-based deployment to a VM, managed using Ansible playbooks. This aligns with how all other Artifactory instances are already deployed (on VMs), and eliminates the pod eviction availability issue.
Acceptance Criteria
- Artifactory is running on a VM instead of the cnv2.eng cluster
- VM is provisioned and managed via Ansible playbooks (consistent with other Artifactory instances)
- Artifactory remains available during cluster config changes on cnv2.eng
- Data and configuration are migrated from the Helm deployment to the new VM