mirror of https://github.com/istio/istio.io.git
Fix broken links, causing HTML proofer in circleci gates to fail (#1132)
* Fix broken links, causing HTML proofer in circleci gates to fail * Add the same missing links to sidecar-injection.md
This commit is contained in:
parent
915e16e8b0
commit
aba5c1417d
|
|
@ -134,7 +134,7 @@ Note that unlike manual injection, automatic injection occurs at the pod-level.
|
|||
|
||||
#### Installing the webhook
|
||||
|
||||
_NOTE_: The [0.5.0](https://github.com/istio/istio/releases/tag/0.5.0) and [0.5.1](https://github.com/istio/istio/releases/tag/0.5.1) releases are missing scripts to provision webhook certificates. Download the missing files from [here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-create-signed-cert.sh) and [here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-patch-ca-bundle.sh). Subsqeuent releases (> 0.5.1) should include these missing files.
|
||||
_NOTE_: The [0.5.0](https://github.com/istio/istio/releases/tag/0.5.0) and [0.5.1](https://github.com/istio/istio/releases/tag/0.5.1) releases are missing scripts to provision webhook certificates. Download the missing files from [here](https://raw.githubusercontent.com/istio/istio/release-0.7/install/kubernetes/webhook-create-signed-cert.sh) and [here](https://raw.githubusercontent.com/istio/istio/release-0.7/install/kubernetes/webhook-patch-ca-bundle.sh). Subsqeuent releases (> 0.5.1) should include these missing files.
|
||||
|
||||
Install base Istio.
|
||||
|
||||
|
|
@ -148,7 +148,7 @@ secret for the sidecar injector webhook to consume.
|
|||
|
||||
_Note_: Kubernetes CA approval requires permissions to create and approve CSR. See
|
||||
[https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster ](https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/) and
|
||||
[install/kubernetes/webhook-create-signed-cert.sh](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-create-signed-cert.sh) for more information.
|
||||
[install/kubernetes/webhook-create-signed-cert.sh](https://raw.githubusercontent.com/istio/istio/release-0.7/install/kubernetes/webhook-create-signed-cert.sh) for more information.
|
||||
|
||||
```bash
|
||||
./install/kubernetes/webhook-create-signed-cert.sh \
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ of HTTP 404s (upto 2x the refresh interval) until the Envoy sidecars get all rel
|
|||
## Kubernetes webhook setup script files are missing from 0.5 release package
|
||||
|
||||
NOTE: The 0.5.0 and 0.5.1 releases are missing scripts to provision webhook certificates. Download the missing files from
|
||||
[here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-create-signed-cert.sh) and [here](https://raw.githubusercontent.com/istio/istio/master/install/kubernetes/webhook-patch-ca-bundle.sh). Subsequent releases (> 0.5.1) should include these missing files.
|
||||
[here](https://raw.githubusercontent.com/istio/istio/release-0.7/install/kubernetes/webhook-create-signed-cert.sh) and [here](https://raw.githubusercontent.com/istio/istio/release-0.7/install/kubernetes/webhook-patch-ca-bundle.sh). Subsequent releases (> 0.5.1) include these files.
|
||||
|
||||
## Automatic sidecar injection will fail if the kube-apiserver has proxy settings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue