Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from izabelacg/beta2/cnr-1-0-2
Browse files Browse the repository at this point in the history
[WIP] Update description for each CNR property
  • Loading branch information
Jane Day authored Sep 29, 2021
2 parents 9011d51 + 4e6a5fc commit e0e5c44
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,13 @@ To install Cloud Native Runtimes:
$ tanzu package available get cnrs.tanzu.vmware.com/1.0.1 --values-schema -n tap-install
| Retrieving package details for cnrs.tanzu.vmware.com/1.0.1...
KEY DEFAULT TYPE DESCRIPTION
ingress.external.namespace <nil> string external namespace
ingress.internal.namespace <nil> string internal namespace
ingress.reuse_crds false string set true to reuse existing Contour instance
local_dns <nil> string <nil>
provider <nil> string Kubernetes cluster provider
pdb.enable true boolean Optional: Set to true to enable Pod Disruption Budget. If provider local is set to "local", the PDB will be disabled automatically.
provider <nil> string Optional: Kubernetes cluster provider. To be specified if deploying CNR on TKGs or on a local Kubernetes cluster provider.
ingress.external.namespace <nil> string Optional: Only valid if a Contour instance already present in the cluster. Specify a namespace where an existing Contour is installed on your cluster (for external services) if you want CNR to use your Contour instance.
ingress.internal.namespace <nil> string Optional: Only valid if a Contour instance already present in the cluster. Specify a namespace where an existing Contour is installed on your cluster (for internal services) if you want CNR to use your Contour instance.
ingress.reuse_crds false boolean Optional: Only valid if a Contour instance already present in the cluster. Set to "true" if you want CNR to re-use the cluster's existing Contour CRDs.
local_dns.enable false boolean Optional: Only for when "provider" is set to "local" and running on Kind. Set to true to enable local DNS.
local_dns.domain <nil> string Optional: Set a custom domain for the Knative services.
```
2. Gather the values schema.
Expand All @@ -153,18 +155,8 @@ To install Cloud Native Runtimes:
```
---
provider:
pdb:
enable: "true"
ingress:
reuse_crds:
external:
namespace:
internal:
namespace:
local_dns:
# if deploying on a local cluster such as Kind. Otherwise, you can use the defaults values to install CNR.
provider: local
```
In Tanzu Kubernetes Grid environments, Contour packages that are already been present might conflict
Expand Down

0 comments on commit e0e5c44

Please sign in to comment.