Install skywalking 10.2.0 via Helm and use the existing opensearch,but the UI failed to run。 #13375
-
First of all, thank you for your assistance. Below are my details. Version Info
ConfigI used the existing ES(opensearch ), so I commented out the "dependence" part in the skywalking chart so as not to install es through the skywalking chart. Chart.yaml: apiVersion: v2
name: skywalking-helm
home: https://skywalking.apache.org
version: 4.7.0
description: Helm Chart for Apache SkyWalking
icon: https://raw.githubusercontent.com/apache/skywalking-kubernetes/master/logo/sw-logo-for-chart.jpg
sources:
- https://github.com/apache/skywalking-helm
maintainers:
- name: hanahmily
email: [email protected]
- name: innerpeacez
email: [email protected]
- name: kezhenxu94
email: [email protected]
# dependencies:
# - name: elasticsearch
# version: ~7.17.1
# repository: https://helm.elastic.co/
# condition: elasticsearch.enabled
# - name: postgresql
# version: 12.1.2
# repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
# condition: postgresql.enabled
# - name: skywalking-banyandb-helm
# alias: banyandb
# version: 0.3.0
# repository: oci://registry-1.docker.io/apache
# condition: banyandb.enabled
values-with-es.yaml: imagePullSecrets:
- name: harbor-ops
oap:
image:
repository: xxx/skywalking-oap-server
tag: 10.2.0
storageType: elasticsearch
ui:
image:
repository: xxx/skywalking-ui
tag: 10.2.0
ingress:
enabled: true
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- skywalking.xxx.net
tls:
- secretName: ops-net-tls
hosts:
- kywalking.xxx.net
elasticsearch:
enabled: false # Set to false if you want to use an existing Elasticsearch cluster
config: # For users of an existing elasticsearch cluster,takes effect when `elasticsearch.enabled` is false
host: opensearch-cluster-master-headless.sw-opensearch
port:
http: 9200
user: "admin" # [optional]
password: "admin" # [optional] My ProblemThe skywalking-oap is running normally, but the UI keeps restarting. Error messages in the UI logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
From the logs, you are using BanyanDB as storage option. |
Beta Was this translation helpful? Give feedback.
-
You are using the OAP image in the UI deployment |
Beta Was this translation helpful? Give feedback.
You are using the OAP image in the UI deployment