Skip to content

Commit b1f370d

Browse files
authored
Merge pull request #26229 from rikatz/spell-correction
Fix some spell checking
2 parents 012022d + 2346581 commit b1f370d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ The meaning of the get and list semantics are:
514514
- **Any:** Return data at any resource version. The newest available resource version is preferred,
515515
but strong consistency is not required; data at any resource version may be served. It is possible
516516
for the request to return data at a much older resource version that the client has previously
517-
observed, particularly in high availabiliy configurations, due to partitions or stale
517+
observed, particularly in high availability configurations, due to partitions or stale
518518
caches. Clients that cannot tolerate this should not use this semantic.
519519
- **Not older than:** Return data at least as new as the provided resourceVersion. The newest
520520
available data is preferred, but any data not older than the provided resourceVersion may be

content/en/docs/setup/best-practices/multiple-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ one zone also impairs services in another zone.
2929
## Control plane behavior
3030

3131
All [control plane components](/docs/concepts/overview/components/#control-plane-components)
32-
support running as a pool of interchangable resources, replicated per
32+
support running as a pool of interchangeable resources, replicated per
3333
component.
3434

3535
When you deploy a cluster control plane, place replicas of

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ The behavior of the flags behave differently as described below:
273273
* MemoryPressure Condition is not implemented
274274
* There are no OOM eviction actions taken by the kubelet
275275
* Kubelet running on the windows node does not have memory restrictions. `--kubelet-reserve` and `--system-reserve` do not set limits on kubelet or processes running on the host. This means kubelet or a process on the host could cause memory resource starvation outside the node-allocatable and scheduler
276-
* An additional flag to set the priority of the kubelet process is availabe on the Windows nodes called `--windows-priorityclass`. This flag allows kubelet process to get more CPU time slices when compared to other processes running on the Windows host. More information on the allowable values and their meaning is available at [Windows Priority Classes](https://docs.microsoft.com/en-us/windows/win32/procthread/scheduling-priorities#priority-class). In order for kubelet to always have enough CPU cycles it is recommended to set this flag to `ABOVE_NORMAL_PRIORITY_CLASS` and above
276+
* An additional flag to set the priority of the kubelet process is available on the Windows nodes called `--windows-priorityclass`. This flag allows kubelet process to get more CPU time slices when compared to other processes running on the Windows host. More information on the allowable values and their meaning is available at [Windows Priority Classes](https://docs.microsoft.com/en-us/windows/win32/procthread/scheduling-priorities#priority-class). In order for kubelet to always have enough CPU cycles it is recommended to set this flag to `ABOVE_NORMAL_PRIORITY_CLASS` and above
277277

278278
#### Storage
279279

@@ -634,7 +634,7 @@ We have a lot of features in our roadmap. An abbreviated high level list is incl
634634
635635
### Hyper-V isolation
636636
637-
Hyper-V isolation is requried to enable the following use cases for Windows containers in Kubernetes:
637+
Hyper-V isolation is required to enable the following use cases for Windows containers in Kubernetes:
638638
639639
* Hypervisor-based isolation between pods for additional security
640640
* Backwards compatibility allowing a node to run a newer Windows Server version without requiring containers to be rebuilt

content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To migrate from kube-dns to CoreDNS, a detailed
255255
[blog article](https://coredns.io/2018/05/21/migration-from-kube-dns-to-coredns/)
256256
is available to help users adapt CoreDNS in place of kube-dns.
257257

258-
You can also migrate using the offical CoreDNS
258+
You can also migrate using the official CoreDNS
259259
[deploy script](https://github.com/coredns/deployment/blob/master/kubernetes/deploy.sh).
260260

261261

content/en/docs/tasks/administer-cluster/topology-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _Topology Manager_ is a Kubelet component that aims to co-ordinate the set of co
2424

2525

2626

27-
## {{% heading "prerequisites" %}}
27+
## {{% heading "prerequisites" %}}
2828

2929

3030
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
@@ -192,7 +192,7 @@ spec:
192192

193193
This pod runs in the `Burstable` QoS class because requests are less than limits.
194194

195-
If the selected policy is anything other than `none`, Topology Manager would consider these Pod specifications. The Topology Manager would consult the Hint Providers to get topology hints. In the case of the `static`, the CPU Manager policy would return default topology hint, because these Pods do not have explicity request CPU resources.
195+
If the selected policy is anything other than `none`, Topology Manager would consider these Pod specifications. The Topology Manager would consult the Hint Providers to get topology hints. In the case of the `static`, the CPU Manager policy would return default topology hint, because these Pods do not have explicitly request CPU resources.
196196

197197

198198
```yaml

content/en/docs/tasks/configure-pod-container/configure-gmsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ If the above command corrects the error, you can automate the step by adding the
254254
If you add the `lifecycle` section show above to your Pod spec, the Pod will execute the commands listed to restart the `netlogon` service until the `nltest.exe /query` command exits without error.
255255

256256
## GMSA limitations
257-
When using the [ContainerD runtime for Windows](/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#cri-containerd) accessing restricted network shares via the GMSA domain identity fails. The container will recieve the identity of and calls from `nltest.exe /query` will work. It is recommended to use the [Docker EE runtime](/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#docker-ee) if access to network shares is required. The Windows Server team is working on resolving the issue in the Windows Kernel and will release a patch to resolve this issue in the future. Look for updates on the [Microsoft Windows Containers issue tracker](https://github.com/microsoft/Windows-Containers/issues/44).
257+
When using the [ContainerD runtime for Windows](/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#cri-containerd) accessing restricted network shares via the GMSA domain identity fails. The container will receive the identity of and calls from `nltest.exe /query` will work. It is recommended to use the [Docker EE runtime](/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#docker-ee) if access to network shares is required. The Windows Server team is working on resolving the issue in the Windows Kernel and will release a patch to resolve this issue in the future. Look for updates on the [Microsoft Windows Containers issue tracker](https://github.com/microsoft/Windows-Containers/issues/44).

0 commit comments

Comments
 (0)