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..8421b049 Binary files /dev/null and b/docs/images/k8s-v129.png differ 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