Medya Ghazizadeh
aa007da3fe
Merge pull request #13805 from klaases/autop1
...
Improve autopause error handling
2022-03-25 11:51:16 -07:00
klaases
5a3877cfc5
Prefer out.Styled to out.Step, revert copyright
2022-03-21 11:49:26 -07:00
Predrag Rogic
deb5a574b6
bump golangci-lint to v1.45.0
2022-03-18 19:57:22 +00:00
klaases
f549634f59
Improve autopause error handling
2022-03-16 14:36:51 -07:00
Steven Powell
76d97af2a0
add disable-metrics flag
2022-03-16 11:00:20 -07:00
ckannon
701b4be842
Fix flow to support docker driver properly for mac, for issue #13746
2022-03-09 14:30:49 -05:00
Steven Powell
70a98e34ab
Merge pull request #13053 from tmcalves/validations_on_image_repository
...
Fixes validation on image repository URL when it contains port but no scheme
2022-02-18 13:42:04 -08:00
Piotr Resztak
a0b30b6d56
fix SIGSEGV in kubectl when k8s not running
2022-02-18 16:24:58 +01:00
Tiago Alves
a9d3fe2906
Fixes validation on image repository URL when it contains port but not schema
...
Refactor the way validations are done to use regular expression
Explicitly use "auto" as the imageRepo instead of an empty string when URL received is invalid
2022-02-16 21:54:48 +00:00
Medya Ghazizadeh
d6120f131e
Merge pull request #13367 from ckannon/master
...
Adds 'minikube service --all' feature to allow forwarding all services in a namespace
2022-02-09 12:24:54 -08:00
ckannon
c8d846d6c1
minikube #13075 adds --all feature for service
2022-02-09 10:12:01 -05:00
Todd MacIntyre
0d677cb71b
fix documentation typo for minikube image load command
2022-02-08 15:13:24 -08:00
Medya Ghazizadeh
8f41ad572a
Merge pull request #13547 from spowelljr/updateNotifyStructure
...
Update notify package to support `releases-v2.json`
2022-02-07 16:35:07 -08:00
Sharif Elgamal
5e54044127
Merge pull request #13354 from nishipy/issue-11627
...
Add exit message for too new Kubernetes version
2022-02-03 15:19:38 -08:00
Sharif Elgamal
423b816311
Merge pull request #13251 from afbjorklund/default-runtime
...
Make the default container runtime dynamic
2022-02-02 18:02:05 -08:00
Steven Powell
d01c77d816
update notify package to support releases-v2.json
2022-02-02 16:39:57 -08:00
Medya Ghazizadeh
969b5cddf1
Merge pull request #13520 from minikube-bot/auto_bump_golint_version
...
bump golint version to v1.44.0
2022-02-02 15:57:24 -08:00
Medya Ghazizadeh
30b187f04d
Merge pull request #13514 from presztak/service_docker_hard_coded
...
Fix hard coded docker driver in minikube service command
2022-02-01 13:24:45 -08:00
Medya Gh
c24818d9b7
lint
2022-02-01 13:21:53 -08:00
Sharif Elgamal
634b8030f9
Merge branch 'master' of github.com:kubernetes/minikube into anders-default-runtime
2022-02-01 12:59:09 -08:00
Sharif Elgamal
034f55696d
Merge pull request #13326 from gAmUssA/addons/kong
...
[Addon] Kong Ingress Controller
2022-01-31 17:15:54 -08:00
nishipy
9da7049f8a
Currently, no warn or exit are there even if user specifies
...
any version newer than newestKubernetesVersion.
This fixes the flow as follows:
if not --force:
- Warn but do NOT exit for newer minor version and patch version
- Warn and Exit for newer major version
if --force: Warn but try anyways
2022-01-30 07:27:23 -05:00
Piotr Resztak
dd431d36c2
remove hard coded docker driver
2022-01-30 00:08:23 +01:00
Steven Powell
c5b1c56f57
Merge pull request #12835 from presztak/remove_kicbase_image_info
...
Print a message about preserving kicbase image when `minkube delete --purge --all` used
2022-01-27 21:23:27 -08:00
nishipy
dc1b226562
Update cmd/minikube/cmd/start.go
...
Co-authored-by: Sharif Elgamal <selgamal@google.com>
2022-01-26 15:32:09 +09:00
Steven Powell
fa5f67cc95
Merge pull request #13340 from spowelljr/addDisableOptimization
...
Add `--disable-optimizations` flag
2022-01-24 18:51:42 -08:00
Steven Powell
398906ebd7
generate-docs
2022-01-24 17:09:11 -08:00
Steven Powell
3eaf0f627c
Update cmd/minikube/cmd/start_flags.go
...
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
2022-01-24 17:07:57 -08:00
Steven Powell
3a4b676199
list optimizations in flag
2022-01-24 17:00:26 -08:00
Piotr Resztak
0f9564be88
remove hardcoded docker driver
2022-01-23 22:24:17 +01:00
nishipy
7aafb2ddce
Add exit message for too new Kubernetes version
2022-01-15 11:18:34 -05:00
Steven Powell
4cd3abfcde
add disable-optimizations flag
2022-01-12 13:50:38 -08:00
Piotr Resztak
4a2c97f28a
ability to set a mirror for downloading kubectl, kubelet, & kubeadm
2022-01-12 17:43:33 +01:00
Piotr Resztak
1d857e11de
add binary-mirror flag to start cmd
2022-01-12 17:43:33 +01:00
Viktor Gamov
67f748fc9e
fixing broken addons_list_test
2022-01-11 18:29:09 -05:00
Sharif Elgamal
ee43bf8492
grammar
2022-01-06 13:19:32 -08:00
Sharif Elgamal
2ddfd60c72
Make warning for running amd64 binary on M1 more visible
2022-01-06 13:15:01 -08:00
Anders F Björklund
c4800a6115
Make the default container runtime dynamic
...
Since the dockershim removal, there is no longer a constant
default container runtime provided by upstream. Only CRI.
2022-01-04 15:03:57 +01:00
Steven Powell
b6e2ee2128
Merge pull request #12996 from presztak/listimages_formats
...
Add format flag to the `image ls` command
2021-12-23 12:31:59 -08:00
Anders F Björklund
df2de68c13
Show the version of the cri-dockerd component
2021-12-22 22:25:50 +01:00
Piotr Resztak
84a0e2023c
add format flag for 'image ls' command
2021-12-22 00:57:41 +01:00
Sharif Elgamal
a0d4d429e4
Merge pull request #13174 from sharifelgamal/addon-cleanup
...
cleanup addons documentation and image sources
2021-12-15 14:43:37 -08:00
Sharif Elgamal
5de765023a
Merge pull request #13124 from sharifelgamal/kicbase-arch
...
fix kicbase dockerfile to allow ppc64le and armv7 archs
2021-12-15 14:08:07 -08:00
Sharif Elgamal
aff01abcd1
Update cmd/minikube/cmd/config/addons_list_test.go
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-12-15 13:36:21 -08:00
Sharif Elgamal
cf73e08262
make the test better
2021-12-14 17:11:00 -08:00
Sharif Elgamal
066ee66ba8
fix unit test
2021-12-14 16:28:55 -08:00
Medya Ghazizadeh
b924ca6155
Merge pull request #13147 from Ashwin901/master
...
Improve UI Advice for failing to start for non-installed drivers
2021-12-14 13:52:30 -08:00
Sharif Elgamal
c3688b6230
address comments
2021-12-14 12:36:48 -08:00
Steven Powell
54c615bd36
remove --mode flag from mount
2021-12-13 15:32:20 -08:00
Sharif Elgamal
2d12be02c4
detect arm better
2021-12-13 14:35:16 -08:00