You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created karpor namespace and try to deploy it with
helm install karpor kusionstack/karpor
but get
Error: INSTALLATION FAILED: Unable to continue with install: Namespace "karpor" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "karpor"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "karpor"
What did you expect to happen?
.
How can we reproduce it (as minimally and precisely as possible)?
.
Anything else we need to know?
.
Karpor version
$ karpor -V
# paste output here
.
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
The text was updated successfully, but these errors were encountered:
Hi, @danielstankw 👋
Maybe there is some dirty data in your cluster. You can use helm list -A to know if there is any previous version, then delete them(You may lost old data) and reinstall karpor.
What happened?
I created karpor namespace and try to deploy it with
helm install karpor kusionstack/karpor
but get
What did you expect to happen?
.
How can we reproduce it (as minimally and precisely as possible)?
.
Anything else we need to know?
.
Karpor version
OS version
Install tools
The text was updated successfully, but these errors were encountered: