Skip to content

Commit 7d11d59

Browse files
committed
Replace tink-system namespace with tinkerbell
The tinkerbell.org install instructions now install the Helm chart into the tinkerbell namespace. This commit aligns the namespaces from the Install page and the playground to "tinkerbell".
1 parent f8c75f8 commit 7d11d59

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

stack/docs/quickstarts/VAGRANTLVIRT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ This option will also create a VM and provision an OS onto it.
368368
369369
```bash
370370
vagrant ssh stack
371-
kubectl get jobs -n tink-system --watch
372-
kubectl get pods -n tink-system --watch
371+
kubectl get jobs -n tinkerbell --watch
372+
kubectl get pods -n tinkerbell --watch
373373
exit
374374
# There is one Kubernetes job to download the Ubuntu image and an init
375375
# container in the hookos pod downloading the HookOS artifacts.
@@ -382,7 +382,7 @@ This option will also create a VM and provision an OS onto it.
382382
383383
Ubuntu image download:
384384
```bash
385-
kubectl get jobs -n tink-system --watch
385+
kubectl get jobs -n tinkerbell --watch
386386
NAME COMPLETIONS DURATION AGE
387387
download-ubuntu-jammy 0/1 49s 49s
388388
download-ubuntu-jammy 0/1 70s 70s
@@ -391,7 +391,7 @@ This option will also create a VM and provision an OS onto it.
391391
```
392392
HookOS pod:
393393
```bash
394-
kubectl get pods -n tink-system --watch
394+
kubectl get pods -n tinkerbell --watch
395395
NAME READY STATUS RESTARTS AGE
396396
download-ubuntu-jammy-2w4wn 0/1 Completed 0 38m
397397
hookos-58b848576b-hzsv4 2/2 Running 0 38m
@@ -455,7 +455,7 @@ This option will also create a VM and provision an OS onto it.
455455
456456
# watch for the workflow to complete
457457
# once the workflow is complete (see the expected output below for completion), move on to the next step
458-
kubectl get -n tink-system workflow playground-workflow --watch
458+
kubectl get -n tinkerbell workflow playground-workflow --watch
459459
```
460460
461461
<details>

stack/docs/quickstarts/VAGRANTVBOX.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ This option will also create a VM and provision an OS onto it.
353353
354354
```bash
355355
vagrant ssh stack
356-
kubectl get jobs -n tink-system --watch
357-
kubectl get pods -n tink-system --watch
356+
kubectl get jobs -n tinkerbell --watch
357+
kubectl get pods -n tinkerbell --watch
358358
exit
359359
# There is one Kubernetes job to download the Ubuntu image and an init
360360
# container in the hookos pod downloading the HookOS artifacts.
@@ -367,7 +367,7 @@ This option will also create a VM and provision an OS onto it.
367367
368368
Ubuntu image download:
369369
```bash
370-
kubectl get jobs -n tink-system --watch
370+
kubectl get jobs -n tinkerbell --watch
371371
NAME COMPLETIONS DURATION AGE
372372
download-ubuntu-jammy 0/1 49s 49s
373373
download-ubuntu-jammy 0/1 70s 70s
@@ -376,7 +376,7 @@ This option will also create a VM and provision an OS onto it.
376376
```
377377
HookOS pod:
378378
```bash
379-
kubectl get pods -n tink-system --watch
379+
kubectl get pods -n tinkerbell --watch
380380
NAME READY STATUS RESTARTS AGE
381381
download-ubuntu-jammy-2w4wn 0/1 Completed 0 38m
382382
hookos-58b848576b-hzsv4 2/2 Running 0 38m
@@ -448,7 +448,7 @@ This option will also create a VM and provision an OS onto it.
448448

449449
# watch for the workflow to complete
450450
# once the workflow is complete (see the example output below for completion), move on to the next step
451-
kubectl get -n tink-system workflow playground-workflow --watch
451+
kubectl get -n tinkerbell workflow playground-workflow --watch
452452
```
453453
454454
<details>

stack/vagrant/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ run_helm() {
119119
local helm_chart_version=$6
120120
local loadbalancer_interface=$7
121121
local k3d_version=$8
122-
local namespace="tink-system"
122+
local namespace="tinkerbell"
123123
local helm_version=$9
124124
local loadbalancer_ip_2="${10}"
125125

0 commit comments

Comments
 (0)