docs: v129 changelog updates

This commit is contained in:
Stefan Reimer 2024-07-31 19:44:49 +01:00
parent 8a382417c7
commit f2b38c3b6b
5 changed files with 15 additions and 7 deletions

View File

@ -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

View File

@ -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` | |

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

BIN
docs/images/k8s-v129.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -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