You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/config.md
+17-12
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
We can use the `config` command to configure node information for `kubectl-aks` commands.
4
4
This allows ease of switching between different nodes and persisting the configuration. Nodes can be configured
5
-
either specifying the `--node` or `--resource-id` or VMSS instance information(`--subscription`, `--node-resource-group`, `--vmss`, `--instance-id`).
6
-
All three options are mutually exclusive:
5
+
either specifying the `--node` or `--id` or VMSS instance information (`--subscription`, `--node-resource-group`, `--vmss`, `--instance-id`). All three options are mutually exclusive:
7
6
8
7
```bash
9
8
$ kubectl aks config --help
@@ -31,7 +30,7 @@ As an example, we set a couple of nodes in the configuration (using VMSS instanc
0 commit comments