-
Notifications
You must be signed in to change notification settings - Fork 17
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
Part 2 #9
base: master
Are you sure you want to change the base?
Conversation
* part-1: Deployment tune up
Part 2 rak review
* master: Correct kill command Add but Correct PROJECTID export. Add references to the docker images on docker hub Update docker commands
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.
Looks really good - a couple of comments about links to documentation.
Blog_part_2.md
Outdated
account = [email protected] | ||
project = your-google-cloud-project-id | ||
|
||
I recommend setting both your project and compute zone. You can find the directions for both in the Google Cloud Tools Documentation. |
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.
I think we should add a link to this - perhaps https://cloud.google.com/compute/docs/regions-zones/changing-default-zone-region
Blog_part_2.md
Outdated
|
||
Now let's deploy some pods. First we need to ensure our `kubectl` command is pointing at our cluster. If you run the following command you should see a list of contexts: | ||
|
||
$ kubectl config get-clusters |
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.
Do we need to run https://cloud.google.com/sdk/gcloud/reference/container/clusters/get-credentials before this?
Assorted updates
Last round of tweaks
No description provided.