Skip to content

Issue with k8s.io/docs/reference/command-line-tools-reference/kubelet/ #9538

@fjudith

Description

@fjudith

This is a...

  • Feature Request
  • Bug Report

Problem:

--rkt-api-endpoint and --rkt-path arguments are documented but are missing in Kubelet v1.11.0.

The embeded documentation shows that rkt is a deprecated argument value for --container-runtime.

./kubelet --help | grep rkt
     --container-runtime string     The container runtime to use. Possible values: 'docker', 'remote', 'rkt (deprecated)'. (default "docker")

Proposed Solution:

Option 1

  1. Remove references to --rkt-api-endpoint and --rkt-path arguments in the doc.

Option 2

  1. Restore --rkt-api-endpoint and --rkt-path Kubelet arguments and mark them as DEPRECATED like it has been done for all --docker* arguments

Option 3

  1. Provide references to rktlet configuration.

Page to Update:
https://kubernetes.io/...

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.sig/nodeCategorizes an issue or PR as relevant to SIG Node.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions