Change8

Kubernetes

Backend & Infra

Production-Grade Container Scheduling and Management

Latest: v1.37.025 releases5 common errorsView on GitHub

Release History

View all versions →
v1.37.0
Aug 26, 2026

This release provides links to the Kubernetes announcement mailing list and the detailed changelog for version 1.37. It also points to additional binary downloads.

v1.35.8
Aug 20, 2026

Release notes for Kubernetes 1.35, with links to announcements and detailed changelog.

v1.34.11
Aug 20, 2026

This release provides links to the Kubernetes announcement mailing list and the detailed changelog for version 1.34. Additional binary downloads are also linked in the changelog.

v1.36.4
Aug 20, 2026

This release provides additional binary downloads and a detailed changelog for version 1.36. Refer to the provided links for more information.

v1.37.0-rc.1
Aug 20, 2026

This release provides links to the Kubernetes announcement mailing list and the detailed changelog for version 1.37. It also points to additional binary downloads.

v1.37.0-rc.0
Aug 6, 2026

This release provides links to the Kubernetes announcement mailing list and additional binary downloads. Detailed changes are available in the CHANGELOG.

v1.38.0-alpha.01 fix
Aug 5, 2026

Disabled PodLevelResourceManagers by default to address critical issues. This change aims to improve stability and prevent potential problems.

v1.36.3
Jul 23, 2026

This release provides additional binary downloads and a detailed changelog for version 1.36. Refer to the linked resources for comprehensive information.

v1.35.7
Jul 22, 2026

This release provides additional binary downloads linked in the CHANGELOG. Further details can be found in the CHANGELOG for version 1.35.

v1.34.10
Jul 22, 2026

This release provides additional binary downloads linked in the CHANGELOG. More details can be found in the CHANGELOG for version 1.34.

v1.37.0-beta.0
Jul 20, 2026

This release provides access to additional binary downloads linked in the CHANGELOG. Further details can be found in the CHANGELOG for version 1.37.

v1.37.0-alpha.3
Jul 8, 2026

This release note primarily directs users to external changelogs and announcement lists for detailed information regarding Kubernetes version 1.37 updates and binary downloads.

v1.37.0-alpha.2
Jun 25, 2026

This release announcement directs users to external resources for detailed information, including the Kubernetes announce mailing list and the specific CHANGELOG for version 1.37.

v1.36.2
Jun 12, 2026

This release note primarily directs users to external changelogs for detailed information regarding Kubernetes version 1.36 updates and binary downloads.

v1.35.6
Jun 12, 2026

This release announcement directs users to external resources for detailed information, including the Kubernetes announce mailing list and the specific CHANGELOG for version 1.35.

v1.34.9
Jun 12, 2026

This release directs users to external links for detailed information, including the Kubernetes announcement mailing list and the full CHANGELOG for version 1.34.

v1.33.13
Jun 12, 2026

This release note primarily directs users to external changelogs for detailed information regarding version 1.33 updates and binary downloads.

v1.37.0-alpha.1
Jun 11, 2026

This release announcement directs users to external resources for detailed information, including the Kubernetes announcement mailing list and the specific CHANGELOG for version 1.37.

v1.36.1
May 12, 2026

This release note primarily directs users to external changelogs and announcement lists for detailed information regarding Kubernetes version 1.36.

v1.35.5
May 12, 2026

This release note primarily directs users to external changelogs and announcement lists for detailed information regarding version 1.35 updates and binary downloads.

v1.34.8
May 12, 2026

This release directs users to external links for detailed information, including the Kubernetes announcement mailing list and the full CHANGELOG for version 1.34.

v1.33.12
May 12, 2026

This release directs users to external links for detailed information, including the Kubernetes announcement mailing list and the full changelog for version 1.33.

v1.36.0
Apr 22, 2026

This release announcement directs users to external links for detailed information, including binary downloads and the full changelog for version 1.36.

v1.33.11
Apr 15, 2026

This release directs users to external links for detailed information, including the Kubernetes announcement mailing list and the full CHANGELOG for version 1.33.

v1.34.7
Apr 15, 2026

This release directs users to external links for detailed information, including the Kubernetes announcement mailing list and the full CHANGELOG for version 1.34.

Common Errors

ExpectNoError2 reports

This error typically occurs in kubernetes. Check the example issues for common solutions.

UncertainProgressError1 report

The "UncertainProgressError" in Kubernetes often arises when a resource, like a volume or a node, gets stuck in an intermediate state due to lingering dependencies or incomplete cleanup from previous operations (e.g., a volume mount not being fully unmounted). To resolve this, identify the specific resource causing the issue and manually intervene, such as forcefully unmounting the volume after verifying no processes are actively using it, or restarting the kubelet on the affected node. Ensure proper finalizers are implemented in controllers managing resources to guarantee complete cleanup during deletion.

ReasonForError1 report

The "ReasonForError" field in Kubernetes often reflects discrepancies between expected and actual states, commonly arising from misconfigurations or resource constraints. Resolve this by meticulously reviewing your Kubernetes manifests (deployments, services, etc.) against your intended configuration, paying close attention to resource requests/limits and selector definitions. Inspect related Kubernetes events and pod logs for detailed diagnostics that pinpoint the root cause of the discrepancy.

CreateContainerError1 report

The CreateContainerError typically arises when Kubernetes fails to pull the specified container image due to network issues, incorrect image names, or insufficient permissions. Fix it by verifying the image name and tag are correct, ensuring the Kubernetes node has network access to the image registry, and confirming that the pull secret (if required) is properly configured in the pod's specification and the appropriate namespace. If RBAC is enabled, check to ensure that the service account requested in the pod spec has permissions to "get" the secrets in the target namespace.

CreateContainerConfigError1 report

CreateContainerConfigError usually stems from incorrect or missing configuration files referenced in the pod's definition, especially within `envFrom` or `volumeMounts`. Verify that the referenced ConfigMaps, Secrets, or files exist, have the correct permissions, and contain valid data. If using `envFrom`, ensure the specified keys exist in the referenced resources and that volume mount paths are correct.

Related Backend & Infra Packages

Subscribe to Updates

Get notified when new versions are released

RSS Feed