openstack-helm-infra/releasenotes/notes/calico.yaml
Samuel Liu 0053fc5737 replace scheduler.alpha.kubernetes.io/critical-pod with priorityClassName
this feature was deprecated in 1.13. Now it`s not work.[1]

"scheduler.alpha.kubernetes.io/critical-pod annotation is removed. Pod priority (spec.priorityClassName) should be used instead to mark pods as critical. Action required!"[2]

[1]https://github.com/kubernetes/kubernetes/issues/79548
[2]https://github.com/kubernetes/kubernetes/pull/79554

Change-Id: I5913030634fe3f53b11ddb9bbe40d665f45a1254
2023-06-06 10:53:59 +08:00

13 lines
458 B
YAML

---
calico:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Use full image ref for docker official images
- 0.1.3 Helm 3 - Fix Job labels
- 0.1.4 Update htk requirements
- 0.1.5 Added OCI registry authentication
- 0.1.6 Replace node-role.kubernetes.io/master with control-plane
- 0.1.7 Update calico to v3.25.1
- 0.1.8 replace scheduler.alpha.kubernetes.io/critical-pod with priorityClassName
...