Fix typos found by codespell (#9353)
``` $ codespell ./README.md:178: informations ==> information ./README.md.gotmpl:177: informations ==> information ./CHANGELOG.md:132: comparision ==> comparison ./CHANGELOG.md:142: executible ==> executable ./CHANGELOG.md:159: defaul ==> default ```
This commit is contained in:
parent
b338cb3917
commit
3437cab8ca
3 changed files with 5 additions and 5 deletions
|
|
@ -175,7 +175,7 @@ controller:
|
|||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
# Create internal LB. More informations: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing
|
||||
# Create internal LB. More information: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing
|
||||
# For GKE versions 1.17 and later
|
||||
networking.gke.io/load-balancer-type: "Internal"
|
||||
# For earlier versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue