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
Predrag Rogic
3a0ada1f6d
spowelljr: rename HA() to IsHA()
2024-01-31 01:20:13 +00:00
Predrag Rogic
2ec34729ad
Update cmd/minikube/cmd/config/profile_list.go
...
spowelljr: set status to as.String() just once
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-01-31 01:09:54 +00:00
Predrag Rogic
f567539756
Merge pull request #17965 from prezha/outFatalT
...
out.FatalT should be followed by non-zero exit
2024-01-31 00:25:53 +00:00
Predrag Rogic
6ab09e03e0
remove out.FatalT()
2024-01-30 23:33:22 +00:00
Steven Powell
fc27285b44
add success message if log file path provided
2024-01-19 16:26:24 -08:00
Steven Powell
be57d72bcf
move errors getting logs into log output itself
2024-01-19 16:00:44 -08:00
Predrag Rogic
d818fc6cd0
Merge branch 'kubernetes:master' into outFatalT
2024-01-18 07:24:30 +00:00
Predrag Rogic
937d6f6ea9
Merge branch 'kubernetes:master' into ha
2024-01-18 07:24:10 +00:00
Predrag Rogic
5e5f17cf67
out.FatalT should be followed by exit
2024-01-15 20:48:37 +00:00
minikube-bot
e7a6684b2f
Update go-github from v57.0.0 to v58.0.0
2024-01-15 10:02:42 +00:00
Predrag Rogic
fb7ae16d9f
ensure override with --kubernetes-version is respected
2024-01-13 16:35:39 +00:00
Predrag Rogic
d45ff8f1ea
resolve merge conflict due to rebase-needed
2024-01-10 23:12:20 +00:00
Predrag Rogic
5278d8825b
Merge branch 'master' into ha
2024-01-10 23:00:49 +00:00
Predrag Rogic
6731cdee84
Merge branch 'kubernetes:master' into ha
2024-01-09 22:18:49 +00:00
Steven Powell
907aa9b065
addons auto-pause: Revert cleanup on ticker allocations
2024-01-08 16:10:12 -08:00
Steven Powell
77ac34b1d7
addons: Fix auto-pause addon
2024-01-08 16:09:45 -08:00
Predrag Rogic
ad7fb3992c
support kubernetes ha cluster topology in minikube
2024-01-07 21:36:17 +00:00
Predrag Rogic
4818ef54de
fix TestValidatePorts
2024-01-06 16:57:15 +00:00
minikube-bot
d6ff58a7e3
Update go-github from v56.0.0 to v57.0.0
2023-12-04 10:02:54 +00:00
Steven Powell
6b0f6a676b
fix no-limit not being respected on restart
2023-11-09 09:31:57 -08:00
Steven Powell
5fedf0ee11
Merge pull request #17516 from spowelljr/installNividaInKicbase
...
Kicbase: Install NVIDIA container toolkit during image build
2023-11-03 10:20:17 -07:00
Steven Powell
483ae12499
Merge pull request #17530 from spowelljr/fixNoLimitConfigValidation
...
Fix no-limit option for config validation
2023-11-02 11:53:30 -07:00
Steven Powell
2446584e90
only install on supported archs
2023-11-01 16:28:44 -07:00
Steven Powell
197b9343b0
fix lint issues
2023-11-01 11:45:09 -07:00
Steven Powell
407c000c6e
Fix no-limit option for config validation
2023-10-30 14:59:36 -07:00
Akihiro Suda
4c2180ab68
rootless: support `--container-runtime=docker`
...
This allows running Kubernetes with (CRI-)Dockerd in Rootless Docker:
```
minikube start --rootless --driver=docker --container-runtime=docker
```
It is still recommended to use `--container-runtime=containerd`.
Fix issue 17322
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-10-30 08:28:40 +09:00
Steven Powell
a678fe11bd
Add "no-limit" option to cpus & memory flags
2023-10-25 16:10:22 -07:00
minikube-bot
4e6349ef81
Update go-github from v55.0.0 to v56.0.0
2023-10-13 16:44:16 +00:00
Steven Powell
f1e05f1945
add g shorthand for gpus
2023-10-05 17:18:31 -07:00
Steven Powell
8266558cf4
update TestValidateGPUs
2023-10-05 17:18:30 -07:00
Steven Powell
55b78ed5cf
change gpus flag from bool to string
2023-10-05 17:18:30 -07:00
Steven Powell
76c1fd4dc4
fix possible nil reference in test
2023-10-05 17:18:30 -07:00
Steven Powell
ab6a4539bd
added unit test for validate func
2023-10-05 17:18:30 -07:00
Steven Powell
311630cea9
fix gpus flag not getting passed to docker
2023-10-05 17:18:30 -07:00
Steven Powell
7f5fbf98fe
Automate installing NVIDIA Container Toolkit w/ flag
2023-10-05 17:18:30 -07:00
Steven Powell
53b09081b4
Automate installing NVIDIA Container Toolkit
2023-10-05 17:18:28 -07:00
Steven Powell
79d368e2e8
Fix shorthand when not needed
2023-10-04 15:35:13 -07:00
Medya Ghazizadeh
6dd875c171
Merge pull request #17324 from spowelljr/fixEnablingAddon
...
Fix enabling & disabling addons with non-existing cluster
2023-10-04 11:45:41 -07:00
Medya Ghazizadeh
daf0e6617b
Merge pull request #17325 from spowelljr/checkForHyperVMemoryValidation
...
Add Hyper-V memory validation for odd numbers
2023-10-04 11:43:26 -07:00
Steven Powell
863f70d57d
fix delete if CRI doesn't exist
2023-10-03 16:02:37 -07:00
Steven Powell
816de95c24
suggest memory value
2023-10-02 14:21:36 -07:00
Steven Powell
0292755ea8
Add Hyper-V memory validation
2023-09-29 16:32:27 -07:00
Steven Powell
e57a3f8718
Fix enabling & disabling addons with non-existing cluster
2023-09-29 13:03:13 -07:00
Steven Powell
5b5bb38ec2
Fix updating auto-pause-duration
2023-09-25 16:54:38 -07:00
Medya Ghazizadeh
ccbd6cfe5d
Merge pull request #17070 from wzslr321/auto-pause-time-config
...
configure auto-pause-interval addon
2023-09-06 11:37:02 -07:00
minikube-bot
9cd668110f
Update go-github from v54.0.0 to v55.0.0
2023-09-05 21:49:30 +00:00
Wiktor Zając
f3a784e33a
fix imports ordering to reslolve inter issue; make lint passess now
2023-08-31 06:36:27 +02:00
minikube-bot
e54dfab81b
Update go-github from v53.2.0 to v54.0.0
2023-08-17 22:56:45 +00:00
Steven Powell
5753ca0768
Merge pull request #16865 from JudahNour/makeErrorBetter
...
--kubernetes-version add support for checking github k8s versions and exit nicely on error
2023-08-17 15:07:58 -07:00
Steven Powell
4f6288a954
Release v1.31.2
2023-08-16 11:23:41 -07:00
Steven Powell
859325e449
Merge pull request #17030 from spowelljr/fixAppendKnow
...
Fix calling appendKnownHelper when not needed
2023-08-16 11:03:29 -07:00
Wiktor Zając
18dcacdb98
make names consistent - auto-pause-interval
2023-08-16 19:52:04 +02:00
Wiktor Zając
45c3a40fa1
configure auto-pause-interval addon
2023-08-16 19:39:30 +02:00
Steven Powell
a3fe75ddce
temp: only run on containerd to fix regression
2023-08-14 13:24:57 -07:00
Steven Powell
1c430a46ac
Merge pull request #16934 from sethrylan/fix-16933
...
Add mkdir for `~/.ssh` directory.
2023-08-10 10:16:26 -07:00
Steven Powell
a54049c317
only add envs to command is using containerd
2023-08-09 10:51:06 -07:00
Steven Powell
0fb13b8fce
Fix calling appendKnownHelper when not needed
2023-08-09 10:46:08 -07:00
Steven Powell
04070a14b7
Fix version mismatch error
2023-08-02 13:37:45 -07:00
Anders F Björklund
15b4b37bc1
Change the wording of the docker storage warning
...
The preload is currently only available for overlay2,
so when using another storage driver it will not be used.
2023-07-31 15:16:37 +02:00
Seth Rylan Gainey
2587f3ffdf
Add mkdir for ssh directory.
2023-07-21 23:03:48 +00:00
Steven Powell
473bba4c0e
renamed test variable
2023-07-20 10:23:16 -07:00
Steven Powell
d5192ce196
Release v1.31.1
2023-07-19 13:48:20 -07:00
Judah Nouriyelian
af9184b712
fix duplication
2023-07-14 18:06:04 +00:00
Judah Nouriyelian
c7b2561134
Merge branch 'master' of github.com:JudahNour/minikube into makeErrorBetter
2023-07-14 17:22:36 +00:00
Steven Powell
08216d673c
Merge pull request #15519 from msharran/issue/15338
...
`minikube cp` now supports providing directory as a target
2023-07-14 10:10:04 -07:00
Steven Powell
a4a1ba5381
Merge pull request #15868 from norshtein/addon
...
Don't allow enabling addon on a paused cluster
2023-07-14 10:06:10 -07:00
Steven Powell
085433cd1b
Merge pull request #16852 from aiyijing/fix/subcmd-unable-translate
...
fix subcommand cannot be translated
2023-07-13 14:40:57 -07:00
Judah Nouriyelian
a9b59726fb
Merge branch 'makeErrorBetter' of github.com:JudahNour/minikube into makeErrorBetter
2023-07-13 20:38:36 +00:00
Judah Nouriyelian
ed906c2d78
adding added files to automation for github package
2023-07-13 20:26:02 +00:00