qos-scheduler deployment
SWM QOS-SCHEDULER
in existing k8s cluster (k8s version v1.24.17):
following quick-start-oss.md, make chart
failed with error:
$ make chart
rsync -qru --delete helm/qos-scheduler/ tmp/helm
for src in helm/qos-scheduler/values.yaml helm/qos-scheduler/charts/*/values.yaml ; do\
sed -Ee "/^ +pullPolicy:/s/:.+/: Always/" \
-e "1,/^# External/{/^ +tag:/s/:.+/: '"1.0"'/;}" \
${src} >tmp/helm${src#"helm/qos-scheduler"} ; \
done
helm dependency update tmp/helm
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/gzorro/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/gzorro/.kube/config
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "nvidia" chart repository
...Successfully got an update from the "neo4j" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "gitlab" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 12 charts
Save error occurred: directory tmp/helm/charts/qos-crds not found
Deleting newly downloaded charts, restoring pre-update state
Error: directory tmp/helm/charts/qos-crds not found
make: *** [Makefile:132: deliv/helm/qos-scheduler-"1.0".tgz] Error 1
Is there some configuration or values adjustment (not whitten in quick-start-oss.md) we should do in order to resolve this?