-
Notifications
You must be signed in to change notification settings - Fork 499
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
Improve workflow in docs/google-kubernetes-tutorial.md #400
Conversation
5e69c78
to
64ccbca
Compare
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 going through this!
Co-Authored-By: cofyc <cofyc.jackson@gmail.com>
Co-Authored-By: cofyc <cofyc.jackson@gmail.com>
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.
LGTM. But I think we should add instructions to access Grafana for GKE tutorial in later PRs.
follow up issue: #404 |
FYI @lilin90 |
Co-Authored-By: cofyc <cofyc.jackson@gmail.com>
Co-Authored-By: cofyc <cofyc.jackson@gmail.com>
/run-e2e-tests |
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.
LGTM
* operator offline installation * Apply suggestions from code review Co-authored-by: Ran <huangran@pingcap.com> * address comment * address comment * Apply suggestions from code review Co-authored-by: Ran <huangran@pingcap.com> Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
kubectl create service account tiller --namespace kube-system
because tiller service account yaml has been written into tiller-rbac.yamluse absolute path(bad idea, because the user may clone tidb-operator.git into another directory when they try the tutorial again)$HOME/tidb-operator
, so user can paste and run commands under any directorykubectl run ...
is removed because it's not a reliable way to access kubernetes service (e.g. when resources are not deleted, user need to clean up manually)svc/demo-tidb
instead ofdemo-tidb-0
Test link: https://console.cloud.google.com/cloudshell/open?tutorial=docs/google-kubernetes-tutorial.md&git_repo=https://github.com/cofyc/tidb-operator&cloudshell_git_branch=gke-tutorial