minikube/deploy/addons
Nir Soffer 62529ec03e
spelling: Fix spelling errors with codespell (#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
2025-08-11 11:27:20 -07:00
..
ambassador addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
auto-pause Update go from 1.23.4 to 1.24.0 (#20510) 2025-03-10 10:37:40 -07:00
cloud-spanner addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
csi-hostpath-driver addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
dashboard Stop applying the beta.kubernetes.io/os and arch 2022-10-27 11:41:40 +08:00
efk Replace ReplicationController with Deployment in addons 2024-07-15 16:28:29 +02:00
freshpod Replace ReplicationController with Deployment in addons 2024-07-15 16:28:29 +02:00
gcp-auth allow gcp-auth to delete secrets 2024-02-20 15:57:14 -08:00
gpu Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
gvisor Add addon readmes to website 2023-07-07 12:25:20 -07:00
headlamp Addon: add headlamp 2022-06-16 10:34:18 +05:30
inaccel Add inaccel/fpga-operator addon 2022-05-26 10:52:08 +03:00
ingress update ingress yaml 2022-11-11 14:49:13 -05:00
ingress-dns CI: Use multi-arch example app image 2024-07-09 10:16:38 -07:00
inspektor-gadget spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
istio addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
istio-provisioner Merge pull request #13024 from pedrothome1/master 2022-02-07 16:19:03 -08:00
kong Add missing permission to kong-serviceaccount 2024-06-03 13:00:18 -04:00
kubeflow Use 'registry.k8s.io' instead of 'gcr.io/google-containers' 2025-01-28 05:06:12 +00:00
kubetail new: add kubetail addon (#20345) 2025-06-05 10:39:36 -07:00
kubevirt update deploy/addons/kubevirt/README.md 2024-08-26 11:12:14 +08:00
layouts generate istio document page and layout 2019-12-26 14:35:13 +08:00
logviewer addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
metallb Stop applying the beta.kubernetes.io/os and arch 2022-10-27 11:41:40 +08:00
metrics-server addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
nvidia-device-plugin Automate installing NVIDIA Container Toolkit 2023-10-05 17:18:28 -07:00
olm addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
pod-security-policy addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
portainer addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
registry Replace ReplicationController with Deployment in addons 2024-07-15 16:28:29 +02:00
registry-aliases addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
registry-creds Addon custom registry: 2021-01-27 10:33:08 +08:00
storage-provisioner Addon custom registry: 2021-01-27 10:33:08 +08:00
storage-provisioner-gluster addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
storage-provisioner-rancher Add rancher storage provisioner 2023-09-23 17:41:14 +02:00
storageclass addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
volcano Addon Volcano: Update volcano images from v1.11.2 to v1.12.1 (#20868) 2025-06-02 14:31:47 -07:00
volumesnapshots addons: Fixed files having .tmpl that aren't templates 2023-09-25 16:28:30 -07:00
yakd feat: add yakd addon 2023-12-12 19:36:37 +01:00
aliyun_mirror.json remove tiller addon (#19636) 2024-09-19 11:21:24 -07:00
assets.go new: add kubetail addon (#20345) 2025-06-05 10:39:36 -07:00