Commit Graph

322 Commits (605806adb21380d3484512ff71745bdf6b11b82c)

Author SHA1 Message Date
minikube-bot 7d4604a368 Update auto-generated docs and translations 2025-08-22 19:50:40 -07:00
minikube-bot 37c6d5f07d
Update auto-generated docs and translations (#21364) 2025-08-18 13:10:22 -07:00
minikube-bot 756d09d7e1
Update auto-generated docs and translations (#21276) 2025-08-12 00:00:58 -07:00
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
Medya Ghazizadeh 88e84ff2e8
CI: remove not needed replaces in gomod and add automation (#21212)
* remove un-needed gomod replaces

* add a make target gomodtidy

* update docs on using gomodtidy

* add automation to run go mod tidy on every push

* update contributing docs to be more helpful

* install gopogh if it is not installed in html_report

* addres PR reviews

* update docs headings
2025-08-05 10:17:02 -07:00
minikube-bot 67329baf6d
Update yearly leaderboard (#21216) 2025-08-01 20:10:20 -07:00
minikube-bot 9e10635b90
Update yearly leaderboard (#21010) 2025-07-02 10:14:11 -07:00
minikube-bot 0e12a7d541
Update yearly leaderboard (#20864) 2025-06-02 14:32:24 -07:00
Nir Soffer c306a0fbd6
docs: Fix instructions for building iso (#20830)
Testing shows that we need changes changes:
- x86_64 cpu
- Ubuntu 22.04
- docker is required even if building without docker
- python2 instead of python
- genisoimage (for mkisofs)
- Installing Go manually (Ubuntu 22.04 have only Go 1.18)
- Target should be minikube-iso-aarch64 or minikube-iso-x86_64. Using
  arm64 and amd64 fails.

I also cleaned up a little bit the formatting to make it easier to
maintain (one package per line).

Tested building:
- minikube-iso-aarch64
- minikube-iso-x86_64

I did not test the built iso images.
2025-05-27 14:06:31 -07:00
minikube-bot 1df6e76107
Add leaderboard for v1.36.0 (#20823) 2025-05-23 10:17:06 -07:00
minikube-bot cc8d0d14e6
Update auto-generated docs and translations (#20754) 2025-05-13 13:07:10 -07:00
Sri Panyam 7b97f424c7
New flag to allow option for passing a config file for addon configure command. (#20255)
* Addon configuration now takes an optional config file to load from
instead of forcing prompts

Fixes #20124

* Using a rarer value for default instead of changeme so it has less chance to interfere with other possible user defaults

* Fixing expected values of test cases

* making addonConfigFile private

* Keeping registry_creds configs together.

* Starting a typed AddonConfig struct so each addon con loads its
  configs in a typed way.
* Started configs for RegistryCreds using this convention and moved
  registry_creds config processing to its own file
  (configure_registry_creds.go)

* Making registry creds structs private and other PR feedback cleanups

* Changing default value back to 'changeme'

* Simplifying duplicate consts

* Adding missed comma

* lint fixes

* Generating docs

* Copyright for new file
2025-05-13 11:05:48 -07:00
minikube-bot 57f12b1c10
Update yearly leaderboard (#20690) 2025-05-08 12:07:34 -07:00
minikube-bot eba8fc9e50
Update auto-generated docs and translations (#20687) 2025-05-01 13:49:57 -04:00
minikube-bot 3b71fa646c
Update yearly leaderboard (#20590) 2025-04-02 09:47:43 -07:00
minikube-bot 3332297bfe
Update yearly leaderboard (#20479) 2025-03-02 20:06:16 -08:00
minikube-bot d8acfdc942 Update yearly leaderboard 2025-02-02 00:04:45 +00:00
錦南路之花 abdbc5b3a3 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2025-01-28 11:42:51 -08:00
锦南路之花 1edaec55f4 test: allow running functional tests for different k8s versions 2025-01-28 11:42:51 -08:00
minikube-bot a2abb68df1 Add leaderboard for v1.35.0 2025-01-16 08:58:35 -08:00
minikube-bot aa60809cd4
Update yearly leaderboard (#20193) 2025-01-06 10:11:06 -08:00
Steven Powell fd37158032
Merge pull request #20048 from uos-ljtian/patch-1
Update roadmap.en.md
2024-12-05 09:14:50 -08:00
tianlj 81228a0691
Update _index.md
Update more accurate page descriptions based on content
2024-12-05 03:15:46 +00:00
tianlj c07c4446be
Update roadmap.en.md
change fixed time to relative time to ensure accurate content description
2024-12-05 02:57:46 +00:00
minikube-bot e5b3289208 Update yearly leaderboard 2024-12-02 00:05:08 +00:00
minikube-bot 6acd7f411f Update yearly leaderboard 2024-11-02 00:04:06 +00:00
fbyrne 50b5d8ee62 Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
minikube-bot c7c4d2b7b6 Update yearly leaderboard 2024-10-02 00:04:33 +00:00
Tyler Auerbeck f4ded199f0
remove tiller addon (#19636)
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
2024-09-19 11:21:24 -07:00
Steven Powell ad0b57aab2
site: Backfill yearly leaderboard updates (#19603) 2024-09-09 14:31:26 -07:00
minikube-bot 1ab49ea67d Add leaderboard for v1.34.0 2024-09-09 18:37:13 +00:00
Anders F Björklund af21aded28 Update roadmap for 2023-2024
- Replace GUI with AI
- Replace ARM64 with Podman
2024-08-15 12:49:40 -07:00
Radoslaw Smigielski f7b8fd2a52
Remove unnecessary dependency for build on Fedora
glibc-static is not required to be pre-installed on Fedora 40 and 41 any
longer, even for static compilation with CGO_ENABLED=0.
2024-07-22 18:02:48 +02:00
Radoslaw Smigielski 167f3a456d
Update required Go version in building docs
Sync with what is required by go.mod.
2024-07-21 07:26:16 +02:00
minikube-bot 7c0fef7b04 Update yearly leaderboard 2024-07-02 00:04:00 +00:00
minikube-bot 697b94394c Update auto-generated docs and translations 2024-06-03 18:09:10 +00:00
minikube-bot e91216f9bc Update yearly leaderboard 2024-06-02 00:05:27 +00:00
minikube-bot d3180fd332 Update auto-generated docs and translations 2024-05-29 18:08:24 +00:00
锦南路之花 d67dfb3d0a addon: add addon for volcano 2024-05-22 11:44:06 -07:00
Sylvester Carolan 3f13892f10 Corrected minor typo. 2024-05-21 12:54:52 -04:00
minikube-bot a01282de78 Add leaderboard for v1.33.1 2024-05-13 21:22:34 +00:00
minikube-bot 5c5dd517bd Update yearly leaderboard 2024-05-02 00:05:41 +00:00
minikube-bot 59e7896dc4 Add leaderboard for v1.33.0 2024-04-19 15:47:11 -07:00
nikitakurakin 682ee5b479 site: fixed typo on contributor guide 2024-04-10 20:51:55 -05:00
minikube-bot 53286f4a33 Update yearly leaderboard 2024-04-02 00:04:47 +00:00
minikube-bot a130f53298 Update auto-generated docs and translations 2024-03-14 18:02:11 +00:00
minikube-bot 4069a7bee5 Update auto-generated docs and translations 2024-03-06 20:03:38 +00:00
minikube-bot 6c28f40cf0 Update auto-generated docs and translations 2024-03-04 17:44:38 +00:00
minikube-bot 84bb58f811 Update yearly leaderboard 2024-03-02 00:04:37 +00:00
minikube-bot 37e46e297b Update yearly leaderboard 2024-02-02 00:05:18 +00:00