-
Notifications
You must be signed in to change notification settings - Fork 712
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
Fix Kubernetes docs #1479
Fix Kubernetes docs #1479
Conversation
|
||
The simplest way to get the latest release of Scope deployed onto a Kubernetes cluster is the following: | ||
|
||
kubectl create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false | ||
kubectl --namespace=kube-system create -f 'https://scope.weave.works/launch/k8s/weavescope.json' --validate=false |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
One takeaway I thin is to consider that Scope simply deserves it's own namespace. Also, do consider what if we did infer the namespace, and user specifies |
@errordeveloper Again, Scope needs to run in the same namespace as kube-dns for #1433 to work |
For the record, the service doesn't depend on DNS and simply uses:
I will switch all the things default namespace, which was what I was thinking to do eventually anyway, but did this due to the lack of input on #1475. |
No description provided.