Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions install/Knative-with-AKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Knative depends on Istio.

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -164,9 +164,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down
11 changes: 6 additions & 5 deletions install/Knative-with-GKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Knative depends on Istio.

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -165,9 +165,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down
11 changes: 6 additions & 5 deletions install/Knative-with-Gardener.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Knative depends on Istio.

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -101,9 +101,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down
11 changes: 6 additions & 5 deletions install/Knative-with-IKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ Knative depends on Istio.

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -170,9 +170,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down
11 changes: 6 additions & 5 deletions install/Knative-with-PKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Containers

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -78,9 +78,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down
11 changes: 6 additions & 5 deletions install/Knative-with-any-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Containers.

1. Install Istio:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/istio-crds.yaml && \
kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.2.3/third_party/istio-1.0.2/istio.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio.yaml
```
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are
also included in the `istio.yaml` file, but they are pulled out so that
Expand Down Expand Up @@ -54,9 +54,10 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down