mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
📍 Pin OpenEBS version since 3.X requires additional config
This commit is contained in:
@@ -58,10 +58,13 @@ class: extra-details
|
||||
```bash
|
||||
helm upgrade --install openebs openebs \
|
||||
--repo https://openebs.github.io/charts \
|
||||
--namespace openebs --create-namespace
|
||||
--namespace openebs --create-namespace \
|
||||
--version 2.12.9
|
||||
```
|
||||
]
|
||||
|
||||
⚠️ We stick to OpenEBS 2.x because 3.x requires additional configuration.
|
||||
|
||||
---
|
||||
|
||||
## Checking what was installed
|
||||
|
||||
Reference in New Issue
Block a user