Doco updates and questions#17
Conversation
stevesloka
left a comment
There was a problem hiding this comment.
Thanks for the PR! Just a couple things to clean up in the docs.
| * To push your image to docker hub, set $PREFIX to your account name, then `make push` | ||
|
|
||
| ## Get Started | ||
| 1. Create auth tokens file (how?) |
There was a problem hiding this comment.
Tokens can be whatever length or format you would like, I typically just generate a random string .
There was a problem hiding this comment.
excellent, thanks for confirming. I'll update with a "generate a SHA-1" one-liner.
|
|
||
| ## Building | ||
|
|
||
| * Install Go |
There was a problem hiding this comment.
Maybe link to golang.org?
There was a problem hiding this comment.
linked to the getting started/install stuff
|
I added an example token generation step, then deployed the secret and the rc spec to my k8s cluster. looking good so far. moving onto the services. |
|
Awesome! Thanks so much for this! Would you mind rebasing + squashing down before merging? |
|
I did rebase. I think you can alter the commits if you like. I commit a lot. It's a habit. |
Getting set up with your awesome project. Shuffles some things around in the docs, asked some questions. Open to answers as review.