Skip to content

Commit

Permalink
Ccm update doc (#105)
Browse files Browse the repository at this point in the history
* udate doc for ccm chart => 0.3.3
  • Loading branch information
tuxtof authored May 11, 2023
1 parent 9de0536 commit 8e500e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion charts/nutanix-cloud-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- Cloud Controller Manager
- Cloud
- CCM
version: 0.3.2
version: 0.3.3
appVersion: "v0.3.2"
annotations:
artifacthub.io/displayName: "Nutanix Cloud Provider"
Expand Down
51 changes: 26 additions & 25 deletions charts/nutanix-cloud-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,32 @@ helm delete nutanix-ccm -n <namespace of your choice>

The following table lists the configurable parameters of the Nutanix-CSI chart and their default values.

| Parameter | Description | Default |
|-----------------------------|------------------------------------------------------------------|------------------------------------------------------------------|
| `createConfig` | Create config for Nutanix Cloud Provider (if false use existing) | `true` |
| `configName` | Name of the ConfigMap for Nutanix Cloud Provider config | `nutanix-config` |
| `prismCentralEndPoint` | Hostname or IP to connect to Prism Central instance | `10.0.0.1` |
| `prismCentralPort` | Port to connect to Prism Central instance | `9440` |
| `prismCentralInsecure` | Allow insecure server connections to Prism Central instance | `false` |
| `createSecret` | Create secret for Nutanix Cloud Provider (if false use existing) | `true` |
| `secretName` | Name of the secret for Nutanix Cloud Provider credentials | `nutanix-creds` |
| `username` | Username to connect to Prism Central instance | `cpi` |
| `password` | Password to connect to Prism Central instance | `nutanix/4u` |
| `enableCustomLabeling` | Add some additional custom Nutanix labels to nodes | `false` |
| `topologyDiscovery.type` | Define how Topology will be discovered (Prism or Categories) | `Prism` |
| `topologyCategories.region` | Category name used to assign region topology | `region` |
| `topologyCategories.zone` | Category name used to assign zone topology | `zone` |
| `replicas` | Number of instance(s) of Cloud Provider Pod | `1` |
| `image.repository` | Image for Cloud Provider Pod | `ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller` |
| `image.pullPolicy` | Image pullPolicy | `IfNotPresent` |
| `image.tag` | Image tag | `appVersion` |
| `imagePullSecrets` | ImagePullSecrets list | `[]` |
| `podAnnotations` | Add annotation to Cloud Provider Pod | `{}` |
| `resources` | Configure resources for Cloud Provider Pod | `refer to values.yaml` |
| `nodeSelector` | Configure nodeSelector for Cloud Provider Pod | `refer to values.yaml` |
| `tolerations` | Configure tolerations for Cloud Provider Pod | `refer to values.yaml` |
| `affinity` | Configure affinity for Cloud Provider Pod | `refer to values.yaml` |
| Parameter | Description | Default |
|-------------------------------------|------------------------------------------------------------------|------------------------------------------------------------------|
| `createConfig` | Create config for Nutanix Cloud Provider (if false use existing) | `true` |
| `configName` | Name of the ConfigMap for Nutanix Cloud Provider config | `nutanix-config` |
| `prismCentralEndPoint` | Hostname or IP to connect to Prism Central instance | `` |
| `prismCentralPort` | Port to connect to Prism Central instance | `9440` |
| `prismCentralInsecure` | Allow insecure server connections to Prism Central instance | `false` |
| `prismCentralAdditionalTrustBundle` | Additional Trust Bundle to connect to Prism Central instance | `false` |
| `createSecret` | Create secret for Nutanix Cloud Provider (if false use existing) | `true` |
| `secretName` | Name of the secret for Nutanix Cloud Provider credentials | `nutanix-creds` |
| `username` | Username to connect to Prism Central instance | `admin` |
| `password` | Password to connect to Prism Central instance | `` |
| `enableCustomLabeling` | Add some additional custom Nutanix labels to nodes | `false` |
| `topologyDiscovery.type` | Define how Topology will be discovered (Prism or Categories) | `Prism` |
| `topologyCategories.region` | Category name used to assign region topology | `region` |
| `topologyCategories.zone` | Category name used to assign zone topology | `zone` |
| `replicas` | Number of instance(s) of Cloud Provider Pod | `1` |
| `image.repository` | Image for Cloud Provider Pod | `ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller` |
| `image.pullPolicy` | Image pullPolicy | `IfNotPresent` |
| `image.tag` | Image tag | `appVersion` |
| `imagePullSecrets` | ImagePullSecrets list | `[]` |
| `podAnnotations` | Add annotation to Cloud Provider Pod | `{}` |
| `resources` | Configure resources for Cloud Provider Pod | `refer to values.yaml` |
| `nodeSelector` | Configure nodeSelector for Cloud Provider Pod | `refer to values.yaml` |
| `tolerations` | Configure tolerations for Cloud Provider Pod | `refer to values.yaml` |
| `affinity` | Configure affinity for Cloud Provider Pod | `refer to values.yaml` |



Expand Down

0 comments on commit 8e500e1

Please sign in to comment.