You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> These instructions above should be checked against the Charts repo before using. See the [README.md](https://github.com/tinkerbell/charts/tree/main/tinkerbell/stack) in the Helm chart repository for more information on how to use the Helm chart.
34
+
> These instructions above should be checked against the Charts repo before using. See the [README.md](https://github.com/tinkerbell/charts/tree/main/tinkerbell/stack) in the Helm chart repository for more information on how to use the Helm chart.
35
35
36
36
1. Verify the stack is up and running
37
37
@@ -42,18 +42,18 @@ You will need to bring your own hardware (machine) for this guide.
42
42
43
43
1. Download and convert a cloud image to a raw image
# This will download and convert the Ubuntu Jammy 22.04 cloud image.
48
+
```
49
49
50
50
1. Create and/or customize Hardware, Template, and Workflow objects and apply them to the cluster. You can use the Hardware, Template, and Workflow in this repo, in the `vagrant/` directory, as a base from which to start.
51
51
52
-
```bash
53
-
kubectl apply -f my-hardware.yaml
54
-
kubectl apply -f my-template.yaml
55
-
kubectl apply -f my-workflow.yaml
56
-
```
52
+
```bash
53
+
kubectl apply -f my-hardware.yaml
54
+
kubectl apply -f my-template.yaml
55
+
kubectl apply -f my-workflow.yaml
56
+
```
57
57
58
58
1. Start the machine provision process by rebooting, into a netbooting state, the machine you have specified in the Hardware object above.
0 commit comments