Skip to content

Commit ba19064

Browse files
Merge pull request #1738 from SgtCoDFish/kubeprod
Remove references to kubeprod after deprecation
2 parents f571877 + 9cc79c1 commit ba19064

File tree

14 files changed

+14
-272
lines changed

14 files changed

+14
-272
lines changed

content/v1.0-docs/installation/kubernetes.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -295,29 +295,7 @@ supported backends.
295295
cert-manager also has a kubectl plugin which can be used to help you to manage cert-manager resources in the cluster.
296296
Installation instructions for this can be found in the [kubectl plugin](../usage/kubectl-plugin.md) documentation.
297297

298-
## Alternative installation methods
299-
300-
### kubeprod
301-
302-
[Bitnami Kubernetes Production
303-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
304-
curated collection of the services you would need to deploy on top of your
305-
Kubernetes cluster to enable logging, monitoring, certificate management,
306-
automatic discovery of Kubernetes resources via public DNS servers and other
307-
common infrastructure needs.
308-
309-
It depends on `cert-manager` for certificate management, and it is [regularly
310-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
311-
the components are known to work together for GKE and AKS clusters (EKS to be
312-
added soon). For its ingress stack it creates a DNS entry in the configured DNS
313-
zone and requests a TLS certificate from the Let's Encrypt staging server.
314-
315-
BKPR can be deployed using the `kubeprod install` command, which will deploy
316-
`cert-manager` as part of it. Details available in the [BKPR installation
317-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
318-
319-
320-
### Debugging installation issues
298+
## Debugging installation issues
321299

322300
If you have any issues with your installation, please refer to the
323301
[FAQ](../faq/README.md).

content/v1.1-docs/installation/kubernetes.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -268,29 +268,7 @@ supported backends.
268268
cert-manager also has a kubectl plugin which can be used to help you to manage cert-manager resources in the cluster.
269269
Installation instructions for this can be found in the [kubectl plugin](../usage/kubectl-plugin.md) documentation.
270270

271-
## Alternative installation methods
272-
273-
### kubeprod
274-
275-
[Bitnami Kubernetes Production
276-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
277-
curated collection of the services you would need to deploy on top of your
278-
Kubernetes cluster to enable logging, monitoring, certificate management,
279-
automatic discovery of Kubernetes resources via public DNS servers and other
280-
common infrastructure needs.
281-
282-
It depends on `cert-manager` for certificate management, and it is [regularly
283-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
284-
the components are known to work together for GKE, AKS, and EKS clusters. For
285-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
286-
a TLS certificate from the Let's Encrypt staging server.
287-
288-
BKPR can be deployed using the `kubeprod install` command, which will deploy
289-
`cert-manager` as part of it. Details available in the [BKPR installation
290-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
291-
292-
293-
### Debugging installation issues
271+
## Debugging installation issues
294272

295273
If you have any issues with your installation, please refer to the
296274
[FAQ](../faq/README.md).

content/v1.10-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

content/v1.11-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

content/v1.12-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

content/v1.13-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

content/v1.2-docs/installation/kubernetes.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -249,29 +249,7 @@ supported backends.
249249
cert-manager also has a kubectl plugin which can be used to help you to manage cert-manager resources in the cluster.
250250
Installation instructions for this can be found in the [kubectl plugin](../usage/kubectl-plugin.md) documentation.
251251

252-
## Alternative installation methods
253-
254-
### kubeprod
255-
256-
[Bitnami Kubernetes Production
257-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
258-
curated collection of the services you would need to deploy on top of your
259-
Kubernetes cluster to enable logging, monitoring, certificate management,
260-
automatic discovery of Kubernetes resources via public DNS servers and other
261-
common infrastructure needs.
262-
263-
It depends on `cert-manager` for certificate management, and it is [regularly
264-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
265-
the components are known to work together for GKE, AKS, and EKS clusters. For
266-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
267-
a TLS certificate from the Let's Encrypt staging server.
268-
269-
BKPR can be deployed using the `kubeprod install` command, which will deploy
270-
`cert-manager` as part of it. Details available in the [BKPR installation
271-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
272-
273-
274-
### Debugging installation issues
252+
## Debugging installation issues
275253

276254
If you have any issues with your installation, please refer to the
277255
[FAQ](../faq/README.md).

content/v1.3-docs/installation/kubernetes.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -249,29 +249,7 @@ supported backends.
249249
cert-manager also has a kubectl plugin which can be used to help you to manage cert-manager resources in the cluster.
250250
Installation instructions for this can be found in the [kubectl plugin](../usage/kubectl-plugin.md) documentation.
251251

252-
## Alternative installation methods
253-
254-
### kubeprod
255-
256-
[Bitnami Kubernetes Production
257-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
258-
curated collection of the services you would need to deploy on top of your
259-
Kubernetes cluster to enable logging, monitoring, certificate management,
260-
automatic discovery of Kubernetes resources via public DNS servers and other
261-
common infrastructure needs.
262-
263-
It depends on `cert-manager` for certificate management, and it is [regularly
264-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
265-
the components are known to work together for GKE, AKS, and EKS clusters. For
266-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
267-
a TLS certificate from the Let's Encrypt staging server.
268-
269-
BKPR can be deployed using the `kubeprod install` command, which will deploy
270-
`cert-manager` as part of it. Details available in the [BKPR installation
271-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
272-
273-
274-
### Debugging installation issues
252+
## Debugging installation issues
275253

276254
If you have any issues with your installation, please refer to the
277255
[FAQ](../faq/README.md).

content/v1.4-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

content/v1.5-docs/installation/other-tools.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ title: Alternative installation methods
33
description: 'cert-manager installation: Other tools'
44
---
55

6-
### kubeprod
7-
8-
[Bitnami Kubernetes Production
9-
Runtime](https://github.com/bitnami/kube-prod-runtime) (`BKPR`, `kubeprod`) is a
10-
curated collection of the services you would need to deploy on top of your
11-
Kubernetes cluster to enable logging, monitoring, certificate management,
12-
automatic discovery of Kubernetes resources via public DNS servers and other
13-
common infrastructure needs.
14-
15-
It depends on `cert-manager` for certificate management, and it is [regularly
16-
tested](https://github.com/bitnami/kube-prod-runtime/blob/master/Jenkinsfile) so
17-
the components are known to work together for GKE, AKS, and EKS clusters. For
18-
its ingress stack it creates a DNS entry in the configured DNS zone and requests
19-
a TLS certificate from the Let's Encrypt staging server.
20-
21-
BKPR can be deployed using the `kubeprod install` command, which will deploy
22-
`cert-manager` as part of it. Details available in the [BKPR installation
23-
guide](https://github.com/bitnami/kube-prod-runtime/blob/master/docs/install.md).
6+
This section used to describe the integration with Kubernetes Production Runtime, but that project has been deprecated and the original instructions have been removed.

0 commit comments

Comments
 (0)