Add Ingress and Storage test slides with Vagrant instructions
This commit is contained in:
parent
09f01d409f
commit
f3d077e3c4
19 changed files with 319 additions and 38 deletions
47
pages/storage.md
Normal file
47
pages/storage.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
level: 2
|
||||
---
|
||||
|
||||
# Storage
|
||||
|
||||
... with Vagrant
|
||||
|
||||
|
||||
````md magic-move {lines: true}
|
||||
|
||||
|
||||
```bash
|
||||
cd infctl-cli/vagrant/dev/ubuntu
|
||||
pwd
|
||||
/home/user/projects/infctl-cli/vagrant/dev/ubuntu
|
||||
```
|
||||
|
||||
```bash
|
||||
vagrant ssh workstation
|
||||
```
|
||||
|
||||
```bash
|
||||
export LOG_FORMAT=none
|
||||
|
||||
infctl -f pipelines/vagrant-longhorn.json
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
|
||||
````
|
||||
<div v-click>
|
||||
|
||||
Lets see a longhorn install [Demo](https://ascii.headshed.dev/a/qslfF9KTMj69zcSwzD6xm1uZ7)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
TBC
|
||||
|
||||
....
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue