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
~export SKYWALKING_RELEASE_VERSION=4.3.0 # change the release version according to your needexport SKYWALKING_RELEASE_NAME=skywalking # change the release name according to your scenarioexport 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 forname: "elasticsearch-master-pdb" namespace: "" from "": no matches for kind "PodDisruptionBudget"in version "policy/v1beta1"
ensure CRDs are installed first
Search before asking
Apache SkyWalking Component
Helm Chart (apache/skywalking-kubernetes)
What happened
Tried to install as per link
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: