-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
it was reported that kubeflow install was not working and I was able to recreate this on k3s 1.30.5 as well.
k logs install-kubeflow-test02-889a-zpw57
{"time":"2025-01-22T13:38:22.859258313Z","level":"INFO","msg":"Cloneing git repo https://github.com/civo/kubernetes-marketplace\n"}
{"time":"2025-01-22T13:38:22.859526351Z","level":"INFO","msg":"Creating temp dir to clone git repo"}
{"time":"2025-01-22T13:38:22.859711861Z","level":"INFO","msg":"Created temp dir: /tmp/prefix858858872"}
{"time":"2025-01-22T13:38:24.585771359Z","level":"INFO","msg":"Validating that app exists: kubeflow\n"}
{"time":"2025-01-22T13:38:24.586054501Z","level":"INFO","msg":"Running App PreInstall"}
{"time":"2025-01-22T13:38:24.586096877Z","level":"INFO","msg":"Cheking the pre_install.sh is preset or not"}
{"time":"2025-01-22T13:38:24.586217012Z","level":"INFO","msg":"No pre_install.sh found fo kubeflow"}
{"time":"2025-01-22T13:38:24.586391162Z","level":"INFO","msg":""}
{"time":"2025-01-22T13:38:24.58642236Z","level":"INFO","msg":"Running App Install"}
Error: missing closing brace
Usage:
marketplace-installer install [flags]
Examples:
install <app name>
Flags:
-h, --help help for install
Global Flags:
-d, --git-url string The git repo to clone from (default "https://git.civo.com/civo/marketplace.git")
I believe it has to do with the way the install is currently being handled breaking from the desired pattern as its performing an additional git retrieval operation to pull the manifest down
while ! kubectl apply -f https://raw.githubusercontent.com/civo/kubernetes-marketplace/master/kubeflow/kubeflow.yaml; do echo "Retrying to apply resources"; sleep 10; done |
The desired fix would be o implement a supported install method
Metadata
Metadata
Assignees
Labels
No labels