Skip to content
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

Update docs for 5.0.0-rc.8 #772

Merged
merged 1 commit into from Dec 20, 2017
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Please pick a version of Voyager that matches your Kubernetes installation.

| Voyager Version | Docs | Kubernetes Version | Prometheus operator Version |
|----------------------------------------------------------------------------------------|-------------------------------------------------------------------------|--------------------|-----------------------------|
| [5.0.0-rc.7](https://github.com/appscode/voyager/releases/tag/5.0.0-rc.7) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/5.0.0-rc.7/docs) | 1.7.x+ | 0.12.0+ |
| [5.0.0-rc.8](https://github.com/appscode/voyager/releases/tag/5.0.0-rc.8) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/5.0.0-rc.8/docs) | 1.7.x+ | 0.12.0+ |
| [3.2.2](https://github.com/appscode/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/appscode/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x | < 0.12.0 |

## Installation
Expand Down
2 changes: 1 addition & 1 deletion chart/stable/voyager/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ description: 'Voyager by AppsCode - Secure Ingress Controller for Kubernetes'
icon: https://cdn.appscode.com/images/icon/voyager.png
name: voyager
version: 2.0.0
appVersion: 5.0.0-rc.7
appVersion: 5.0.0-rc.8
sources:
- https://github.com/appscode/voyager
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions chart/stable/voyager/README.md
Expand Up @@ -43,11 +43,11 @@ The following tables lists the configurable parameters of the Voyager chart and
| Parameter | Description | Default |
| --------------------------| ------------------------------------------------------------- | ------------------ |
| `operator.image` | Name of Voyager operator image | `appscode/voyager` |
| `operator.imageTag` | Tag of Voyager operator image | `5.0.0-rc.7` |
| `operator.imageTag` | Tag of Voyager operator image | `5.0.0-rc.8` |
| `haproxy.image` | Name of HAProxy container image | `appscode/haproxy` |
| `haproxy.imageTag` | Tag of HAProxy container image | `1.7.9-5.0.0-rc.7` |
| `haproxy.imageTag` | Tag of HAProxy container image | `1.7.9-5.0.0-rc.8` |
| `exporter.image` | Name of Prometheus exporter sidecar image | `appscode/voyager` |
| `exporter.imageTag` | Tag of Prometheus exporter sidecar image | `5.0.0-rc.7` |
| `exporter.imageTag` | Tag of Prometheus exporter sidecar image | `5.0.0-rc.8` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `cloudProvider` | Name of cloud provider | `nil` |
Expand Down
6 changes: 3 additions & 3 deletions chart/stable/voyager/values.yaml
Expand Up @@ -3,15 +3,15 @@
##
operator:
image: appscode/voyager
imageTag: 5.0.0-rc.7
imageTag: 5.0.0-rc.8
## Docker image containing HAProxy binary
haproxy:
image: appscode/haproxy
imageTag: 1.7.9-5.0.0-rc.7
imageTag: 1.7.9-5.0.0-rc.8
## Docker image containing Prometheus exporter
exporter:
image: appscode/voyager
imageTag: 5.0.0-rc.7
imageTag: 5.0.0-rc.8
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Expand Up @@ -2,18 +2,18 @@
title: Overview | Voyager
description: Overview of Voyager
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: overview-voyager
name: Overview
parent: getting-started
weight: 20
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: getting-started
url: /products/voyager/5.0.0-rc.7/getting-started/
url: /products/voyager/5.0.0-rc.8/getting-started/
aliases:
- /products/voyager/5.0.0-rc.7/
- /products/voyager/5.0.0-rc.7/README/
- /products/voyager/5.0.0-rc.8/
- /products/voyager/5.0.0-rc.8/README/
---

# Voyager
Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Expand Up @@ -2,9 +2,9 @@
title: Docs | Voyager
description: Voyager Docs
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: getting-started
name: Getting Started
weight: 10
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
---
10 changes: 5 additions & 5 deletions docs/concepts/overview.md
Expand Up @@ -2,18 +2,18 @@
title: Overview | Voyager
description: Overview of Voyager
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: overview-voyager
name: Overview
parent: getting-started
weight: 20
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: getting-started
url: /products/voyager/5.0.0-rc.7/getting-started/
url: /products/voyager/5.0.0-rc.8/getting-started/
aliases:
- /products/voyager/5.0.0-rc.7/
- /products/voyager/5.0.0-rc.7/README/
- /products/voyager/5.0.0-rc.8/
- /products/voyager/5.0.0-rc.8/README/
---

# Voyager
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/_index.md
Expand Up @@ -2,10 +2,10 @@
title: Tutorials
description: Voyager Tutorials
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: guides
name: Tutorials
weight: 30
pre: dropdown
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
---
8 changes: 4 additions & 4 deletions docs/guides/certificate/README.md
@@ -1,16 +1,16 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: certificate-readme
name: Overview
parent: certificate
weight: 10
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
url: /products/voyager/5.0.0-rc.7/guides/certificate/
url: /products/voyager/5.0.0-rc.8/guides/certificate/
aliases:
- /products/voyager/5.0.0-rc.7/guides/certificate/README/
- /products/voyager/5.0.0-rc.8/guides/certificate/README/
---

# Certificate
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/_index.md
@@ -1,10 +1,10 @@
---
title: Certificate
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: certificate
name: Certificate
parent: guides
weight: 80
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
---
4 changes: 2 additions & 2 deletions docs/guides/certificate/google-cloud.md
Expand Up @@ -16,15 +16,15 @@ Deploy Voyager operator following instructions [here](/docs/install.md).

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=gke
```

If you are trying this on a RBAC enabled cluster, pass the flag `--rbac` to installer script.

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=gke --rbac
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/http.md
Expand Up @@ -6,15 +6,15 @@ Deploy Voyager operator following instructions [here](/docs/install.md).

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=gke
```

If you are trying this on a RBAC enabled cluster, pass the flag `--rbac` to installer script.

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=gke --rbac
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/providers.md
@@ -1,12 +1,12 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: certificate-provider
name: Certificate Provider
parent: certificate
weight: 30
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/route53.md
Expand Up @@ -19,15 +19,15 @@ Deploy Voyager operator following instructions [here](/docs/install.md).

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=aws --run-on-master
```

If you are trying this on a RBAC enabled cluster, pass the flag `--rbac` to installer script.

```console
# install without RBAC
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=aws --run-on-master --rbac
```

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/ingress/README.md
@@ -1,15 +1,15 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Overview
parent: ingress
weight: 8
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
url: /products/voyager/5.0.0-rc.7/guides/ingress/
url: /products/voyager/5.0.0-rc.8/guides/ingress/
aliases:
- /products/voyager/5.0.0-rc.7/guides/ingress/README/
- /products/voyager/5.0.0-rc.8/guides/ingress/README/
---

### Ingress
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/_index.md
@@ -1,10 +1,10 @@
---
title: Ingress
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
identifier: ingress
name: Ingress
parent: guides
weight: 100
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
---
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/annotations.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Annotations
parent: ingress
weight: 10
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/backend-rule.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Backend Rule
parent: ingress
weight: 20
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/configure-options.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Configure Options
parent: ingress
weight: 35
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/configure-timeouts.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Configure Timeouts
parent: ingress
weight: 40
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/ingress/configuration/custom-templates.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Custom Templates
parent: ingress
weight: 55
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down Expand Up @@ -49,7 +49,7 @@ $ kubectl create configmap -n kube-system voyager-templates --from-file=/tmp/def
Now, the ConfigMap `voyager-templates` has to be mounted in the voyager operator pod and `--custom-templates` flag has to be set. To do this pass the `--template-cfgmap` flag to the Voyager installer script.

```console
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.7/hack/deploy/voyager.sh \
curl -fsSL https://raw.githubusercontent.com/appscode/voyager/5.0.0-rc.8/hack/deploy/voyager.sh \
| bash -s -- --provider=minikube --template-cfgmap=voyager-templates
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/frontend-rule.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Frontend Rule
parent: ingress
weight: 65
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/configuration/node-port.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Node Port
parent: ingress
weight: 90
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/http/cors.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: CORS
parent: ingress
weight: 45
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/http/custom-http-port.md
@@ -1,11 +1,11 @@
---
menu:
product_voyager_5.0.0-rc.7:
product_voyager_5.0.0-rc.8:
name: Custom HTTP Port
parent: ingress
weight: 50
product_name: voyager
menu_name: product_voyager_5.0.0-rc.7
menu_name: product_voyager_5.0.0-rc.8
section_menu_id: guides
---

Expand Down