-
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
revamp install instructions #3052
Conversation
It will likely be easier to review individual commits than the entire PR. |
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.
Made a few suggestions.
Weave Cloud is the recommended option if: | ||
Weave Cloud is a SaaS that simplifies deployment, monitoring and | ||
management of your containers and microservices. Installing Weave | ||
Scope via Weave Cloud is the recommended option if: | ||
|
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.
|
||
* You are new to Weave Scope. |
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.
The following topics are discussed: | ||
Weave Cloud provides easy step-by-step instructions for installation | ||
on a variety of platforms and orchestrators. To get started with Weave | ||
Cloud, [sign up for a free trial](https://cloud.weave.works/). | ||
|
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.
site/installing.md
Outdated
|
||
## <a name="k8s"></a>Installing Scope on Kubernetes | ||
If your cluster is on GKE, you first need to grant the requisite | ||
permissions for installation: | ||
|
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.
### <a name="k8s-standalone"></a>Without Weave Cloud (run Scope in standalone mode) | ||
|
||
The simplest way to get the latest release of Scope deployed onto a Kubernetes cluster is by running the following: | ||
To install Weave Scope on your Kubernetes cluster, run |
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.
site/installing.md
Outdated
oc apply -f 'https://cloud.weave.works/k8s/scope.yaml' | ||
|
||
To access standalone Scope app from the browser, please refer to Kubernetes instructions above. | ||
To access the Scope app from the browser, please refer to Kubernetes instructions above. | ||
|
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.
The instructions for installing via Weave Cloud were rather out of date, and in any case are embedded in Weave Cloud itself, so there is no point repeating them here.
since _all_ the instructions refer to that.
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
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
...and add instructions to get the requisite permissions on GKE.
Fixes #3051.