Skip to content

Commit

Permalink
Favour inline set flags to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayihu committed Jan 11, 2021
1 parent 1f8df09 commit 53e4b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ helm install akri akri-helm-charts/akri

However, control plane nodes on MicroK8s and K3s may not have this exact label by
default, so you can add it by running `kubectl label node ${HOSTNAME,,} node-role.kubernetes.io/master=
--overwrite=true`. Or alternatively, in K3s, you can set `controllers.nodeSelectors` to `"node-role.kubernetes.io/master": "true"` using a `values.yaml` file and passing `--set values.yaml` to the install command below. Any other `--set` flag mentioned so far can also be written in `values.yaml` as described in [Helm Value Files documentation](https://helm.sh/docs/chart_template_guide/values_files/).
--overwrite=true`. Or alternatively, in K3s, you can keep the default label value on the master and add `--set controller.nodeSelectors."node-role\.kubernetes\.io/master"=true` to the install command below.

Run the following to fetch the Akri Helm chart, install Akri, and apply the default configuration for `<protocol>`,
optionally specifying the image for the broker pod that should be deployed to utilize each discovered device.
Expand Down

0 comments on commit 53e4b40

Please sign in to comment.