local Superset with Helm #27575
markusf1895
started this conversation in
General
Replies: 2 comments
-
I have this on a k3s installed on Debian 12.2 (amd64) as well. First time using k8s/k3s so I thought I was doing something wrong. EDIT: it was a bad config for me, try adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to a GitHub discussion given:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
On Macbook Pro with M1:
I run into a timeout if running:
helm upgrade --install --values my-values.yaml superset superset/superset
Please help.
How to reproduce the bug
I did:
helm repo add superset https://apache.github.io/superset
=>"superset" has been added to your repositories
optional:
helm search repo superset
=>superset/superset, Chart Version: 0.12.6, App Version: 3.1.0
kind create cluster --name superset
my-values.yaml
from here: https://github.com/apache/superset/blob/master/helm/superset/values.yamlhelm upgrade --install --values my-values.yaml superset superset/superset
=>Release "superset" does not exist. Installing it now.
Error: UPGRADE FAILED: post-upgrade hooks failed: 1 error occurred: * timed out waiting for the condition
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
I don't know
Node version
I don't know
Browser
Chrome
Additional context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions