diff --git a/CHANGES.md b/CHANGES.md index c89c5740..3750449b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) * 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 +* 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 diff --git a/aws/fedora-coreos/kubernetes/butane/controller.yaml b/aws/fedora-coreos/kubernetes/butane/controller.yaml index 6afba8a0..9981b56d 100644 --- a/aws/fedora-coreos/kubernetes/butane/controller.yaml +++ b/aws/fedora-coreos/kubernetes/butane/controller.yaml @@ -151,8 +151,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/aws/fedora-coreos/kubernetes/workers/butane/worker.yaml b/aws/fedora-coreos/kubernetes/workers/butane/worker.yaml index b9371c3f..f65de217 100644 --- a/aws/fedora-coreos/kubernetes/workers/butane/worker.yaml +++ b/aws/fedora-coreos/kubernetes/workers/butane/worker.yaml @@ -119,8 +119,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/aws/flatcar-linux/kubernetes/butane/controller.yaml b/aws/flatcar-linux/kubernetes/butane/controller.yaml index 509cb8a9..13924a04 100644 --- a/aws/flatcar-linux/kubernetes/butane/controller.yaml +++ b/aws/flatcar-linux/kubernetes/butane/controller.yaml @@ -150,8 +150,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/aws/flatcar-linux/kubernetes/workers/butane/worker.yaml b/aws/flatcar-linux/kubernetes/workers/butane/worker.yaml index 41409337..256dabc6 100644 --- a/aws/flatcar-linux/kubernetes/workers/butane/worker.yaml +++ b/aws/flatcar-linux/kubernetes/workers/butane/worker.yaml @@ -118,8 +118,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/azure/fedora-coreos/kubernetes/butane/controller.yaml b/azure/fedora-coreos/kubernetes/butane/controller.yaml index eb8a4448..45f00f8b 100644 --- a/azure/fedora-coreos/kubernetes/butane/controller.yaml +++ b/azure/fedora-coreos/kubernetes/butane/controller.yaml @@ -146,8 +146,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/azure/fedora-coreos/kubernetes/workers/butane/worker.yaml b/azure/fedora-coreos/kubernetes/workers/butane/worker.yaml index a0d89d08..4ef7c3f9 100644 --- a/azure/fedora-coreos/kubernetes/workers/butane/worker.yaml +++ b/azure/fedora-coreos/kubernetes/workers/butane/worker.yaml @@ -114,8 +114,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/azure/flatcar-linux/kubernetes/butane/controller.yaml b/azure/flatcar-linux/kubernetes/butane/controller.yaml index beeb1d17..93ad1f65 100644 --- a/azure/flatcar-linux/kubernetes/butane/controller.yaml +++ b/azure/flatcar-linux/kubernetes/butane/controller.yaml @@ -146,8 +146,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/azure/flatcar-linux/kubernetes/workers/butane/worker.yaml b/azure/flatcar-linux/kubernetes/workers/butane/worker.yaml index 585641ce..635f916c 100644 --- a/azure/flatcar-linux/kubernetes/workers/butane/worker.yaml +++ b/azure/flatcar-linux/kubernetes/workers/butane/worker.yaml @@ -114,8 +114,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/bare-metal/fedora-coreos/kubernetes/butane/controller.yaml b/bare-metal/fedora-coreos/kubernetes/butane/controller.yaml index 1123e5a1..6046966c 100644 --- a/bare-metal/fedora-coreos/kubernetes/butane/controller.yaml +++ b/bare-metal/fedora-coreos/kubernetes/butane/controller.yaml @@ -171,8 +171,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/bare-metal/fedora-coreos/kubernetes/butane/worker.yaml b/bare-metal/fedora-coreos/kubernetes/butane/worker.yaml index 13c52e70..1711c551 100644 --- a/bare-metal/fedora-coreos/kubernetes/butane/worker.yaml +++ b/bare-metal/fedora-coreos/kubernetes/butane/worker.yaml @@ -125,8 +125,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/bare-metal/flatcar-linux/kubernetes/butane/controller.yaml b/bare-metal/flatcar-linux/kubernetes/butane/controller.yaml index 06de0bc4..95473e8c 100644 --- a/bare-metal/flatcar-linux/kubernetes/butane/controller.yaml +++ b/bare-metal/flatcar-linux/kubernetes/butane/controller.yaml @@ -157,8 +157,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/bare-metal/flatcar-linux/kubernetes/butane/worker.yaml b/bare-metal/flatcar-linux/kubernetes/butane/worker.yaml index aaf119c3..e1764fb4 100644 --- a/bare-metal/flatcar-linux/kubernetes/butane/worker.yaml +++ b/bare-metal/flatcar-linux/kubernetes/butane/worker.yaml @@ -115,8 +115,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/digital-ocean/fedora-coreos/kubernetes/butane/controller.yaml b/digital-ocean/fedora-coreos/kubernetes/butane/controller.yaml index b2c07390..c18f6e99 100644 --- a/digital-ocean/fedora-coreos/kubernetes/butane/controller.yaml +++ b/digital-ocean/fedora-coreos/kubernetes/butane/controller.yaml @@ -153,8 +153,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/digital-ocean/fedora-coreos/kubernetes/butane/worker.yaml b/digital-ocean/fedora-coreos/kubernetes/butane/worker.yaml index d59522cf..efe8757a 100644 --- a/digital-ocean/fedora-coreos/kubernetes/butane/worker.yaml +++ b/digital-ocean/fedora-coreos/kubernetes/butane/worker.yaml @@ -119,8 +119,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/digital-ocean/flatcar-linux/kubernetes/butane/controller.yaml b/digital-ocean/flatcar-linux/kubernetes/butane/controller.yaml index 142625c8..201d6e11 100644 --- a/digital-ocean/flatcar-linux/kubernetes/butane/controller.yaml +++ b/digital-ocean/flatcar-linux/kubernetes/butane/controller.yaml @@ -155,8 +155,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/digital-ocean/flatcar-linux/kubernetes/butane/worker.yaml b/digital-ocean/flatcar-linux/kubernetes/butane/worker.yaml index e4735d1a..7e1a447d 100644 --- a/digital-ocean/flatcar-linux/kubernetes/butane/worker.yaml +++ b/digital-ocean/flatcar-linux/kubernetes/butane/worker.yaml @@ -118,8 +118,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/google-cloud/fedora-coreos/kubernetes/butane/controller.yaml b/google-cloud/fedora-coreos/kubernetes/butane/controller.yaml index 56ce7469..b4943b37 100644 --- a/google-cloud/fedora-coreos/kubernetes/butane/controller.yaml +++ b/google-cloud/fedora-coreos/kubernetes/butane/controller.yaml @@ -145,8 +145,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/google-cloud/fedora-coreos/kubernetes/workers/butane/worker.yaml b/google-cloud/fedora-coreos/kubernetes/workers/butane/worker.yaml index 323895b4..80e2cf77 100644 --- a/google-cloud/fedora-coreos/kubernetes/workers/butane/worker.yaml +++ b/google-cloud/fedora-coreos/kubernetes/workers/butane/worker.yaml @@ -113,8 +113,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0 diff --git a/google-cloud/flatcar-linux/kubernetes/butane/controller.yaml b/google-cloud/flatcar-linux/kubernetes/butane/controller.yaml index ae3049f9..00be18a7 100644 --- a/google-cloud/flatcar-linux/kubernetes/butane/controller.yaml +++ b/google-cloud/flatcar-linux/kubernetes/butane/controller.yaml @@ -145,8 +145,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true shutdownGracePeriod: 45s shutdownGracePeriodCriticalPods: 30s diff --git a/google-cloud/flatcar-linux/kubernetes/workers/butane/worker.yaml b/google-cloud/flatcar-linux/kubernetes/workers/butane/worker.yaml index be7015b6..c6fd1141 100644 --- a/google-cloud/flatcar-linux/kubernetes/workers/butane/worker.yaml +++ b/google-cloud/flatcar-linux/kubernetes/workers/butane/worker.yaml @@ -113,8 +113,6 @@ storage: - ${cluster_dns_service_ip} clusterDomain: ${cluster_domain_suffix} healthzPort: 0 - featureGates: - LocalStorageCapacityIsolationFSQuotaMonitoring: false rotateCertificates: true staticPodPath: /etc/kubernetes/manifests readOnlyPort: 0