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
Kubesphere Events Plugin is failed in the installation when you don't enable opensearch or elasticsearch
How to reproduce the issue:
This is the cluster configuration file:
apiVersion: installer.kubesphere.io/v1alpha1kind: ClusterConfigurationmetadata:
name: ks-installernamespace: kubesphere-systemlabels:
version: v3.4.1spec:
persistence:
storageClass: ""# If there is no default StorageClass in your cluster, you need to specify an existing StorageClass here.authentication:
jwtSecret: ""local_registry: ""etcd:
monitoring: false # Enable or disable etcd monitoring dashboard installation. You have to create a Secret for etcd before you enable it.endpointIps: localhost # etcd cluster EndpointIps. It can be a bunch of IPs here.port: 2379# etcd port.tlsEnable: truecommon:
[...]es: # Storage backend for logging, events and auditing.enabled: falselogMaxAge: 7# Log retention time in built-in Elasticsearch. It is 7 days by default.elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.basicAuth:
enabled: falseusername: ""password: ""opensearch:
enabled: falselogMaxAge: 7# Log retention time in built-in Opensearch. It is 7 days by default.basicAuth:
enabled: trueusername: "admin"password: "admin"[...]events: # Provide a graphical web console for Kubernetes Events exporting, filtering and alerting in multi-tenant Kubernetes clusters.enabled: true # Enable or disable the KubeSphere Events System.ruler:
enabled: truereplicas: 2[...]
What is the issue
Kubesphere Events Plugin is failed in the installation when you don't enable
opensearch
orelasticsearch
How to reproduce the issue:
This is the cluster configuration file:
The Logs from ks-installer:
The text was updated successfully, but these errors were encountered: