Replies: 2 comments 7 replies
-
|
You need to check logs, we can't tell from what you shared. |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
1 |
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

Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Apache SkyWalking Component
Helm Chart (apache/skywalking-helm)
What happened
First, I installed it using
helm install skywalking oci://registry-1.docker.io/apache/skywalking-helm --version 4.7.0 -n skywalking -f sky.yaml.Then I saw that the init job ran normally, and the index templates and indexes in Elasticsearch were created normally.
Then Skywalking OAP started two pods. One pod ran normally, but the readiness check of the other pod kept failing.
I tried to check the logs of the pod that failed to start, and only the following output was found.
'''
[Entrypoint] Apache SkyWalking Docker Image
'''
Kubernetes version: 1.34
What you expected to happen
Sorry, I couldn't find the reason for this problem.
How to reproduce
Install using the following command:
helm install skywalking oci://registry-1.docker.io/apache/skywalking-helm --version 4.7.0 -n skywalking -f sky.yaml
sky.yaml:
oap:
image:
tag: 10.3.0
storageType: elasticsearch
env:
SW_CORE_RECORD_DATA_TTL: "30"
SW_CORE_METRICS_DATA_TTL: "30"
ui:
image:
tag: 10.3.0
elasticsearch:
enabled: false
config:
host: xxxx.xxxx.svc
port:
http: 9200
user: "elastic"
password: "xxxxxxxx"
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions