feat: enabled server-side apply for all kubezero
This commit is contained in:
parent
72733bd95f
commit
aeb509cb08
@ -34,6 +34,7 @@ spec:
|
|||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
{{- with .Values.kubezero.syncPolicy }}
|
{{- with .Values.kubezero.syncPolicy }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
|
@ -3,15 +3,17 @@
|
|||||||
## What's new - Major themes
|
## What's new - Major themes
|
||||||
- all KubeZero and support AMIs based on Alpine 3.20.3
|
- all KubeZero and support AMIs based on Alpine 3.20.3
|
||||||
- reduced memory consumption of CNI agent on each node
|
- 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
|
- 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
|
## Version upgrades
|
||||||
- cilium 1.16.3
|
- cilium 1.16.3
|
||||||
- istio 1.22.3
|
- istio 1.22.3
|
||||||
- ArgoCD 2.12.4 [custom ZDT image](https://git.zero-downtime.net/ZeroDownTime/zdt-argocd)
|
- ArgoCD 2.13.0 [custom ZDT image](https://git.zero-downtime.net/ZeroDownTime/zdt-argocd)
|
||||||
- Prometheus 2.54.1 / Grafana 11.2.2
|
- Prometheus 2.55.1 / Grafana 11.3.0
|
||||||
- ...
|
- Nvidia container toolkit 1.17, drivers 565.57.01, Cuda 12.7
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
- [Kubernetes v1.30 upstream release blog](https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/)
|
- [Kubernetes v1.30 upstream release blog](https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/)
|
||||||
|
Loading…
Reference in New Issue
Block a user