DX O2 25.1 Helm-Script Question
search cancel

DX O2 25.1 Helm-Script Question

book

Article ID: 407336

calendar_today

Updated On:

Products

DX Operational Observability

Issue/Introduction

Is it possible instead to use the  ./AIOpsManagement.sh skript perform completely product installation with helm only? It is the requirements from the end-customer cluster admins. 

From our understanding we can try 
1) with "./AIOpsManagement.sh --install --dry-run" create helm charts 
2) possible check these via dxi_helm.bash <dir> template 
3) use cd <dir>; helm install ./*.tgz -f 00_*.yaml 

If this is possible, could you provide the correct installation order in case this is obligated?

Resolution

The dxi-installer only runs helm to install the individual helm charts automatically.  If cluster admin is not an option, then dxi-installer should be run as namespace admin.

AIOpsManagement.sh is required to install or upgrade the product.

After installation, updates can be performed to the objects via the dxi_helm.bash script, though.