-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Issue with k8s.io/docs/reference/command-line-tools-reference/kubelet/ #9538
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes 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.Categorizes an issue or PR as relevant to SIG Node.
Description
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
- Remove references to
--rkt-api-endpointand--rkt-patharguments in the doc.
Option 2
- Restore
--rkt-api-endpointand--rkt-pathKubelet arguments and mark them asDEPRECATEDlike it has been done for all--docker*arguments
Option 3
- Provide references to
rktletconfiguration.
Page to Update:
https://kubernetes.io/...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes 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.Categorizes an issue or PR as relevant to SIG Node.