-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The terms in the hello-world docs need to be explained better #120
Comments
Following are the changes: 1. Removed the rougue "\n" 2. Replace the link of hello-world example from github docs to the tinkerbell.org website
Following are the changes: 1. Removed the rougue "\n" 2. Replace the link of hello-world example from github docs to the tinkerbell.org website
Following are the changes: 1. Removed the rougue "\n" 2. Replace the link of hello-world example from github docs to the tinkerbell.org website
@alexellis I believe this can be closed now. Could you please verify? |
Which PRs fixed this? Can you link me to them so that I can verify it? |
@alexellis , The links are provided by @gauravgahlot fixed the same. You can go through them. |
Thanks Alex! |
When reading the hello-world docs (a link is shown from setup.sh at the end) - there are a few confusing references that could be explained better for new users.
1) Unexplained literal value in example
$ tink workflow create -t <template-uuid> -r ‘{“device_1”:“mac/IP”}’
<- is that the literal value, or does this need elaborating to say that you can replace it with the MAC or IP?2) No context given on what the hardware UUID is or how it's meant to be generated
With the
id
- there is no explanation on what this is supposed to be used for. Is it just meant to be a randomly generated UUID with no relationship to anything? If so, why not provide that information to the user and a command to generate a uuid? i.e.uuid | tr "[:upper:]" "[:lower:]"
3) Is the link at the end of setup.sh still correct?
Also, should this be linking to somewhere on https://tinkerbell.org or to the docs here on GitHub?
We also have a rouge
\n
which should be removed4) What does
device_1
mean?Initial impressions - is
device_1
a magic or hard-coded reference? I can't see it mentioned anywhere in the blog post.Potential solution, quote the template in the post, so that people can see that
device_1
will be injected:At the same time, you could explain what the workflow does
https://github.com/tinkerbell/tink/blob/master/docs/examples/hello-world.tmpl
The text was updated successfully, but these errors were encountered: