File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
content/en/docs/reference
command-line-tools-reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ different Kubernetes components.
64
64
| ` AnyVolumeDataSource ` | ` false ` | Alpha | 1.18 | 1.23 |
65
65
| ` AnyVolumeDataSource ` | ` true ` | Beta | 1.24 | |
66
66
| ` AppArmor ` | ` true ` | Beta | 1.4 | |
67
- | ` CheckpointContainer ` | ` false ` | Alpha | 1.25 | |
67
+ | ` ContainerCheckpoint ` | ` false ` | Alpha | 1.25 | |
68
68
| ` CPUManager ` | ` false ` | Alpha | 1.8 | 1.9 |
69
69
| ` CPUManager ` | ` true ` | Beta | 1.10 | |
70
70
| ` CPUManagerPolicyAlphaOptions ` | ` false ` | Alpha | 1.23 | |
@@ -663,7 +663,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
663
663
flag ` --service-account-extend-token-expiration=false ` .
664
664
Check [ Bound Service Account Tokens] ( https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md )
665
665
for more details.
666
- - ` CheckpointContainer ` : Enables the kubelet ` checkpoint ` API.
666
+ - ` ContainerCheckpoint ` : Enables the kubelet ` checkpoint ` API.
667
667
See [ Kubelet Checkpoint API] ( /docs/reference/node/kubelet-checkpoint-api/ ) for more details.
668
668
- ` ControllerManagerLeaderMigration ` : Enables Leader Migration for
669
669
[ kube-controller-manager] ( /docs/tasks/administer-cluster/controller-manager-leader-migration/#initial-leader-migration-configuration ) and
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ POST /checkpoint/{namespace}/{pod}/{container}
80
80
81
81
401: Unauthorized
82
82
83
- 404: Not Found (if the ` CheckpointContainer ` feature gate is disabled)
83
+ 404: Not Found (if the ` ContainerCheckpoint ` feature gate is disabled)
84
84
85
85
404: Not Found (if the specified ` namespace ` , ` pod ` or ` container ` cannot be found)
86
86
@@ -91,6 +91,6 @@ POST /checkpoint/{namespace}/{pod}/{container}
91
91
{{< comment >}}
92
92
TODO: Add more information about return codes once CRI implementation have checkpoint/restore.
93
93
This TODO cannot be fixed before the release, because the CRI implementation need
94
- the Kubernetes changes to be merged to implement the new CheckpointContainer CRI API
94
+ the Kubernetes changes to be merged to implement the new ContainerCheckpoint CRI API
95
95
call. We need to wait after the 1.25 release to fix this.
96
96
{{< /comment >}}
You can’t perform that action at this time.
0 commit comments