Contination of #1111
I tried to keep this PR down to just a simple search-n-replace to keep
things simple. I may have gone too far in some spots but its easy to
roll those back if needed.
I avoided renaming `contrib/mesos/pkg/minion` because there's already
a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work
due to a circular import chain that pops up. So I'm saving that for a
follow-on PR.
I rolled back some of this from a previous commit because it just got
to big/messy. Will follow up with additional PRs
Signed-off-by: Doug Davis <dug@us.ibm.com>
Fix some errors in guestbook-go README.md:
1. fix some markdown errors by removing the `<nop>` tag
2. replace some (not all of them) `containers` with `pods`
3. `gcloud comput` -> `gcloud compute`
4. improved sentences that has `list all` to make the descriptions more accurate
5. other tiny fixes
Port of current guestbook's README.md
Fix guestbook pod and service names
Add go boilerplate
Use role label for redis pods
Give service.containerPort a name based value
This gives better env variable keys like REDIS_MASTER_SERVICE_REDIS_SERVER_ADDR, etc.
Avoid unnecessarily long names for service (esp in env vars)
Adding guestbook deploy/destroy scripts for k8s
These are probably only useful for quick testing. Maybe remove them
before merging the pull request.
Part of avoiding long names for services
Update Dockerfiles to git clone from Google's repo
Use correct service names while deleting them
Fix the script usage path.
K8s is not go gettable. Use git clone instead.
Using my fork in the Dockerfile to release and update to the docker hub
image.
Doesn't delete all pods if you remove controller too soon
Run the command in a shell to substitute env vars. Workaround for GoogleCloudPlatform/kubernetes#1309
GoogleCloudPlatform in lieu of my fork in Dckrfile
Some directory structure changes for guestbook src
README that explains the build process for source
Strip down the html and css to absolute essentials
Reformat JS according to Google's guidelines
Also added code to set random colors for elements.
Handle repetitive error checks using a common func
Also uses @roberthbailey’s stripped down code for reading env vars
infoString isn't really a string. Use info instead
Remove deploy.sh/destroy.sh scripts
Bind submit instead of keypress to capture submit
Add links to /env and /info in the footer
Reformat the JS
Incorporating suggestions by @filbranden
License boilerplate and some fixes to release.sh
Update README.md
Update README.md
Add building on boot2docker info to README
Accept docker bin path as a param for building
Use kubernetes user to host the image on registry
Don't get included in k8s's recursive build deps
https://github.com/GoogleCloudPlatform/kubernetes/pull/1299#discussion_r
17638061