Commit Graph

37 Commits (dependabot/go_modules/golang.org/x/term-0.35.0)

Author SHA1 Message Date
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
Jin Li fe541e976c Fix broken doc url 2024-01-12 10:33:08 +08:00
Medya Ghazizadeh ddb2dbd390
Merge pull request #13138 from afbjorklund/mep-dockerd
Docs: Keep docker as the default container runtime
2021-12-10 13:15:43 -08:00
Anders F Björklund f383cd85e5 Keep buildroot as the iso linux distribution
Not enough interest in a boot2docker alternative,
the regular distros are available with ssh driver.
2021-12-10 18:59:35 +01:00
Anders F Björklund 47d46c1f14 Keep docker as the default container runtime
Too many external dependencies on docker-env,
even if containerd and buildkitd are available
2021-12-10 18:55:46 +01:00
Andriy Dzikh c98a4d982a Fix links in flake-rate implemented proposal. 2021-07-27 11:41:21 -07:00
Andriy Dzikh efe77c32d2 Update implemented proposal with info about environment synchronization. 2021-07-13 14:23:52 -07:00
Andriy Dzikh a20257a888 Create design doc for public flake rate system. 2021-06-24 09:49:06 -07:00
Peixuan Ding 33d3c75f13 Fix typo and update details 2021-06-21 12:27:51 -04:00
Peixuan Ding d5d55290bf Add proposal for tips
Signed-off-by: Peixuan Ding <dingpeixuan911@gmail.com>
2021-06-18 01:30:40 -04:00
Medya Ghazizadeh eb64dbdbc5
Merge pull request #10957 from maoyangLiu/tran-branch
docs: fix the error link in enhancements/README.md
2021-03-30 14:47:36 -07:00
maoyangLiu d797d5a7b6 1.fix the error link 2021-03-30 14:15:55 +08:00
李龙峰 eaeff34f4c some words are not correct then change it 2021-03-18 16:36:45 +08:00
Thomas Strömberg cb72cdbc09
Merge pull request #10067 from afbjorklund/MEP-standard-distro
MEP: Standard Linux Distribution ("distro")
2021-02-18 14:02:41 -08:00
Anders F Björklund 98f4677762 MEP: Standard Linux Distribution ("distro") 2020-12-31 10:11:32 +01:00
Anders F Björklund af4a056098 MEP: CRI: Containerd by default 2020-12-31 10:08:50 +01:00
Sharif Elgamal 964cf4326f
Merge pull request #9296 from medyagh/mep_dedicated_docker_driver
Add MEP for dedicated docker driver
2020-11-16 09:51:58 -08:00
Priya Wadhwa 82b31e2f7f minikube MEP for tracing 2020-10-30 11:41:05 -07:00
Medya Gh 107eb57a11 add mep for Dedidcated docekr driver 2020-09-21 18:05:35 -07:00
Thomas Stromberg 450637941f Clarify non-goals 2020-04-24 15:18:04 -07:00
Thomas Stromberg 1e8c4bb8da Use --after for duration rather than --schedule 2020-04-24 09:52:03 -07:00
Thomas Stromberg f361ae5811 Add proposal for scheduled shutdown/pause 2020-04-24 09:42:37 -07:00
Thomas Stromberg f1be224721 Mention extension idea 2020-03-30 08:49:21 -07:00
Thomas Stromberg 15ddaf723e Release schedule proposal 2020-03-30 08:40:12 -07:00
Sharif Elgamal 850f421ccd
adding extra info for minikube start and docker-env 2020-02-03 15:12:49 -08:00
Sharif Elgamal 1f7ee0993a
actually inspiring title 2020-01-31 18:52:24 -08:00
Sharif Elgamal 6e73e4e0e6
multinode mep 2020-01-31 18:51:05 -08:00
Josh Woodcock d0a7f19c25 Use directories instead of file names for all MEP's 2019-10-16 09:23:02 -05:00
Josh Woodcock 307ea63f16 Change 'Proposal' to 'MEP' in enhancements instructions 2019-10-16 09:14:32 -05:00
Josh Woodcock 0c43340221 Add instructions for including supporting documents with MEP proposal 2019-10-16 09:14:32 -05:00
tanjunchen 3697b9fd11 fix some spelling mistakes 2019-10-02 10:31:26 +08:00
tstromberg b49778cffd Move MEP proposal from proposed to implemented 2019-10-01 13:38:16 -07:00
tstromberg ab1072414b Move MEP from proposed to implemented 2019-10-01 13:15:44 -07:00
tstromberg 414cdd2928 Address code review feedback 2019-10-01 13:14:43 -07:00
tstromberg fc16b556b7 Merge requirements into goals. Mention tech debt, add link for principles 2019-09-25 16:24:54 -07:00
tstromberg 65958c08da Shorter prefix for PR's 2019-09-25 16:00:55 -07:00
tstromberg 741000fd7c MEP: minikube enhancement proposal 2019-09-25 15:58:09 -07:00