Skip to content

Commit 3cb3c10

Browse files
nirspavansaikrishna78
authored andcommitted
spelling: Fix spelling errors with codespell (kubernetes#21273)
Fix trivial spelling errors using codespell[1]: codespell --skip '*.yaml,*.tmpl,*.json,*.html,*.patch,go.sum' -w And rejecting some false positives fixes: ./CHANGELOG.md:907: fliter ==> filter ./third_party/go9p/clnt_write.go:48: Writen ==> Written ./third_party/kubeadm/app/features/features.go:69: AtLeast ==> at least ./site/content/en/docs/contrib/translations.md:106: certificats ==> certificates ./site/content/en/docs/contrib/translations.md:113: espace ==> escape ./site/content/en/docs/tutorials/amd.md:75: HSA ==> HAS ./site/content/en/docs/tutorials/amd.md:87: HSA ==> HAS ./pkg/minikube/config/extra_options_test.go:143: expRes ==> express ./pkg/minikube/config/extra_options_test.go:151: expRes ==> express ./pkg/minikube/config/extra_options_test.go:152: expRes ==> express ./pkg/minikube/config/extra_options_test.go:168: expRes ==> express ./pkg/minikube/config/extra_options_test.go:177: expRes ==> express ./pkg/minikube/config/extra_options_test.go:178: expRes ==> express There are more spelling errors that need manual selection: ./CHANGELOG.md:234: issuse ==> issue, issues ./CHANGELOG.md:543: Pris ==> Prise, Prism ./hack/benchmark/time-to-k8s/page.go:73: readin ==> reading, read in ./hack/benchmark/image-build/generate-chart.go:82: INTERATIVE ==> INTERACTIVE, ITERATIVE ./hack/benchmark/image-build/generate-chart.go:87: INTERATIVE ==> INTERACTIVE, ITERATIVE ./hack/benchmark/image-build/generate-chart.go:137: INTERATIVE ==> INTERACTIVE, ITERATIVE ./hack/benchmark/image-build/generate-chart.go:162: interative ==> interactive, iterative ./hack/benchmark/image-build/generate-chart.go:195: INTERATIVE ==> INTERACTIVE, ITERATIVE ./third_party/go9p/fmt.go:132: Tread ==> Thread, Treat ./third_party/go9p/fmt.go:133: Tread ==> Thread, Treat ./third_party/go9p/p9.go:33: Tread ==> Thread, Treat ./third_party/go9p/p9.go:170: Tread ==> Thread, Treat ./third_party/go9p/p9.go:171: Tread ==> Thread, Treat ./third_party/go9p/p9.go:225: Tread ==> Thread, Treat ./third_party/go9p/p9.go:263: Tread ==> Thread, Treat ./third_party/go9p/packt.go:165: Tread ==> Thread, Treat ./third_party/go9p/packt.go:168: Tread ==> Thread, Treat ./third_party/go9p/srv_srv.go:305: Tread ==> Thread, Treat ./third_party/go9p/srv_srv.go:349: Tread ==> Thread, Treat ./third_party/go9p/unpack.go:170: Tread ==> Thread, Treat ./site/content/en/docs/tutorials/multi_control_plane_ha_clusters.md:145: Virual ==> Virtual, Visual, Viral ./pkg/drivers/krunkit/krunkit.go:392: Terminte ==> Terminate, Termite ./pkg/drivers/common/common.go:283: drawin ==> drawing, draw in, drawn ./pkg/drivers/kic/oci/oci.go:175: stroed ==> stored, stroked, strode ./pkg/minikube/out/out.go:412: isT ==> is, it, its, it's, sit, list ./pkg/minikube/out/out.go:413: isT ==> is, it, its, it's, sit, list ./pkg/minikube/out/out.go:414: isT ==> is, it, its, it's, sit, list ./pkg/minikube/shell/shell_test.go:152: writed ==> wrote, written, write, writer ./pkg/minikube/bootstrapper/kubeadm/kubeadm.go:710: wil ==> will, well If we find a way to prevent the false positives we can use this command for spell checking in the CI. [1] https://github.com/codespell-project/codespell
1 parent eac78fd commit 3cb3c10

File tree

50 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+66
-66
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Bugs:
485485
* Fix starting kvm2 clusters using Linux on arm64 Mac [#18239](https://github.com/kubernetes/minikube/pull/18239)
486486
* Fix displaying error when deleting non-existing cluster [#17713](https://github.com/kubernetes/minikube/pull/17713)
487487
* Fix no-limit not being respected on restart [#17598](https://github.com/kubernetes/minikube/pull/17598)
488-
* Fix not applying `kubeadm.applyNodeLabels` label to nodes added after inital start [#16416](https://github.com/kubernetes/minikube/pull/16416)
488+
* Fix not applying `kubeadm.applyNodeLabels` label to nodes added after initial start [#16416](https://github.com/kubernetes/minikube/pull/16416)
489489
* Fix logs delimiter output [#17734](https://github.com/kubernetes/minikube/pull/17734)
490490

491491
Version Upgrades:
@@ -1268,7 +1268,7 @@ Features (Experimental):
12681268
* QEMU Driver: Add support for dedicated network on macOS (socket_vmnet) [#14989](https://github.com/kubernetes/minikube/pull/14989)
12691269
* QEMU Driver: Add support minikube service and tunnel on macOS [#14989](https://github.com/kubernetes/minikube/pull/14989)
12701270

1271-
Minor Imprevements:
1271+
Minor Improvements:
12721272
* Check if context is invalid during update-context command [#15032](https://github.com/kubernetes/minikube/pull/15032)
12731273
* Use SSH tunnel if user specifies bindAddress [#14951](https://github.com/kubernetes/minikube/pull/14951)
12741274
* Warn QEMU users if DNS issue detected [#15073](https://github.com/kubernetes/minikube/pull/15073)
@@ -1582,7 +1582,7 @@ Thank you to our triage members for this release!
15821582

15831583
## Version 1.26.0-beta.0 - 2022-05-13
15841584

1585-
Featues:
1585+
Features:
15861586
* Add support for the QEMU driver [#13639](https://github.com/kubernetes/minikube/pull/13639)
15871587
* Add support for building aarch64 ISO [#13762](https://github.com/kubernetes/minikube/pull/13762)
15881588
* Support rootless Podman driver (Usage: `minikube config set rootless true`) [#13829](https://github.com/kubernetes/minikube/pull/13829)
@@ -2348,7 +2348,7 @@ Bugs:
23482348

23492349
Version Upgrades:
23502350
* bump default k8s version to v1.20.7 and newest to v1.22.0-alpha.2 [#11525](https://github.com/kubernetes/minikube/pull/11525)
2351-
* containerd: upgrade `io.containerd.runtime.v1.linux` to `io.containerd.runc.v2` (suppot cgroup v2) [#11325](https://github.com/kubernetes/minikube/pull/11325)
2351+
* containerd: upgrade `io.containerd.runtime.v1.linux` to `io.containerd.runc.v2` (support cgroup v2) [#11325](https://github.com/kubernetes/minikube/pull/11325)
23522352
* metallb-addon: Update metallb from 0.8.2 to 0.9.6 [#11410](https://github.com/kubernetes/minikube/pull/11410)
23532353

23542354
For a more detailed changelog, including changes occurring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
@@ -2662,7 +2662,7 @@ Minor Improvements:
26622662
* disable minikube-scheduled-stop.service until a user schedules a stop [#10548](https://github.com/kubernetes/minikube/pull/10548)
26632663
* docker/podman: add crun for running on cgroups v2 [#10426](https://github.com/kubernetes/minikube/pull/10426)
26642664
* Specify mount point for cri-o config [#10528](https://github.com/kubernetes/minikube/pull/10528)
2665-
* Esnure addon integrity by adding Image SHA [#10527](https://github.com/kubernetes/minikube/pull/10527)
2665+
* Ensure addon integrity by adding Image SHA [#10527](https://github.com/kubernetes/minikube/pull/10527)
26662666
* improve kvm network delete/cleanup [#10479](https://github.com/kubernetes/minikube/pull/10479)
26672667
* docker/podman: avoid creating overlapping networks with other tools (KVM,...) [#10439](https://github.com/kubernetes/minikube/pull/10439)
26682668
* Improve insecure registry validation [#10493](https://github.com/kubernetes/minikube/pull/10493)
@@ -4976,7 +4976,7 @@ Thank you to the folks who contributed to this bugfix release:
49764976
* Include pod output in 'logs' command & display detected problems during start [#3673](https://github.com/kubernetes/minikube/pull/3673)
49774977
* Upgrade Docker, from 18.06.1-ce to 18.06.2-ce [#3666](https://github.com/kubernetes/minikube/pull/3666)
49784978
* Upgrade opencontainers/runc to 0a012df [#3669](https://github.com/kubernetes/minikube/pull/3669)
4979-
* Clearer output when re-using VM's so that users know what they are waiting on [#3659](https://github.com/kubernetes/minikube/pull/3659)
4979+
* Clearer output when reusing VM's so that users know what they are waiting on [#3659](https://github.com/kubernetes/minikube/pull/3659)
49804980
* Disable kubelet disk eviction by default [#3671](https://github.com/kubernetes/minikube/pull/3671)
49814981
* Run poweroff before delete, only call uninstall if driver is None [#3665](https://github.com/kubernetes/minikube/pull/3665)
49824982
* Add DeleteCluster to bootstrapper [#3656](https://github.com/kubernetes/minikube/pull/3656)

cmd/minikube/cmd/dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var dashboardCmd = &cobra.Command{
7979
enabled := addon.IsEnabled(co.Config)
8080

8181
if !enabled {
82-
// Send status messages to stderr for folks re-using this output.
82+
// Send status messages to stderr for folks reusing this output.
8383
out.ErrT(style.Enabling, "Enabling dashboard ...")
8484
// Enable the dashboard add-on
8585
err = addons.SetAndSave(cname, "dashboard", "true")

cmd/minikube/cmd/delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ func killProcess(path string) error {
647647
return errors.New("multiple errors encountered while closing mount processes")
648648
}
649649

650-
// if no errors were encoutered, it's safe to delete pidFile
650+
// if no errors were encountered, it's safe to delete pidFile
651651
if err := os.Remove(pidPath); err != nil {
652652
return errors.Wrap(err, "while closing mount-pids file")
653653
}

cmd/minikube/cmd/start_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ func TestValidateAutoPause(t *testing.T) {
853853
t.Errorf("interval of %q failed validation; expected it to pass: %v", input, err)
854854
}
855855
if err == nil && tc.shouldError {
856-
t.Errorf("interval of %q passed validataion; expected it to fail: %v", input, err)
856+
t.Errorf("interval of %q passed validation; expected it to fail: %v", input, err)
857857
}
858858
}
859859
}

deploy/addons/inspektor-gadget/ig-deployment.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rules:
6767
- apiGroups: [""]
6868
resources: ["services"]
6969
# list is needed by network-policy gadget
70-
# watch is needed by operators enriching with service informations
70+
# watch is needed by operators enriching with service information
7171
verbs: ["list", "watch"]
7272
- apiGroups: ["gadget.kinvolk.io"]
7373
resources: ["traces", "traces/status"]

deploy/iso/minikube-iso/package/sysdig/sysdig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SYSDIG_DEPENDENCIES = \
2929
zlib
3030

3131
# sysdig creates the module Makefile from a template, which contains a
32-
# single place-holder, KBUILD_FLAGS, wich is only replaced with two
32+
# single place-holder, KBUILD_FLAGS, which is only replaced with two
3333
# things:
3434
# - debug flags, which we don't care about here,
3535
# - 'sysdig-feature' flags, which are never set, so always empty

deploy/kicbase/entrypoint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ validate_userns() {
6262

6363
overlayfs_preferrable() {
6464
if [[ -z "$userns" ]]; then
65-
# If we are outside userns, we can always assume overlayfs is preferrable
65+
# If we are outside userns, we can always assume overlayfs is preferable
6666
return 0
6767
fi
6868

@@ -107,7 +107,7 @@ configure_containerd() {
107107
if [[ -n "$userns" ]]; then
108108
# enable restrict_oom_score_adj
109109
sed -i 's/restrict_oom_score_adj = false/restrict_oom_score_adj = true/' /etc/containerd/config.toml
110-
# Use fuse-overlayfs if overlayfs is not preferrable: https://github.com/kubernetes-sigs/kind/issues/2275
110+
# Use fuse-overlayfs if overlayfs is not preferable: https://github.com/kubernetes-sigs/kind/issues/2275
111111
if [[ -z "$snapshotter" ]] && ! overlayfs_preferrable; then
112112
snapshotter="fuse-overlayfs"
113113
fi

enhancements/proposed/20200130-multinode/multinode-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Until now minikube has always been a local single node Kubernetes cluster. Havin
2828

2929
## Design Details
3030

31-
Since minikube was designed with only a single node cluster in mind, we need to make some fairly significant refactors, the biggest of which is the introduction of the Node object. Each cluster config will be able to have an abitrary number of Node objects, each of which will have attributes that can define it, similar to what [tstromberg proposed](https://github.com/kubernetes/minikube/pull/5874) but with better backwards compatibility with current config.
31+
Since minikube was designed with only a single node cluster in mind, we need to make some fairly significant refactors, the biggest of which is the introduction of the Node object. Each cluster config will be able to have an arbitrary number of Node objects, each of which will have attributes that can define it, similar to what [tstromberg proposed](https://github.com/kubernetes/minikube/pull/5874) but with better backwards compatibility with current config.
3232

3333
Each node will correspond to one VM (or container) and will connect back to the primary control plane via `kubeadm join`.
3434

enhancements/proposed/20200424-scheduled-shutdown/20200424-scheduled-shutdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As a `keep-alive` implementation, tools will repeat the command to reset the clo
5555

5656
Advantages:
5757

58-
* Able to re-use all of the existing `pause` and `stop` implementation within minikube.
58+
* Able to reuse all of the existing `pause` and `stop` implementation within minikube.
5959
* Built-in handling for multiple architectures
6060
* Does not consume memory reserved for the VM
6161

hack/jenkins/minikube_cross_build_and_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cp -r test/integration/testdata out/
7777
rm -rf out/buildroot
7878

7979
# At this point, the out directory contains the jenkins scripts (populated by jenkins),
80-
# testdata, and our build output. Push the changes to GCS so that worker nodes can re-use them.
80+
# testdata, and our build output. Push the changes to GCS so that worker nodes can reuse them.
8181

8282
# -d: delete remote files that don't exist (removed test files, for instance)
8383
# -J: gzip compression

0 commit comments

Comments
 (0)