diff --git a/docs/admin/node.md b/docs/admin/node.md index f91f155919..5e591ea99a 100644 --- a/docs/admin/node.md +++ b/docs/admin/node.md @@ -172,9 +172,9 @@ register itself with the API server. This is the preferred pattern, used by mos For self-registration, the kubelet is started with the following options: - - `--api-servers=` - Location of the apiservers. - - `--kubeconfig=` - Path to credentials to authenticate itself to the apiserver. - - `--cloud-provider=` - How to talk to a cloud provider to read metadata about itself. + - `--api-servers` - Location of the apiservers. + - `--kubeconfig` - Path to credentials to authenticate itself to the apiserver. + - `--cloud-provider` - How to talk to a cloud provider to read metadata about itself. - `--register-node` - Automatically register with the API server. - `--node-ip` IP address of the node. - `--node-labels` - Labels to add when registering the node in the cluster. diff --git a/docs/admin/out-of-resource.md b/docs/admin/out-of-resource.md index 974454bd6d..76e7125e7e 100644 --- a/docs/admin/out-of-resource.md +++ b/docs/admin/out-of-resource.md @@ -35,7 +35,7 @@ summary API. | `imagefs.available` | `imagefs.available` := `node.stats.runtime.imagefs.available` | | `imagefs.inodesFree` | `imagefs.inodesFree` := `node.stats.runtime.imagefs.inodesFree` | -Each of the above signals support either a literal or percentage based value. The percentage based value +Each of the above signals supports either a literal or percentage based value. The percentage based value is calculated relative to the total capacity associated with each signal. `kubelet` supports only two filesystem partitions.