...
Expand |
---|
Below is the explanation of the above command: 1. helm install 2. ac5tmt This is the release name. Helm uses this name to manage the deployment. It acts as an identifier for the installed chart, allowing you to update, manage, or uninstall the release later.
3. adeptia/ 4. --timeout 10m Sets a timeout of 10 minutes for the installation process. If the deployment takes longer than 10 minutes, Helm will terminate the process and report a failure.
5. --debug 6. -n ac5tmt |
While installing you can see the status and watchlist (Needs to update your own namespace) This needs to be opened in a separate command prompt and executed.
Run the below command to see the live status of the installation:
...