Skip to content

Commit

Permalink
Mark rkt as deprecated in kubelet flags(--container-runtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingan2017 committed Nov 6, 2018
1 parent 7b183af commit 558b74e
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 558b74e

Please sign in to comment.