-
Notifications
You must be signed in to change notification settings - Fork 3
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
Doco updates and questions #17
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tokens can be whatever length or format you would like, I typically just generate a random string .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent, thanks for confirming. I'll update with a "generate a SHA-1" one-liner.
* docker-registry: Set to url of private docker registry | ||
* template-namespace: Namespace to 'clone from when creating new deployments' | ||
* path-to-tokens: Full path including file name to tokens file for authorization, setting to empty string will disable. | ||
|
||
## Building | ||
|
||
* Install Go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe link to golang.org?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.