Open fhennig opened 10 months ago
This one is also cryptic...
❯ stackablectl \
--stack-file stackablectl-hive-postgres-minio-stack.yaml \
--release-file release.yaml \
stack install hive-hdfs-postgres
An unrecoverable error occured: failed to execute stack (sub)command
Caused by these errors (recent errors listed first):
1: failed to build stack/release list
2: failed to transfer the list file
3: failed to read local file
4: No such file or directory (os error 2)
-l debug
I cannot see where the error comes fromEdit: I know which filename was wrong. It just should be instantly obvious in the error message
Adding another on behalf of @xeniape
xenia@tuxedo:~/Downloads/tmp$ stackablectl demo in data-lakehouse-iceberg-trino-spark
An unrecoverable error occured: demo command error
Caused by these errors (recent errors listed first):
1: failed to install demo "data-lakehouse-iceberg-trino-spark"
2: failed to install stack
3: failed to install stack manifests
4: failed to deploy manifests using the kube client
5: failed to patch/create Kubernetes object
6: ApiError
7: Apply failed with 1 conflict
currently:
This is a bit cryptic. it would be good to catch this error and print a more readable message like "could not connect to Kubernetes cluster" or "No Kubernetes configuration found" or something like that. Possibly with context information like "tried connecting to ..." or "tried reading file at ..."