Add note about retrying install commands (#1051)

This commit is contained in:
Sam O'Dell 2019-03-21 13:02:48 -07:00 committed by Knative Prow Robot
parent 0c820c2551
commit 976f5cfc7f
8 changed files with 49 additions and 1 deletions

View File

@ -155,6 +155,12 @@ Each Knative component must be installed individually. You can decide which
components and observability plugins to install based on what you plan to do components and observability plugins to install based on what you plan to do
with Knative. with Knative.
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
### Choosing Knative installation files ### Choosing Knative installation files
The following Knative installation files are available: The following Knative installation files are available:

View File

@ -190,8 +190,15 @@ your Knative installation, see
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.
1. Monitor the Knative components until all of the components show a `STATUS` of 1. Monitor the Knative components until all of the components show a `STATUS` of
`Running`: `Running`:
```bash ```bash

View File

@ -191,6 +191,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.
1. Monitor the Knative components until all of the components show a `STATUS` of 1. Monitor the Knative components until all of the components show a `STATUS` of

View File

@ -126,6 +126,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.
1. Monitor the Knative components until all of the components show a `STATUS` of 1. Monitor the Knative components until all of the components show a `STATUS` of

View File

@ -176,6 +176,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
| sed 's/LoadBalancer/NodePort/' \ | sed 's/LoadBalancer/NodePort/' \
| kubectl apply --filename - | kubectl apply --filename -
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.

View File

@ -187,6 +187,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.
1. Monitor the Knative components until all of the components show a `STATUS` of 1. Monitor the Knative components until all of the components show a `STATUS` of

View File

@ -100,6 +100,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.
1. Monitor the Knative components until all of the components show a `STATUS` of 1. Monitor the Knative components until all of the components show a `STATUS` of

View File

@ -80,6 +80,11 @@ your Knative installation, see
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \ --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml --filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
``` ```
> **Note**: If your install fails on the first attempt, try rerunning the commands.
They will likely succeed on the second attempt. For background info and to
track the upcoming solution to this problem, see issues
[#968](https://github.com/knative/docs/issues/968) and
[#1036](https://github.com/knative/docs/issues/1036).
> **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is > **Note**: For the v0.4.0 release and newer, the `clusterrole.yaml` file is
> required to enable the Build and Serving components to interact with each other. > required to enable the Build and Serving components to interact with each other.