fix: make Jaeger work again
This commit is contained in:
parent
8ee77752a3
commit
8a7863cc16
@ -6,7 +6,7 @@ cgroupDriver: cgroupfs
|
|||||||
logging:
|
logging:
|
||||||
format: json
|
format: json
|
||||||
hairpinMode: hairpin-veth
|
hairpinMode: hairpin-veth
|
||||||
ContainerRuntimeEndpoint: "unix:///var/run/crio/crio.sock"
|
containerRuntimeEndpoint: "unix:///var/run/crio/crio.sock"
|
||||||
{{- if .Values.systemd }}
|
{{- if .Values.systemd }}
|
||||||
resolvConf: /run/systemd/resolve/resolv.conf
|
resolvConf: /run/systemd/resolve/resolv.conf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -24,7 +24,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: host
|
- name: host
|
||||||
mountPath: /host
|
mountPath: /host
|
||||||
readOnly: true
|
#readOnly: true
|
||||||
- name: workdir
|
- name: workdir
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
env:
|
env:
|
||||||
|
61
charts/kubezero-telemetry/README.md
Normal file
61
charts/kubezero-telemetry/README.md
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
# kubezero-telemetry
|
||||||
|
|
||||||
|
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||||
|
|
||||||
|
KubeZero Umbrella Chart for OpenTelemetry, Jaeger etc.
|
||||||
|
|
||||||
|
**Homepage:** <https://kubezero.com>
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
| Name | Email | Url |
|
||||||
|
| ---- | ------ | --- |
|
||||||
|
| Stefan Reimer | <stefan@zero-downtime.net> | |
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Kubernetes: `>= 1.26.0`
|
||||||
|
|
||||||
|
| Repository | Name | Version |
|
||||||
|
|------------|------|---------|
|
||||||
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
||||||
|
| https://jaegertracing.github.io/helm-charts | jaeger | 2.1.0 |
|
||||||
|
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.87.0 |
|
||||||
|
|
||||||
|
## Values
|
||||||
|
|
||||||
|
| Key | Type | Default | Description |
|
||||||
|
|-----|------|---------|-------------|
|
||||||
|
| jaeger.agent.enabled | bool | `false` | |
|
||||||
|
| jaeger.collector.service.otlp.grpc.name | string | `"otlp-grpc"` | |
|
||||||
|
| jaeger.collector.service.otlp.grpc.port | int | `4317` | |
|
||||||
|
| jaeger.collector.service.otlp.http.name | string | `"otlp-http"` | |
|
||||||
|
| jaeger.collector.service.otlp.http.port | int | `4318` | |
|
||||||
|
| jaeger.collector.serviceMonitor.enabled | bool | `false` | |
|
||||||
|
| jaeger.enabled | bool | `false` | |
|
||||||
|
| jaeger.istio.enabled | bool | `false` | |
|
||||||
|
| jaeger.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
||||||
|
| jaeger.istio.url | string | `"jaeger.example.com"` | |
|
||||||
|
| jaeger.provisionDataStore.cassandra | bool | `false` | |
|
||||||
|
| jaeger.provisionDataStore.elasticsearch | bool | `false` | |
|
||||||
|
| jaeger.query.agentSidecar.enabled | bool | `false` | |
|
||||||
|
| jaeger.query.serviceMonitor.enabled | bool | `false` | |
|
||||||
|
| jaeger.storage.elasticsearch.cmdlineParams."es.tls.enabled" | string | `""` | |
|
||||||
|
| jaeger.storage.elasticsearch.cmdlineParams."es.tls.skip-host-verify" | string | `""` | |
|
||||||
|
| jaeger.storage.elasticsearch.host | string | `"telemetry"` | |
|
||||||
|
| jaeger.storage.elasticsearch.password | string | `"admin"` | |
|
||||||
|
| jaeger.storage.elasticsearch.scheme | string | `"https"` | |
|
||||||
|
| jaeger.storage.elasticsearch.user | string | `"admin"` | |
|
||||||
|
| jaeger.storage.type | string | `"elasticsearch"` | |
|
||||||
|
| opensearch.dashboard.enabled | bool | `false` | |
|
||||||
|
| opensearch.dashboard.istio.enabled | bool | `false` | |
|
||||||
|
| opensearch.dashboard.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
||||||
|
| opensearch.dashboard.istio.url | string | `"telemetry-dashboard.example.com"` | |
|
||||||
|
| opensearch.nodeSets | list | `[]` | |
|
||||||
|
| opensearch.prometheus | bool | `false` | |
|
||||||
|
| opensearch.version | string | `"2.13.0"` | |
|
||||||
|
| opentelemetry-collector.enabled | bool | `false` | |
|
||||||
|
| opentelemetry-collector.mode | string | `"deployment"` | |
|
||||||
|
|
||||||
|
----------------------------------------------
|
||||||
|
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
@ -17,6 +17,14 @@ spec:
|
|||||||
enable: {{ .Values.opensearch.prometheus }}
|
enable: {{ .Values.opensearch.prometheus }}
|
||||||
tlsConfig:
|
tlsConfig:
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
|
podSecurityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
runAsNonRoot: true
|
||||||
|
fsGroup: 1000
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
privileged: false
|
||||||
{{- if .Values.opensearch.dashboard.enabled }}
|
{{- if .Values.opensearch.dashboard.enabled }}
|
||||||
# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/config/opensearch_dashboards.yml
|
# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/config/opensearch_dashboards.yml
|
||||||
dashboards:
|
dashboards:
|
||||||
@ -61,6 +69,9 @@ spec:
|
|||||||
cluster.routing.allocation.awareness.attributes: k8s_node_name,zone
|
cluster.routing.allocation.awareness.attributes: k8s_node_name,zone
|
||||||
node.attr.zone: {{ . }}
|
node.attr.zone: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with $.Values.opensearch.settings }}
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
security:
|
security:
|
||||||
config:
|
config:
|
||||||
|
@ -7,3 +7,5 @@ set -ex
|
|||||||
|
|
||||||
#login_ecr_public
|
#login_ecr_public
|
||||||
update_helm
|
update_helm
|
||||||
|
|
||||||
|
update_docs
|
||||||
|
@ -52,6 +52,10 @@ opensearch:
|
|||||||
version: 2.11.1
|
version: 2.11.1
|
||||||
prometheus: false
|
prometheus: false
|
||||||
|
|
||||||
|
# custom cluster settings
|
||||||
|
#settings:
|
||||||
|
# index.number_of_shards: 1
|
||||||
|
|
||||||
nodeSets:
|
nodeSets:
|
||||||
- name: default
|
- name: default
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
@ -49,9 +49,13 @@ jaeger:
|
|||||||
url: jaeger.example.com
|
url: jaeger.example.com
|
||||||
|
|
||||||
opensearch:
|
opensearch:
|
||||||
version: 2.12.0
|
version: 2.13.0
|
||||||
prometheus: false
|
prometheus: false
|
||||||
|
|
||||||
|
# custom cluster settings
|
||||||
|
#settings:
|
||||||
|
# index.number_of_shards: 1
|
||||||
|
|
||||||
nodeSets: []
|
nodeSets: []
|
||||||
#- name: default-nodes
|
#- name: default-nodes
|
||||||
# replicas: 2
|
# replicas: 2
|
||||||
|
@ -30,6 +30,11 @@ opensearch:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- with .Values.telemetry.opensearch.settings }}
|
||||||
|
settings:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
prometheus: {{ .Values.metrics.enabled }}
|
prometheus: {{ .Values.metrics.enabled }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -85,7 +85,7 @@ falco:
|
|||||||
telemetry:
|
telemetry:
|
||||||
enabled: false
|
enabled: false
|
||||||
namespace: telemetry
|
namespace: telemetry
|
||||||
targetRevision: 0.2.1
|
targetRevision: 0.2.2
|
||||||
|
|
||||||
operators:
|
operators:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- all KubeZero and support AMIs based on Alpine 3.19.1
|
- all KubeZero and support AMIs based on Alpine 3.19.1
|
||||||
- further reduced boot time, eg. less than 30s for a bastion on EC2
|
- further reduced boot time, eg. less than 30s for a bastion on EC2
|
||||||
- sub-second timestamps for all system logs
|
- sub-second timestamps for all system logs
|
||||||
- enabled TransparentHugePages incl. save settings for Golang
|
- enabled TransparentHugePages on host kernel
|
||||||
|
|
||||||
## Version upgrades
|
## Version upgrades
|
||||||
- cilium 1.15.3
|
- cilium 1.15.3
|
||||||
|
Loading…
Reference in New Issue
Block a user