Skip to content

Commit

Permalink
Merge pull request #47251 from tengqm/fg-cc
Browse files Browse the repository at this point in the history
Fix feature gate status for ContainerCheckpoint in v1.30
  • Loading branch information
k8s-ci-robot committed Jul 25, 2024
2 parents 8fd9de4 + 200a04f commit eeae76e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.25"
toVersion: "1.29"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
Enables the kubelet `checkpoint` API.
See [Kubelet Checkpoint API](/docs/reference/node/kubelet-checkpoint-api/) for more details.
3 changes: 1 addition & 2 deletions content/en/docs/reference/node/kubelet-checkpoint-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: Kubelet Checkpoint API
weight: 10
---


{{< feature-state for_k8s_version="v1.25" state="alpha" >}}
{{< feature-state feature_gate_name="ContainerCheckpoint" >}}

Checkpointing a container is the functionality to create a stateful copy of a
running container. Once you have a stateful copy of a container, you could
Expand Down

0 comments on commit eeae76e

Please sign in to comment.