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

[Bug] Can't install helm on local k8s v 1.27.2 #11092

Closed
2 of 3 tasks
dodalovicgran opened this issue Jul 14, 2023 · 2 comments
Closed
2 of 3 tasks

[Bug] Can't install helm on local k8s v 1.27.2 #11092

dodalovicgran opened this issue Jul 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working and you are sure it's a bug!
Milestone

Comments

@dodalovicgran
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Apache SkyWalking Component

Helm Chart (apache/skywalking-kubernetes)

What happened

Tried to install as per link

  ~ export SKYWALKING_RELEASE_VERSION=4.3.0  # change the release version according to your need
export SKYWALKING_RELEASE_NAME=skywalking  # change the release name according to your scenario
export SKYWALKING_RELEASE_NAMESPACE=default
➜  ~ echo $SKYWALKING_RELEASE_NAME
skywalking
➜  ~ echo $SKYWALKING_RELEASE_NAMESPACE
default
➜  ~ echo $SKYWALKING_RELEASE_NAMESPACE~ echo $SKYWALKING_RELEASE_NAMESPACE=skywalking
default=skywalking
➜  ~ helm install "${SKYWALKING_RELEASE_NAME}" \
  oci://registry-1.docker.io/apache/skywalking-helm \
  --version "${SKYWALKING_RELEASE_VERSION}" \
  -n "${SKYWALKING_RELEASE_NAMESPACE}" \
  --set oap.image.tag=9.2.0 \
  --set oap.storageType=elasticsearch \
  --set ui.image.tag=9.2.0
Pulled: registry-1.docker.io/apache/skywalking-helm:4.3.0
Digest: sha256:34f9abc41924aabbe7c71a0e5b0c548b67e2b8d7093f19e21fa8927309f00e4a
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "elasticsearch-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first

What you expected to happen

i don't know. I'm junior at these stuff

How to reproduce

see in what happened

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@dodalovicgran dodalovicgran added the bug Something isn't working and you are sure it's a bug! label Jul 14, 2023
@kezhenxu94 kezhenxu94 self-assigned this Jul 14, 2023
@kezhenxu94
Copy link
Member

This should be fixed in apache/skywalking-helm#98, please try SKYWALKING_RELEASE_VERSION=4.4.0

@kezhenxu94 kezhenxu94 added this to the Helm - 4.6.0 milestone Jul 14, 2023
@dodalovicgran
Copy link
Author

fails for some other reason. i think there's some issue with pod affinity, elasticsearch nodes are not booting up.
Dunno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working and you are sure it's a bug!
Projects
None yet
Development

No branches or pull requests

2 participants