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
1. Add your template. An example Template object can be found [here](https://github.com/tinkerbell/tink/tree/main/config/crd/examples/template.yaml) and more Template documentation can be found [here](https://docs.tinkerbell.org/templates/).
31
29
32
30
```bash
33
-
kubectl apply -f my-custom-template.yaml
31
+
kubectl apply -f my-OS-template.yaml
34
32
```
35
33
36
-
2. Create the workflow
34
+
1. Create the workflow. An example Workflow object can be found [here](https://github.com/tinkerbell/tink/tree/main/config/crd/examples/workflow.yaml).
37
35
38
36
```bash
39
37
kubectl apply -f my-custom-workflow.yaml
40
38
```
41
39
42
-
3. Restart the machine to provision (if using the vagrant sandbox test machine this is done by running `vagrant destroy -f machine1 && vagrant up machine1`)
40
+
1. Restart the machine to provision (if using the vagrant sandbox test machine this is done by running `vagrant destroy -f machine1 && vagrant up machine1`)
0 commit comments