Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jun 13, 2024
1 parent a3426b8 commit cc8342b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/snap/reference/bootstrap-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ If omitted defaults to an auto generated certificate.
The key to be used for the kubelet.
If omitted defaults to an auto generated key.

### extra-node-config-files:
### extra-node-config-files

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -453,7 +453,7 @@ to a node on bootstrap. These files can them be references by Kubernetes
service arguments.
The format is `map[<filename>]<filecontent>`.

### extra-node-kube-apiserver-args:
### extra-node-kube-apiserver-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -462,7 +462,7 @@ Additional arguments that are passed to the `kube-apiserver` only for that
specific node. Overwrites default configuration. A parameter that is explicitly
set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-kube-controller-manager-args:
### extra-node-kube-controller-manager-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -471,7 +471,7 @@ Additional arguments that are passed to the `kube-controller-manager` only for
that specific node. Overwrites default configuration. A parameter that is
explicitly set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-kube-scheduler-args:
### extra-node-kube-scheduler-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -480,7 +480,7 @@ Additional arguments that are passed to the `kube-scheduler` only for that
specific node. Overwrites default configuration. A parameter that is explicitly
set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-kube-proxy-args:
### extra-node-kube-proxy-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -489,7 +489,7 @@ Additional arguments that are passed to the `kube-proxy` only for that
specific node. Overwrites default configuration. A parameter that is explicitly
set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-kubelet-args:
### extra-node-kubelet-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -498,7 +498,7 @@ Additional arguments that are passed to the `kubelet` only for that
specific node. Overwrites default configuration. A parameter that is explicitly
set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-containerd-args:
### extra-node-containerd-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand All @@ -507,7 +507,7 @@ Additional arguments that are passed to `containerd` only for that
specific node. Overwrites default configuration. A parameter that is explicitly
set to `null` is deleted. The format is `map[<--flag-name>]<value>`.

### extra-node-k8s-dqlite-args:
### extra-node-k8s-dqlite-args

**Type:** `map[string]string` <br>
**Required:** `No` <br>
Expand Down

0 comments on commit cc8342b

Please sign in to comment.