Skip to content

Commit

Permalink
Mark rkt as deprecated in kubelet flags(--container-runtime) (#10895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingan2017 authored and k8s-ci-robot committed Nov 14, 2018
1 parent 8359d20 commit f15d772
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ kubelet [flags]
<td colspan="2">--container-runtime string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">The container runtime to use. Possible values: 'docker', 'rkt'. (default "docker")</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;">The container runtime to use. Possible values: 'docker', 'remote', 'rkt(deprecated)'. (default "docker")</td>
</tr>

<tr>
Expand Down Expand Up @@ -286,7 +286,7 @@ kubelet [flags]
<td colspan="2">--cpu-manager-policy string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><Warning: Alpha feature> CPU Manager policy to use. Possible values: 'none', 'static'. Default: 'none' (default "none")</td>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><Warning: Alpha feature> CPU Manager policy to use. Possible values: 'none', 'static'. (default "none")</td>
</tr>

<tr>
Expand Down

0 comments on commit f15d772

Please sign in to comment.