Skip to content

Commit 7b4b123

Browse files
committed
Improve spelling in README
[skip ci]
1 parent 9c3f5a7 commit 7b4b123

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, if the current release is `1.29.0`, we support the following:
1818
- `1.28.x`
1919
- `1.27.x`
2020

21-
Older releases should work as well, but we do not test them automatically and we may decide not to fix bugs related to older releases.
21+
Older releases should work as well, but we do not test them automatically, and we may decide not to fix bugs related to older releases.
2222

2323
## Try It Out
2424

@@ -41,7 +41,7 @@ kubectl get nodes
4141
ssh ubuntu@<ip> -i k8test/cluster/ssh
4242
```
4343

44-
To cleanup:
44+
To clean up:
4545

4646
```bash
4747
helpers/cleanup
@@ -75,7 +75,7 @@ status:
7575
7676
### LoadBalancer Example
7777
78-
To run a simple loadbalanced service, you can use the following example:
78+
To run a simple load balanced service, you can use the following example:
7979
8080
```bash
8181
kubectl create deployment hello \
@@ -131,7 +131,7 @@ kubelet --cloud-provider=external
131131

132132
This should be persisted indefinitely, depending on your distribution. Feel free to open an issue if you have trouble locating the right place to do this in your setup.
133133

134-
A cluster created this way **will start all nodes tainted** as follows:
134+
A cluster created this way **will start with all nodes tainted** as follows:
135135

136136
```yaml
137137
node.cloudprovider.kubernetes.io/uninitialized: true
@@ -145,7 +145,7 @@ With Kubernetes 1.29 and above, the nodes do not gain a node IP in Kubernetes, u
145145
146146
This can be problematic for certain network plugins like Cilium, which expect this to exist. You may have to install such plugins after the CCM, or wait for them to heal after the CCM has been installed.
147147
148-
Alternatively you can configure `--node-ips` with `kubectl`, to explicitly set the IPs, but this may cause problems if the IPs set via `kubectl` differ from the IPs determined by the CCM.
148+
Alternatively, you can configure `--node-ips` with `kubectl`, to explicitly set the IPs, but this may cause problems if the IPs set via `kubectl` differ from the IPs determined by the CCM.
149149

150150
See https://github.com/kubernetes/kubernetes/pull/121028
151151

@@ -173,21 +173,21 @@ To install the latest version:
173173
kubectl apply -f https://github.com/cloudscale-ch/cloudscale-cloud-controller-manager/releases/latest/download/config.yml
174174
```
175175

176-
To install a specific version, or to upgrade to a new version, have a look at the [list of releases](https://github.com/cloudscale-ch/cloudscale-cloud-controller-manager/releases).
176+
To install a specific version, or to upgrade to a new version, take a look at the [list of releases](https://github.com/cloudscale-ch/cloudscale-cloud-controller-manager/releases).
177177

178178
Each release has a version-specific `kubectl apply` command in its release description.
179179

180180
### Existing Clusters
181181

182-
For existing clusters we recommend the following installation order:
182+
For existing clusters, we recommend the following installation order:
183183

184184
1. [Storing the API Token](#storing-the-api-token)
185185
2. [Installing the CCM](#installing-the-ccm)
186186
3. [Configuring the Cluster](#configuring-the-cluster)
187187

188-
For step three you need to restart the kubelet once on each node (serially).
188+
For step three, you need to restart the kubelet once on each node (serially).
189189

190-
You can verify that the CCM is running, by having a look at the status of the `cloudscale-cloud-controller-manager` daemonset and its log.
190+
You can verify that the CCM is running, by taking a look at the status of the `cloudscale-cloud-controller-manager` daemon set and its log.
191191

192192
At this point, `LoadBalancer` service resources can already be used, but the Node metadata will only be updated on the nodes once they have been tainted briefly as follows:
193193

@@ -215,7 +215,7 @@ metadata:
215215

216216
The full set of configuration toggles can be found in the [`pkg/cloudscale_ccm/loadbalancer.go`](pkg/cloudscale/ccm/loadbalancer.go) file.
217217

218-
These annotations are all optional as they come with reasonable defaults.
218+
These annotations are all optional, as they come with reasonable defaults.
219219

220220
### Preserve Client Source IP
221221

0 commit comments

Comments
 (0)