From aeb509cb08023dba480190769efa924c663029dd Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 13 Nov 2024 14:33:35 +0000 Subject: [PATCH] feat: enabled server-side apply for all kubezero --- charts/kubezero/templates/_app.tpl | 1 + docs/v1.30.md | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/kubezero/templates/_app.tpl b/charts/kubezero/templates/_app.tpl index 41ab27b9..ffa278b9 100644 --- a/charts/kubezero/templates/_app.tpl +++ b/charts/kubezero/templates/_app.tpl @@ -34,6 +34,7 @@ spec: syncPolicy: syncOptions: + - ServerSideApply=true - CreateNamespace=true {{- with .Values.kubezero.syncPolicy }} {{- toYaml . | nindent 4 }} diff --git a/docs/v1.30.md b/docs/v1.30.md index e47f2b9a..356adf93 100644 --- a/docs/v1.30.md +++ b/docs/v1.30.md @@ -3,15 +3,17 @@ ## What's new - Major themes - all KubeZero and support AMIs based on Alpine 3.20.3 - reduced memory consumption of CNI agent on each node +- CRI migrated from Cri-o to Containerd incl. support for Nvidia runtime via CDI - all tools (CloudBender, AWS Lambda functions,... ) upgraded to Python 3.12 - +- ArgoCD globally used server-side diff +- All KubeZero modules now use server-side-apply ## Version upgrades - cilium 1.16.3 - istio 1.22.3 -- ArgoCD 2.12.4 [custom ZDT image](https://git.zero-downtime.net/ZeroDownTime/zdt-argocd) -- Prometheus 2.54.1 / Grafana 11.2.2 -- ... +- ArgoCD 2.13.0 [custom ZDT image](https://git.zero-downtime.net/ZeroDownTime/zdt-argocd) +- Prometheus 2.55.1 / Grafana 11.3.0 +- Nvidia container toolkit 1.17, drivers 565.57.01, Cuda 12.7 ## Resources - [Kubernetes v1.30 upstream release blog](https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/)