@@ -381,8 +381,8 @@ Follow these steps to create the stack on a Libvirt VM using Vagrant. Then deplo
381
381
382
382
```bash
383
383
vagrant ssh stack
384
- kubectl get jobs -n tink-system --watch
385
- kubectl get pods -n tink-system --watch
384
+ kubectl get jobs -n tinkerbell --watch
385
+ kubectl get pods -n tinkerbell --watch
386
386
exit
387
387
# There is one Kubernetes job to download the Ubuntu image and an init
388
388
# container in the hookos pod downloading the HookOS artifacts.
@@ -395,7 +395,7 @@ Follow these steps to create the stack on a Libvirt VM using Vagrant. Then deplo
395
395
396
396
Ubuntu image download:
397
397
```bash
398
- kubectl get jobs -n tink-system --watch
398
+ kubectl get jobs -n tinkerbell --watch
399
399
NAME COMPLETIONS DURATION AGE
400
400
download-ubuntu-jammy 0/1 49s 49s
401
401
download-ubuntu-jammy 0/1 70s 70s
@@ -404,7 +404,7 @@ Follow these steps to create the stack on a Libvirt VM using Vagrant. Then deplo
404
404
```
405
405
HookOS pod:
406
406
```bash
407
- kubectl get pods -n tink-system --watch
407
+ kubectl get pods -n tinkerbell --watch
408
408
NAME READY STATUS RESTARTS AGE
409
409
download-ubuntu-jammy-2w4wn 0/1 Completed 0 38m
410
410
hookos-58b848576b-hzsv4 2/2 Running 0 38m
@@ -468,7 +468,7 @@ Follow these steps to create the stack on a Libvirt VM using Vagrant. Then deplo
468
468
469
469
# watch for the workflow to complete
470
470
# once the workflow is complete (see the expected output below for completion), move on to the next step
471
- kubectl get -n tink-system workflow playground-workflow --watch
471
+ kubectl get -n tinkerbell workflow playground-workflow --watch
472
472
```
473
473
474
474
<details>
@@ -864,8 +864,8 @@ Follow these steps to create the stack on a Virtualbox VM using Vagrant. Then de
864
864
865
865
```bash
866
866
vagrant ssh stack
867
- kubectl get jobs -n tink-system --watch
868
- kubectl get pods -n tink-system --watch
867
+ kubectl get jobs -n tinkerbell --watch
868
+ kubectl get pods -n tinkerbell --watch
869
869
exit
870
870
# There is one Kubernetes job to download the Ubuntu image and an init
871
871
# container in the hookos pod downloading the HookOS artifacts.
@@ -878,7 +878,7 @@ Follow these steps to create the stack on a Virtualbox VM using Vagrant. Then de
878
878
879
879
Ubuntu image download:
880
880
```bash
881
- kubectl get jobs -n tink-system --watch
881
+ kubectl get jobs -n tinkerbell --watch
882
882
NAME COMPLETIONS DURATION AGE
883
883
download-ubuntu-jammy 0/1 49s 49s
884
884
download-ubuntu-jammy 0/1 70s 70s
@@ -887,7 +887,7 @@ Follow these steps to create the stack on a Virtualbox VM using Vagrant. Then de
887
887
```
888
888
HookOS pod:
889
889
```bash
890
- kubectl get pods -n tink-system --watch
890
+ kubectl get pods -n tinkerbell --watch
891
891
NAME READY STATUS RESTARTS AGE
892
892
download-ubuntu-jammy-2w4wn 0/1 Completed 0 38m
893
893
hookos-58b848576b-hzsv4 2/2 Running 0 38m
@@ -959,7 +959,7 @@ Follow these steps to create the stack on a Virtualbox VM using Vagrant. Then de
959
959
960
960
# watch for the workflow to complete
961
961
# once the workflow is complete (see the example output below for completion), move on to the next step
962
- kubectl get -n tink-system workflow sandbox-workflow --watch
962
+ kubectl get -n tinkerbell workflow sandbox-workflow --watch
963
963
` ` `
964
964
965
965
< details>
0 commit comments