Skip to content

Commit becfd60

Browse files
authored
docs: fix typos (#993)
Update docs to fix several typos
1 parent a1df08a commit becfd60

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skaffold dev
5454

5555
On code change, skaffold will rebuild the image, redeploy it and print all logs.
5656

57-
⚠️ Do not forget to clean up the development cluster once are finished:
57+
⚠️ Do not forget to clean up the development cluster once you are finished:
5858

5959
```sh
6060
make -C dev down

docs/explanation/provider-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Provider ID
22

3-
The provider ID is a unique identifier of a machine assigned to a Kubernets Node object. It enables cloud providers to link Kubernetes Nodes with their underlying infrastructure. In Kubernetes, this ID is specified under `spec.providerID` in the Node specification. The Hetzner Cloud Controller Manager sets this value during node initialization.
3+
The provider ID is a unique identifier of a machine assigned to a Kubernetes Node object. It enables cloud providers to link Kubernetes Nodes with their underlying infrastructure. In Kubernetes, this ID is specified under `spec.providerID` in the Node specification. The Hetzner Cloud Controller Manager sets this value during node initialization.
44

55
In the Hetzner ecosystem, the following provider ID formats are used:
66

docs/guides/load-balancer/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ spec:
2222
type: LoadBalancer
2323
```
2424
25-
This sample service will create a Load Balancer in the location `hel1`. The `listen_port` will be 80. The `destination_port` will be a random random node port selected by Kubernetes. Traffic arriving at the Load Balancer on Port 80 will be routed to the public interface of the targets on a node port.
25+
This sample service will create a Load Balancer in the location `hel1`. The `listen_port` will be 80. The `destination_port` will be a random node port selected by Kubernetes. Traffic arriving at the Load Balancer on Port 80 will be routed to the public interface of the targets on a node port.

docs/guides/private-network-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide teaches you how to setup HCCM with support for Private Networks. Please familiarize yourself with the explanation document about [Private Networks](../explanation/private-networks.md).
44

5-
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriatly. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
5+
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriately. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
66

77
By default, the HCCM's route controller is enabled. For this reason, you need to choose an appropriate CNI plugin, which supports native routing capabilities of the underlying infrastructure. As an example, Cilium can be set to use the [`routing-mode: native`](https://docs.cilium.io/en/stable/network/concepts/routing/#native-routing).
88

docs/guides/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quick start
22

3-
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriatly. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
3+
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriately. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
44

55
1. Create a read+write API token in the [Hetzner Cloud Console](https://console.hetzner.cloud/) as described in [this document](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token/).
66

docs/guides/robot/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quickstart
22

3-
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriatly. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
3+
Before setting up the hcloud-cloud-controller-manager you need to configure your cluster appropriately. When creating your cluster you need to provide the `kubelet` [option](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options) `--cloud-provider=external`. How this is done depends on your Kubernetes distribution.
44

55
1. Create a read+write API token in the [Hetzner Cloud Console](https://console.hetzner.cloud/) as described in [this document](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token/).
66

docs/reference/helm/extra-envs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Extra environment variables can be set via the `env` Helm value. The well-known
44

55
```yaml
66
env:
7-
ROBUT_USER:
7+
ROBOT_USER:
88
value: "<robot-user>"
99
```
1010
1111
```yaml
1212
env:
13-
ROBUT_USER:
13+
ROBOT_USER:
1414
valueFrom:
1515
secretKeyRef:
1616
name: hcloud

0 commit comments

Comments
 (0)