docs: v129 changelog updates
This commit is contained in:
parent
b6477de79c
commit
8c0551f2fe
@ -14,7 +14,7 @@ KubeZero is a Kubernetes distribution providing an integrated container platform
|
||||
|
||||
|
||||
# Architecture
|
||||
![aws_architecture](docs/aws_architecture.png)
|
||||
![aws_architecture](docs/images/aws_architecture.png)
|
||||
|
||||
|
||||
# Version / Support Matrix
|
||||
|
@ -90,7 +90,14 @@ Kubernetes: `>= 1.26.0`
|
||||
| fluent-bit.serviceMonitor.selector.release | string | `"metrics"` | |
|
||||
| fluent-bit.testFramework.enabled | bool | `false` | |
|
||||
| fluent-bit.tolerations[0].effect | string | `"NoSchedule"` | |
|
||||
| fluent-bit.tolerations[0].key | string | `"kubezero-workergroup"` | |
|
||||
| fluent-bit.tolerations[0].operator | string | `"Exists"` | |
|
||||
| fluent-bit.tolerations[1].effect | string | `"NoSchedule"` | |
|
||||
| fluent-bit.tolerations[1].key | string | `"nvidia.com/gpu"` | |
|
||||
| fluent-bit.tolerations[1].operator | string | `"Exists"` | |
|
||||
| fluent-bit.tolerations[2].effect | string | `"NoSchedule"` | |
|
||||
| fluent-bit.tolerations[2].key | string | `"aws.amazon.com/neuron"` | |
|
||||
| fluent-bit.tolerations[2].operator | string | `"Exists"` | |
|
||||
| fluentd.configMapConfigs[0] | string | `"fluentd-prometheus-conf"` | |
|
||||
| fluentd.dashboards.enabled | bool | `false` | |
|
||||
| fluentd.enabled | bool | `false` | |
|
||||
|
BIN
docs/images/k8s-v129.png
(Stored with Git LFS)
Normal file
BIN
docs/images/k8s-v129.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,17 +1,18 @@
|
||||
# KubeZero 1.29
|
||||
![aws_architecture](docs/images/logo-v1.29.png)
|
||||
# ![k8s-v1.29](images/k8s-v129.png) KubeZero 1.29
|
||||
|
||||
## What's new - Major themes
|
||||
- all KubeZero and support AMIs based on Alpine 3.20.1
|
||||
- new Telemetry module integrated consisting of OpenTelemetry Collector, Jaeger UI, OpenSearch + Dashboards backend
|
||||
- custom KubeZero ArgoCD edition providing adding support for referring to external secrets using the helm-secrets plugin + vals
|
||||
- Falco IDS now using eBPF ( still in preview )
|
||||
- new (optional) Telemetry module integrated consisting of OpenTelemetry Collector, Jaeger UI, OpenSearch + Dashboards backend
|
||||
- custom KubeZero ArgoCD edition adding support for referring to external secrets via helm-secrets + vals
|
||||
- updated Nvidia and AWS Neuron drivers to latest versions for AI/ML workloads
|
||||
- Falco IDS now using the modern eBPF event source ( preview )
|
||||
|
||||
## Version upgrades
|
||||
- cilium 1.15.7
|
||||
- istio 1.22.3
|
||||
- ArgoCD 2.11.5
|
||||
- Prometheus 2.53 / Grafana 11.1
|
||||
- Prometheus 2.53 / Grafana 11.1 ( fixing many of the previous warnings )
|
||||
- ...
|
||||
|
||||
### FeatureGates
|
||||
- CustomCPUCFSQuotaPeriod
|
||||
|
Loading…
Reference in New Issue
Block a user