TASK [check local chart details] ************************************************************************************************************
fatal: [app-master]: FAILED! => {“changed”: false, “msg”: “chart_ref is not supported for local charts”}
PLAY RECAP **********************************************************************************************************************************
app-master : ok=1 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
failed to apply task: <app / vss-release>
yuweiw
March 13, 2025, 2:16am
3
Is this the same as the 326536 ? Please refer to that topic to get the relevant log information. Thanks
No, it is different. I haven’t reached the stage of successful deployment. The error information has been shown above.
yuweiw
March 13, 2025, 3:02am
5
Can you describe your setup in detail like below?
System Information
Hardware Platform (GPU model and numbers) :
System Memory :
Ubuntu Version :
NVIDIA GPU Driver Version :
Issue Type : Feature Request / New Requirement
Since you are using AWS, can you describe your process in detail and at what point the problem occurred?
Hardware Platform (GPU model and numbers) : g6e.48xlarge ( 8 X L40)
Issue Type : Deployment Failure
The error happens when I run the following commond
./envbuild.sh install -f config.yml -c all
Here is the error information:
* TASK [check local chart details] ************************************************************************************************************
fatal: [app-master]: FAILED! => {“changed”: false, “msg”: “chart_ref is not supported for local charts”}
PLAY RECAP **********************************************************************************************************************************
app-master : ok=1 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
failed to apply task: <app / vss-release>
It looks like both local_chart and chart_ref are being set, which is resulting in error during check.
Use only one of the approach to fix the issue.