From 8c0551f2feb37c24ffcde34ae03a849f11755c4f Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 31 Jul 2024 19:44:49 +0100 Subject: [PATCH] docs: v129 changelog updates --- README.md | 2 +- charts/kubezero-logging/README.md | 7 +++++++ docs/{ => images}/aws_architecture.png | 0 docs/images/k8s-v129.png | 3 +++ docs/v1.29.md | 13 +++++++------ 5 files changed, 18 insertions(+), 7 deletions(-) rename docs/{ => images}/aws_architecture.png (100%) create mode 100644 docs/images/k8s-v129.png diff --git a/README.md b/README.md index 2e903981..f43373db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/charts/kubezero-logging/README.md b/charts/kubezero-logging/README.md index 0f008b49..70bf48a8 100644 --- a/charts/kubezero-logging/README.md +++ b/charts/kubezero-logging/README.md @@ -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` | | diff --git a/docs/aws_architecture.png b/docs/images/aws_architecture.png similarity index 100% rename from docs/aws_architecture.png rename to docs/images/aws_architecture.png diff --git a/docs/images/k8s-v129.png b/docs/images/k8s-v129.png new file mode 100644 index 00000000..caee92cb --- /dev/null +++ b/docs/images/k8s-v129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573f8ef0bf79ce47437e3d38cbe37c4aab114117a70d7fd665b8a5df0b14d9ea +size 36669 diff --git a/docs/v1.29.md b/docs/v1.29.md index e0d1ddfa..dc998497 100644 --- a/docs/v1.29.md +++ b/docs/v1.29.md @@ -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