Skip to content

Commit 4a7beb3

Browse files
btatbrandond
authored andcommitted
Fix typos
Signed-off-by: Billy Tat <btat@suse.com>
1 parent 4a10b9d commit 4a7beb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/add-ons/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Chart values are used in the following order, from least to greatest precedence:
5858
4. HelmChartConfig `spec.valuesSecrets` in listed order of secret name and keys
5959
5. HelmChart `spec.set`
6060

61-
Here's an example of how you might deploy Apache from the Bitnami chart repository, overriding some of the default chart values. Note that the HelmChart resource itself is in the `kube-system` namespace, but the chart's resources will be deployed to the `web` namespace, which is created in the same manifest. This can be useful if you want to keep your HelmChart resources separated from the the resources they deploy.
61+
Here's an example of how you might deploy Apache from the Bitnami chart repository, overriding some of the default chart values. Note that the HelmChart resource itself is in the `kube-system` namespace, but the chart's resources will be deployed to the `web` namespace, which is created in the same manifest. This can be useful if you want to keep your HelmChart resources separated from the resources they deploy.
6262

6363
```yaml
6464
apiVersion: v1

docs/cli/etcd-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The S3 config Secret cannot be used when restoring a snapshot, as the apiserver
148148
S3 configuration must be passed via the CLI when restoring a snapshot stored on S3.
149149

150150
:::note
151-
Pass only the the `--etcd-s3` and `--etcd-s3-config-secret` flags to enable the Secret.
151+
Pass only the `--etcd-s3` and `--etcd-s3-config-secret` flags to enable the Secret.
152152
If any other S3 configuration flags are set, the Secret will be ignored.
153153
:::
154154

docs/installation/private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ In order for the registry changes to take effect, you need to restart K3s on eac
255255
When Kubernetes experiences problems pulling an image, the error displayed by the kubelet may only reflect the terminal error returned
256256
by the pull attempt made against the default endpoint, making it appear that the configured endpoints are not being used.
257257

258-
Check the containerd log on the node at `/var/lib/rancher/k3s/agent/containerd/containerd.log` for detailed information on the root cause of the failure. Note that you must look at the logs on the node where the pod was scheduled. You can check which node your pod was scheduled to by issuing `kubectl get pod -o wide -n NAMESPACE POD` and checking the the NODE column.
258+
Check the containerd log on the node at `/var/lib/rancher/k3s/agent/containerd/containerd.log` for detailed information on the root cause of the failure. Note that you must look at the logs on the node where the pod was scheduled. You can check which node your pod was scheduled to by issuing `kubectl get pod -o wide -n NAMESPACE POD` and checking the NODE column.
259259

260260
## Adding Images to the Private Registry
261261

0 commit comments

Comments
 (0)