LKE — Mar 10, 2024 — v1.65.0

Changed

  • Upgraded clusters using Kubernetes:
  • Adjusted terminated-pod-gc-threshold:
    • Details:
      • Change: The --terminated-pod-gc-threshold setting in the kube-controller-manager has been reduced from its default value to 500 pods.
      • Context: Previously, Kubernetes kept a large number of evicted and terminated pods. This could consume unnecessary resources and limit space for new pods.
      • Impact: When the count of evicted and terminated pods exceeds 500, the oldest pods (first by eviction timestamp, then by creation timestamp) are deleted to maintain the threshold. This helps reclaim resources and improve cluster performance.
    • Resources: