Commit Graph

3382 Commits (3dae3866bd4370c0f3bef22ace0071f9f83f6193)

Author SHA1 Message Date
錦南路之花 52cd866cd5
auto-pause: restart service after configuration (#19900) 2024-12-11 10:17:34 -08:00
minikube-bot 89125cae14 Update go-github from v66.0.0 to v67.0.0 2024-12-02 10:03:26 +00:00
Steven Powell e679c4a8f6 Fix panic when no services in namespace with --all specified 2024-11-12 12:28:20 -05:00
fbyrne 50b5d8ee62 Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
Steven Powell 42cbdf6ec6
Add instructions to resolve docker context error (#19197) 2024-10-09 11:36:38 -07:00
minikube-bot ffb751821c Update go-github from v65.0.0 to v66.0.0 2024-10-07 10:03:02 +00:00
Anders F Björklund 6b0d3c657f No more arch restriction on nerdctld
Since the release of version 0.6.0
2024-09-29 19:57:38 +02:00
錦南路之花 c38897dc95
unified minikube cluster status query (#18998)
* feat: unified minikube cluster status query

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update pkg/minikube/cluster/status.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-09-18 11:40:06 -07:00
minikube-bot 76b1f06bfd Update go-github from v64.0.0 to v65.0.0 2024-09-16 17:53:46 +00:00
Anders Björklund 5295883f4c
Add new macOS vfkit driver, like hyperkit and qemu (#19423)
* Add new macOS vfkit driver, like hyperkit and qemu

It uses the new Virtualization.framework from macOS 11,
instead of the older Hypervisor.framework (hvf) in QEMU.

* Start vfkit in a new process group

* vfkit: Add firewall workaround from minikube

* vfkit: Add HostIP implementation for gateway

* vfkit: Add driver to extra-disks supported

* Add documentation for vfkit driver

* vfkit: Add usual integration tests

* Update site/content/en/docs/drivers/vfkit.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Nir Soffer <nsoffer@redhat.com>
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-09-03 09:54:03 -07:00
minikube-bot 73f703228d Update go-github from v63.0.0 to v64.0.0 2024-08-21 17:07:09 +00:00
Steven Powell 5366bbde25 adressed review comments 2024-08-15 09:03:04 -07:00
Steven Powell d8c94a6ad6 fix new lint errors 2024-08-14 10:31:53 -07:00
daniel-iwaniec f780911ed9 Update tests for start.go 2024-08-08 12:36:19 -07:00
Daniel Iwaniec 75893b33aa Allow privileged ports on WSL 2024-08-08 12:36:19 -07:00
Medya Gh f984bd7858 fix lint 2024-08-05 14:39:54 -07:00
Tom McLaughlin c455ff30c1 Fix lint issue 2024-08-05 09:50:36 -07:00
thomasjm 0aa5fb0b24 Add -o json option for "minikube addon images" 2024-08-05 09:50:36 -07:00
Medya Gh f80b33df8f add -d shorthand for --driver 2024-08-01 11:37:33 -07:00
Medya Gh 5491ea8b6d add -d shorthand for --driver 2024-08-01 11:37:33 -07:00
minikube-bot 729691927e Update go-github from v62.0.0 to v63.0.0 2024-07-15 10:03:03 +00:00
Medya Gh f2165989c2 add -c shorthand for --container-runtime 2024-07-10 14:12:33 -07:00
Steven Powell 05afde54b1 Output error for `Unable to load the current Docker config from` 2024-07-08 12:32:11 -07:00
Sylvester Carolan 2faab769ec Exit gracefully from mount when linux host does not support file system 9p. 2024-06-03 11:08:20 -07:00
minikube-bot 4b121eb6b9 Update go-github from v61.0.0 to v62.0.0 2024-05-13 10:03:10 +00:00
cuiyourong 90ff27b34e Fix function name in comment
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
2024-04-23 18:04:10 +08:00
nikitakurakin a007b93363 fixed unescaped local host regex 2024-04-10 21:19:59 -05:00
minikube-bot 36fd4551d0 Update go-github from v60.0.0 to v61.0.0 2024-04-05 21:17:25 +00:00
alessandrocapanna fb293d4f6d
fix: linting github action build
fix: linting github action build
2024-04-04 23:26:46 +02:00
Товарищ программист 666d44485e feat: support exposing clusterIP services via minikube service 2024-04-03 11:42:44 -07:00
Skalador 92ccbd1049 Updating minikube profile list cmd table representation
Updated the command line output of minikube profile list -o table to have two columns, i.e. Active Profile and Active Kubecontext. This makes the output more intuitive. Formatting issues are fixed as well.
2024-03-27 11:32:39 -07:00
Skalador 8990648956 Adding the active kubecontext to minikube profile list command
The minikube profile list does not show the active kubecontext. The active kubecontext was added to the profiles as ActiveKubeContext similar to the Active property of the existing implementation. This allows older version, which rely on the json field Active, to still work and additionally obtain the information about ActiveKubeContext. The table representation for the minikube profile list command was updated as well. Active minikube profiles are highlighted in the Profile column. The Active column was replaced with an Active Kubecontext column.
2024-03-27 11:31:54 -07:00
Steven Powell afaf858752
Merge pull request #17713 from tarishij17/master
suppress error msg incase of no cluster existence
2024-03-21 07:42:59 -07:00
Steven Powell e2fcc470ac bubble up NotExist error 2024-03-20 15:44:56 -07:00
Chase, Justin M 410000eaca Support numbers in subdomains for image registry 2024-03-18 08:41:20 -05:00
Steven Powell 6e40639e77
Merge pull request #18333 from ComradeProgrammer/overlayfs
feat: allow preload for overlayfs
2024-03-08 11:08:37 -08:00
Raiden Shogun 35bb0a6fdb feat: allow preload for overlayfs 2024-03-07 01:31:34 +01:00
Medya Ghazizadeh 8ec4c89456
Merge pull request #17909 from prezha/ha
Support multi-control plane - HA clusters
2024-03-06 12:02:51 -08:00
minikube-bot 569c7216d5 Update go-github from v59.0.0 to v60.0.0 2024-03-04 10:34:13 +00:00
Predrag Rogic 6f4d0f1f3b
Merge branch 'kubernetes:master' into ha 2024-03-03 18:57:51 +00:00
Predrag Rogic 54c6e698a7
add "(multi-control plane)" after each reference to "ha" 2024-02-25 20:00:08 +00:00
Steven Powell 560d3aa340 added testing for auto-pause-interval validation 2024-02-15 06:41:19 -08:00
Steven Powell a5e44b1d54 added validation for auto-pause-interval start flag 2024-02-15 06:41:19 -08:00
Steven Powell 83076e3b65 Reimplement reverted auto-pause PRs with fixes 2024-02-15 06:41:19 -08:00
Medya Ghazizadeh 3f91015d8a
Merge pull request #18142 from minikube-bot/auto_bump_golint_version
CI: Update golint from v1.55.2 to v1.56.1
2024-02-13 14:05:35 -08:00
Steven Powell 4d32230e3e fix lint errors 2024-02-12 17:32:14 -08:00
minikube-bot d1f0bbd03d Update go-github from v58.0.0 to v59.0.0 2024-02-12 10:03:20 +00:00
Predrag Rogic 22603d178f
use forwarded apiserver port, for drivers that neededs it 2024-02-07 00:23:15 +00:00
Predrag Rogic 86e00e66d7
Merge branch 'kubernetes:master' into ha 2024-01-31 01:38:28 +00:00
Predrag Rogic dda8db0d02
spowelljr: prevent user from modifying apiserver port 2024-01-31 01:33:46 +00:00