Open andreygalizin opened 1 year ago
deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [INFO] Reading Deckfile: https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [WARNING] 'type: file' is deprecated for inline sources, use 'type: inline' instead [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching InlineSource: no ref [INFO] Creating a k3d cluster with name loki [INFO] Processing 4 source(s) [INFO] Processing source HelmSource: https://grafana.github.io/helm-charts [INFO] Reading Deckfile: https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [WARNING] 'type: file' is deprecated for inline sources, use 'type: inline' instead [INFO] Deleting the k3d cluster with name loki [CRITICAL] There was an error running deck: Command 'bash -c "helm repo add this https://grafana.github.io/helm-charts && helm template loki this/loki --include-crds --namespace loki --set rbac.pspEnabled=false --set rbac.pspUseAppArmor=false --output-dir /output --kube-version 1.22 --api-versions 1.22"' in image 'deck-tooler:0.11.1' returned non-zero exit status 1: b'Error: stat /output/loki/charts/grafana-agent-operator/crds: permission denied\n\nUse --debug flag to render out invalid YAML\n'
I expected successful installation of the loki
Use the same command sudo deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml or deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml the result is the same
It is your file without any changes
No response
Thank you @andreygalizin for reporting this issue. I will have a look at what's going on here. We're periodically checking these Deckfiles and no error has been reported lately.
What happened?
deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [INFO] Reading Deckfile: https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [WARNING] 'type: file' is deprecated for inline sources, use 'type: inline' instead [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching HelmSource: https://grafana.github.io/helm-charts [INFO] Fetching InlineSource: no ref [INFO] Creating a k3d cluster with name loki [INFO] Processing 4 source(s) [INFO] Processing source HelmSource: https://grafana.github.io/helm-charts [INFO] Reading Deckfile: https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml [WARNING] 'type: file' is deprecated for inline sources, use 'type: inline' instead [INFO] Deleting the k3d cluster with name loki [CRITICAL] There was an error running deck: Command 'bash -c "helm repo add this https://grafana.github.io/helm-charts && helm template loki this/loki --include-crds --namespace loki --set rbac.pspEnabled=false --set rbac.pspUseAppArmor=false --output-dir /output --kube-version 1.22 --api-versions 1.22"' in image 'deck-tooler:0.11.1' returned non-zero exit status 1: b'Error: stat /output/loki/charts/grafana-agent-operator/crds: permission denied\n\nUse --debug flag to render out invalid YAML\n'
What did you expect to happen?
I expected successful installation of the loki
How can we reproduce it (as minimally and precisely as possible)?
Use the same command sudo deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml or deck get https://raw.githubusercontent.com/Getdeck/wharf/main/loki/deck.yaml the result is the same
What is the content of the Deckfile you are using?
It is your file without any changes
OS version
Anything else we need to know?
No response