Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install issue #611

Closed
danielstankw opened this issue Sep 2, 2024 · 2 comments
Closed

Install issue #611

danielstankw opened this issue Sep 2, 2024 · 2 comments
Labels
question Further information is requested

Comments

@danielstankw
Copy link

What happened?

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

@ruquanzhao
Copy link
Collaborator

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.

@elliotxx elliotxx added the question Further information is requested label Sep 14, 2024
@elliotxx
Copy link
Collaborator

elliotxx commented Nov 8, 2024

@danielstankw Hi, Is there any problem now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants