talos
talos copied to clipboard
Fix docs and references on mayastore storage
Pull Request
What? (description)
Incorrect / outdated docs on mayastore.
Why? (reasoning)
For future users to benefit from the updated docs.
Acceptance
Please use the following checklist:
- [ ] you linked an issue (if applicable)
- [ ] you included tests (if applicable)
- [ ] you ran conformance (
make conformance) - [ ] you formatted your code (
make fmt) - [ ] you linted your code (
make lint) - [ ] you generated documentation (
make docs) - [ ] you ran unit-tests (
make unit-tests)
See
make helpfor a description of the available targets.
Also, FWIW, here is the configuration for my single node cluster which works - note the io_engine.
mayastor: {
obs: { callhome: { enabled: false } },
'loki-stack': { enabled: false },
etcd: { replicaCount: 1 },
nats: { cluster: { enabled: false } },
// https://www.talos.dev/v1.8/kubernetes-guides/configuration/storage/#deploy-mayastor
csi: { node: { initContainers: { enabled: false } } },
// Without this, io-engine crashes
io_engine: { envcontext: 'iova-mode=va' },
},
This PR is stale because it has been open 45 days with no activity.