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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
but kibana chart with elasticsearchHosts: "http://elasticsearch-master:9200" doesn't start with error:
Creating a new Elasticsearch token for Kibana
Cleaning previous token
TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:"
at new NodeError (node:internal/errors:387:5)
at new ClientRequest (node:_http_client:186:11)
at Object.request (node:https:357:10)
at /usr/share/kibana/helm-scripts/..2023_02_15_20_38_18.135044603/manage-es-token.js:64:27
at new Promise (<anonymous>)
at requestPromise (/usr/share/kibana/helm-scripts/..2023_02_15_20_38_18.135044603/manage-es-token.js:63:10)
at createEsToken (/usr/share/kibana/helm-scripts/..2023_02_15_20_38_18.135044603/manage-es-token.js:100:10)
at Object.<anonymous> (/usr/share/kibana/helm-scripts/..2023_02_15_20_38_18.135044603/manage-es-token.js:144:5)
at Module._compile (node:internal/modules/cjs/loader:1155:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10) {
code: 'ERR_INVALID_PROTOCOL'
}
Chart version:
8.5.1
Kubernetes version:
1.24
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
EKS
Helm Version:
v3.11.0
Describe the bug:
Readiness probe always fails when elasticsearch password is disabled
Steps to reproduce:
.Values.secret.enabled
tofalse
Expected behavior:
.Values.secret.enabled
tofalse
The text was updated successfully, but these errors were encountered: