From eb26449e801a380174b8ae2b023137a44f50aca7 Mon Sep 17 00:00:00 2001 From: "Kim Hyunyoung, Abel" Date: Mon, 1 Sep 2025 19:07:12 +0900 Subject: [PATCH] fix: typo (#12517) --- Dockerfile | 2 +- docs/external_storage_provisioners/scheduler_plugins.md | 2 +- pipeline.Dockerfile | 2 +- roles/container-engine/cri-o/templates/crio.conf.j2 | 2 +- .../ansible/templates/nodelocaldns-second-daemonset.yml.j2 | 2 +- scripts/Dockerfile.j2 | 2 +- scripts/pipeline.Dockerfile.j2 | 2 +- tests/files/almalinux9-calico.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3304c0077..ba654e2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +# Use immutable image tags rather than mutable tags (like ubuntu:22.04) FROM ubuntu:22.04@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 # Some tools like yamllint need this diff --git a/docs/external_storage_provisioners/scheduler_plugins.md b/docs/external_storage_provisioners/scheduler_plugins.md index c0b2f3b60..f2417f65e 100644 --- a/docs/external_storage_provisioners/scheduler_plugins.md +++ b/docs/external_storage_provisioners/scheduler_plugins.md @@ -7,7 +7,7 @@ The kube-scheduler binary includes a list of plugins: - [CapacityScheduling](https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/capacityscheduling) [Beta] - [CoScheduling](https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/coscheduling) [Beta] - [NodeResources](https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/noderesources) [Beta] -- [NodeResouceTopology](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/noderesourcetopology/README.md) [Beta] +- [NodeResourceTopology](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/noderesourcetopology/README.md) [Beta] - [PreemptionToleration](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/preemptiontoleration/README.md) [Alpha] - [Trimaran](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/trimaran/README.md) [Alpha] - [NetworkAware](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/networkaware/README.md) [Sample] diff --git a/pipeline.Dockerfile b/pipeline.Dockerfile index d6d6ebcd0..e635ef9e7 100644 --- a/pipeline.Dockerfile +++ b/pipeline.Dockerfile @@ -1,4 +1,4 @@ -# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +# Use immutable image tags rather than mutable tags (like ubuntu:22.04) FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible diff --git a/roles/container-engine/cri-o/templates/crio.conf.j2 b/roles/container-engine/cri-o/templates/crio.conf.j2 index 46b04cfe6..524555dbe 100644 --- a/roles/container-engine/cri-o/templates/crio.conf.j2 +++ b/roles/container-engine/cri-o/templates/crio.conf.j2 @@ -204,7 +204,7 @@ default_mounts = [ # limit is never exceeded. log_size_max = -1 -# Whether container output should be logged to journald in addition to the kuberentes log file +# Whether container output should be logged to journald in addition to the kubernetes log file log_to_journald = false # Path to directory in which container exit files are written to by conmon. diff --git a/roles/kubernetes-apps/ansible/templates/nodelocaldns-second-daemonset.yml.j2 b/roles/kubernetes-apps/ansible/templates/nodelocaldns-second-daemonset.yml.j2 index 36319b073..ccbb2f370 100644 --- a/roles/kubernetes-apps/ansible/templates/nodelocaldns-second-daemonset.yml.j2 +++ b/roles/kubernetes-apps/ansible/templates/nodelocaldns-second-daemonset.yml.j2 @@ -102,7 +102,7 @@ spec: type: FileOrCreate # Implement a time skew between the main nodelocaldns and this secondary. # Since the two nodelocaldns instances share the :53 port, we want to keep - # at least one running at any time enven if the manifests are replaced simultaneously + # at least one running at any time even if the manifests are replaced simultaneously terminationGracePeriodSeconds: {{ nodelocaldns_secondary_skew_seconds }} updateStrategy: rollingUpdate: diff --git a/scripts/Dockerfile.j2 b/scripts/Dockerfile.j2 index 46d3b9abf..524b55227 100644 --- a/scripts/Dockerfile.j2 +++ b/scripts/Dockerfile.j2 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +# Use immutable image tags rather than mutable tags (like ubuntu:22.04) FROM ubuntu:22.04@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 # Some tools like yamllint need this diff --git a/scripts/pipeline.Dockerfile.j2 b/scripts/pipeline.Dockerfile.j2 index 0cea37441..21263d7a5 100644 --- a/scripts/pipeline.Dockerfile.j2 +++ b/scripts/pipeline.Dockerfile.j2 @@ -1,4 +1,4 @@ -# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +# Use immutable image tags rather than mutable tags (like ubuntu:22.04) FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible diff --git a/tests/files/almalinux9-calico.yml b/tests/files/almalinux9-calico.yml index d3ae31619..3ef929696 100644 --- a/tests/files/almalinux9-calico.yml +++ b/tests/files/almalinux9-calico.yml @@ -12,7 +12,7 @@ local_path_provisioner_enabled: true kube_proxy_mode: nftables -# NTP mangement +# NTP management ntp_enabled: true ntp_package: chrony ntp_timezone: Etc/UTC