remove profile dependency
This commit is contained in:
@@ -28,12 +28,12 @@ not restate what the YAML already says.
|
||||
|
||||
| file | nodes | audit | profiles |
|
||||
| --- | --- | --- | --- |
|
||||
| `kind-config.yaml.tpl` | 1 | off | `minimal`, `data` |
|
||||
| `kind-config.audit.yaml.tpl` | 1 | on | `offline` |
|
||||
| `kind-config.client.yaml.tpl` | 3 | on | `client` |
|
||||
| `kind-config.yaml.tpl` | 1 | off | the default; the `data` example |
|
||||
| `kind-config.audit.yaml.tpl` | 1 | on | the `offline` example |
|
||||
| `kind-config.client.yaml.tpl` | 3 | on | the `client` example |
|
||||
|
||||
A profile picks one with `KIND_CONFIG` in `ctrl/env.d/<profile>.env`. Adding a
|
||||
shape is adding a file — there is no dispatcher to edit.
|
||||
With no profile the default shape is used; a profile picks another with
|
||||
`KIND_CONFIG`. Adding a shape is adding a file — there is no dispatcher to edit.
|
||||
|
||||
Audit is an apiserver flag and therefore fixed at creation: changing it is
|
||||
`make cluster reset`, not a re-apply.
|
||||
|
||||
Reference in New Issue
Block a user