-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Link to kubernetes cluster doc #167
Conversation
DEVELOPMENT.md
Outdated
@@ -31,6 +31,10 @@ You'll also need to setup: | |||
kubectl create clusterrolebinding cluster-admin-binding \ | |||
--clusterrole=cluster-admin --user=${YOUR_KUBE_USER} | |||
``` | |||
|
|||
_See [`docs/creating-a-kubernetes-cluster.md`](./docs/creating-a-kubernetes-cluster.md) | |||
for step-by-step instructions on setting up both GKE and minikube 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.
Can this replace the minikube
link above?
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.
+1 :D
DEVELOPMENT.md
Outdated
|
||
_See [`docs/creating-a-kubernetes-cluster.md`](./docs/creating-a-kubernetes-cluster.md) | ||
for step-by-step instructions on setting up both GKE and minikube clusters._ | ||
|
||
1. Kubernetes cluster must have MutatingAdmissionWebhook specified in the [--admission-control as per]: | ||
(https://kubernetes.io/docs/admin/extensible-admission-controllers/#enable-external-admission-webhooks) |
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 still think this whole bullet belongs in the minikube section of your doc (or needs some qualification that it is minikube-only setup).
DEVELOPMENT.md
Outdated
@@ -31,6 +31,10 @@ You'll also need to setup: | |||
kubectl create clusterrolebinding cluster-admin-binding \ | |||
--clusterrole=cluster-admin --user=${YOUR_KUBE_USER} | |||
``` | |||
|
|||
_See [`docs/creating-a-kubernetes-cluster.md`](./docs/creating-a-kubernetes-cluster.md) | |||
for step-by-step instructions on setting up both GKE and minikube 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.
+1 :D
```bash | ||
kubectl create clusterrolebinding cluster-admin-binding \ | ||
--clusterrole=cluster-admin --user=${YOUR_KUBE_USER} | ||
``` |
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.
Is this command already in the "creating a cluster" docs?
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.
This PR now moves some of the k8s cluster setup instructions from |
Comments break copy-paste
Add UID 65532 to run all containers as non-root user
Link to
docs/creating-a-kubernetes-cluster.md
fromDEVELOPMENT.md
. I'm not picky about where this goes, so if someone has a better location or format, feel free to change it.