Remove workaround for v1.25.0 ConfigMap rendering issue
* LocalStorageCapacityIsolationFSQuotaMonitoring was reverted back to alpha in v1.25.1, so we don't need to explicitly disable it anymore Rel: https://github.com/kubernetes/kubernetes/issues/112081
This commit is contained in:
parent
5abe84b520
commit
74d4d56dbd
|
@ -10,6 +10,8 @@ Notable changes between versions.
|
||||||
* Update Calico from v3.23.3 to [v3.24.1](https://github.com/projectcalico/calico/releases/tag/v3.24.1)
|
* Update Calico from v3.23.3 to [v3.24.1](https://github.com/projectcalico/calico/releases/tag/v3.24.1)
|
||||||
* Revert Kubelet Graceful Node Shutdown on worker nodes ([#1227](https://github.com/poseidon/typhoon/pull/1227))
|
* Revert Kubelet Graceful Node Shutdown on worker nodes ([#1227](https://github.com/poseidon/typhoon/pull/1227))
|
||||||
* Fix issue where non-critical pods are left in Error/Completed state on node shutdown
|
* Fix issue where non-critical pods are left in Error/Completed state on node shutdown
|
||||||
|
* Remove feature flag disable workaround for [kubernetes/kubernetes#112081](https://github.com/kubernetes/kubernetes/issues/112081)
|
||||||
|
* Kubernetes [reverted](https://github.com/kubernetes/kubernetes/pull/112078) `LocalStorageCapacityIsolationFSQuotaMonitoring` back to alpha
|
||||||
|
|
||||||
### Addons
|
### Addons
|
||||||
|
|
||||||
|
|
|
@ -151,8 +151,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -119,8 +119,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -150,8 +150,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -118,8 +118,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -146,8 +146,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -114,8 +114,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -146,8 +146,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -114,8 +114,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -171,8 +171,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -125,8 +125,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -157,8 +157,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -115,8 +115,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -153,8 +153,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -119,8 +119,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -155,8 +155,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -118,8 +118,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -145,8 +145,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -113,8 +113,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
|
@ -145,8 +145,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
shutdownGracePeriod: 45s
|
shutdownGracePeriod: 45s
|
||||||
shutdownGracePeriodCriticalPods: 30s
|
shutdownGracePeriodCriticalPods: 30s
|
||||||
|
|
|
@ -113,8 +113,6 @@ storage:
|
||||||
- ${cluster_dns_service_ip}
|
- ${cluster_dns_service_ip}
|
||||||
clusterDomain: ${cluster_domain_suffix}
|
clusterDomain: ${cluster_domain_suffix}
|
||||||
healthzPort: 0
|
healthzPort: 0
|
||||||
featureGates:
|
|
||||||
LocalStorageCapacityIsolationFSQuotaMonitoring: false
|
|
||||||
rotateCertificates: true
|
rotateCertificates: true
|
||||||
staticPodPath: /etc/kubernetes/manifests
|
staticPodPath: /etc/kubernetes/manifests
|
||||||
readOnlyPort: 0
|
readOnlyPort: 0
|
||||||
|
|
Loading…
Reference in New Issue