Browse Source
spelling mistakes (#7664)
Signed-off-by: kjinan <2008kongxiangsheng@163.com>
pull/7683/head
kongxs
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
roles/kubernetes-apps/external_provisioner/local_volume_provisioner/README.md
-
roles/kubernetes-apps/ingress_controller/ambassador/README.md
-
roles/kubernetes-apps/ingress_controller/cert_manager/README.md
|
|
@ -80,7 +80,7 @@ for disk in /dev/sdc /dev/sdd /dev/sde; do |
|
|
|
done |
|
|
|
``` |
|
|
|
|
|
|
|
This saves time of precreatnig filesystems. Note that your storageclass must have |
|
|
|
This saves time of precreating filesystems. Note that your storageclass must have |
|
|
|
volume_mode set to "Filesystem" and fs_type defined. If either is not set, the |
|
|
|
disk will be added as a raw block device. |
|
|
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ versions of Ambassador as they become available. |
|
|
|
- `ingress_ambassador_namespace` (default `ambassador`): namespace for installing Ambassador. |
|
|
|
- `ingress_ambassador_update_window` (default `0 0 * * SUN`): _crontab_-like expression |
|
|
|
for specifying when the Operator should try to update the Ambassador API Gateway. |
|
|
|
- `ingress_ambassador_version` (defaulkt: `*`): SemVer rule for versions allowed for |
|
|
|
- `ingress_ambassador_version` (default: `*`): SemVer rule for versions allowed for |
|
|
|
installation/updates. |
|
|
|
- `ingress_ambassador_multi_namespaces` (default `false`): By default, Ambassador will only |
|
|
|
watch the `ingress_ambassador_namespace` namespace for `AmbassadorInstallation` CRD resources. |
|
|
|
|
|
@ -89,7 +89,7 @@ For further information, read the official [Cert-Manager Ingress](https://cert-m |
|
|
|
|
|
|
|
#### Install Cloudflare PKI/TLS `cfssl` Toolkit |
|
|
|
|
|
|
|
e.g. For Ubuntu/Debian distibutions, the toolkit is part of the `golang-cfssl` package. |
|
|
|
e.g. For Ubuntu/Debian distributions, the toolkit is part of the `golang-cfssl` package. |
|
|
|
|
|
|
|
```shell |
|
|
|
sudo apt-get install -y golang-cfssl |
|
|
|