Update README
This commit is contained in:
parent
1b2f50627a
commit
cb1c37b992
@ -2,7 +2,7 @@ kubezero-app
|
|||||||
============
|
============
|
||||||
KubeZero ArgoCD Application - Root chart of the KubeZero
|
KubeZero ArgoCD Application - Root chart of the KubeZero
|
||||||
|
|
||||||
Current chart version is `0.2.1`
|
Current chart version is `0.2.2`
|
||||||
|
|
||||||
Source code can be found [here](https://kubezero.com)
|
Source code can be found [here](https://kubezero.com)
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ Source code can be found [here](https://kubezero.com)
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
|
| aws-ebs-csi-driver.enabled | bool | `false` | |
|
||||||
| calico.enabled | bool | `false` | |
|
| calico.enabled | bool | `false` | |
|
||||||
| cert-manager.enabled | bool | `false` | |
|
| cert-manager.enabled | bool | `false` | |
|
||||||
| global.defaultDestination.server | string | `"https://kubernetes.default.svc"` | |
|
| global.defaultDestination.server | string | `"https://kubernetes.default.svc"` | |
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kubezero-aws-ebs
|
kubezero-aws-ebs-csi-driver
|
||||||
================
|
===========================
|
||||||
KubeZero Umbrella Chart for aws-ebs-csi-driver
|
KubeZero Umbrella Chart for aws-ebs-csi-driver
|
||||||
|
|
||||||
Current chart version is `0.1.0`
|
Current chart version is `0.1.0`
|
||||||
@ -12,6 +12,17 @@ Source code can be found [here](https://kubezero.com)
|
|||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
|
||||||
|
|
||||||
|
## IAM Role
|
||||||
|
If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:
|
||||||
|
```
|
||||||
|
podAnnotations:
|
||||||
|
iam.amazonaws.com/role: <ROLE>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Storage Classes
|
||||||
|
Provides the *ebs-sc-gp2-xfs* storage class for gp2, enrypted and XFS.
|
||||||
|
This class is also set as default.
|
||||||
|
|
||||||
## Chart Values
|
## Chart Values
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|
21
charts/kubezero-aws-ebs-csi-driver/README.md.gotmpl
Normal file
21
charts/kubezero-aws-ebs-csi-driver/README.md.gotmpl
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{{ template "chart.header" . }}
|
||||||
|
{{ template "chart.description" . }}
|
||||||
|
|
||||||
|
{{ template "chart.versionLine" . }}
|
||||||
|
|
||||||
|
{{ template "chart.sourceLinkLine" . }}
|
||||||
|
|
||||||
|
{{ template "chart.requirementsSection" . }}
|
||||||
|
|
||||||
|
## IAM Role
|
||||||
|
If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:
|
||||||
|
```
|
||||||
|
podAnnotations:
|
||||||
|
iam.amazonaws.com/role: <ROLE>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Storage Classes
|
||||||
|
Provides the *ebs-sc-gp2-xfs* storage class for gp2, enrypted and XFS.
|
||||||
|
This class is also set as default.
|
||||||
|
|
||||||
|
{{ template "chart.valuesSection" . }}
|
Loading…
Reference in New Issue
Block a user