Commit Graph

3023 Commits (912c0d26f1f6964706c4968d5438fc72985a7b19)

Author SHA1 Message Date
peizhouyu 75a2631baf update start help info
Indicate --network-plugin flag is deprecated in flag description
2022-07-04 11:17:21 +08:00
zhouguowei f60aa26c8b prbot need a strike 2022-06-27 09:50:27 +08:00
吴梓铭 360cc86ce5
fix: panic when environment variables are empty
On mac OS, environment variables like: OLDPWD are usually empty. May trigger panics like:
```bash
😄  minikube v1.26.0 on Darwin 11.6.5
panic: runtime error: index out of range [1] with length 1

goroutine 1 [running]:
k8s.io/minikube/cmd/minikube/cmd.displayEnviron({0xc000a69a40?, 0x1c, 0xb?})
	/private/tmp/minikube-20220623-65769-c2xa25/cmd/minikube/cmd/start.go:445 +0x252
k8s.io/minikube/cmd/minikube/cmd.runStart(0x7316040?, {0x5d07e13?, 0x0?, 0x0?})
	/private/tmp/minikube-20220623-65769-c2xa25/cmd/minikube/cmd/start.go:157 +0x245
github.com/spf13/cobra.(*Command).execute(0x7316040, {0x73736d8, 0x0, 0x0})
	/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:876 +0x67b
github.com/spf13/cobra.(*Command).ExecuteC(0x7313fc0)
	/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:990 +0x3b4
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.5.0/command.go:918
k8s.io/minikube/cmd/minikube/cmd.Execute()
	/private/tmp/minikube-20220623-65769-c2xa25/cmd/minikube/cmd/root.go:170 +0xca5
main.main()
	/private/tmp/minikube-20220623-65769-c2xa25/cmd/minikube/main.go:88 +0x255
```
2022-06-24 22:09:40 +08:00
Sharif Elgamal 90fabe158e fix grammar for common minikube start output 2022-06-22 12:13:31 -07:00
Steven Powell 6405bb3185
Merge pull request #14323 from lakshkeswani/master
Don't allow --control-plane=true for node add #14300
2022-06-21 11:02:03 -07:00
Steven Powell e5754a2a7a
Merge pull request #14315 from kinvolk/headlamp_addon
Addon: add headlamp
2022-06-21 10:37:06 -07:00
Nikhil Sharma 9fe8946e66 Made changes so that we get logs when a command starts no matter that it is finished or not 2022-06-16 12:58:06 -07:00
lakshkeswani cc1fba4411 Don't allow --control-plane=true for node add 2022-06-16 11:31:45 +00:00
Santhosh Nagaraj S 26afc8f85c Addon: add headlamp
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-06-16 10:34:18 +05:30
Sharif Elgamal 98c0e9f6c8
Merge pull request #14265 from sharifelgamal/arm64-containerd
Reduce package duplication for ISO building
2022-06-13 16:22:33 -07:00
Sharif Elgamal 6da1a20932
Merge pull request #14301 from sharifelgamal/gcp-auth-timeout
don't special case gcp-auth for enabling addons
2022-06-13 10:47:04 -07:00
Sharif Elgamal 1801630196 Merge branch 'master' of github.com:kubernetes/minikube into arm64-containerd 2022-06-10 17:02:58 -07:00
Kian-Meng Ang bc03821826 Fix typos 2022-06-10 15:26:35 -07:00
Sharif Elgamal 24e2708d91 Merge branch 'master' of github.com:kubernetes/minikube into gcp-auth-timeout 2022-06-10 13:40:07 -07:00
Sharif Elgamal b475b2526d Merge branch 'master' of github.com:kubernetes/minikube into arm64-containerd 2022-06-09 09:44:43 -07:00
Jack Zhang 7c4389c68b update image prefix 2022-06-08 14:31:44 -07:00
Sharif Elgamal 94dd7296d7 Merge branch 'master' of github.com:sharifelgamal/minikube into gcp-auth-timeout 2022-06-08 10:37:18 -07:00
Sharif Elgamal 1f763354ca
Merge pull request #12995 from eliaskoromilas/fpga-operator
InAccel FPGA Operator addon
2022-06-07 15:32:44 -07:00
Sharif Elgamal 8d60734670 small fixes 2022-06-07 12:52:39 -07:00
Sharif Elgamal b465bac75d
Merge pull request #14283 from sharifelgamal/custom-firmware
allow users to supply custom QEMU firmware path
2022-06-06 15:36:23 -07:00
Sharif Elgamal 7b890545b4
Update cmd/minikube/cmd/start_flags.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-06-06 12:54:56 -07:00
Sharif Elgamal 9cc18c0aa6 allow users to supply custom QEMU firmware path 2022-06-06 12:43:59 -07:00
Nils Fahldieck dfa371652b Update docs usage output 2022-06-04 16:58:50 +02:00
Nils Fahldieck ce08c0bcee Conditionally append docs to tData 2022-06-04 16:58:50 +02:00
Nils Fahldieck fa3ec1433f Add test for disabled/enabled docs 2022-06-04 16:58:50 +02:00
Nils Fahldieck 8be1b154ae Print doc only with enabled option 2022-06-04 16:58:50 +02:00
Nils Fahldieck 967b439993 Use "3rd party (maintainer)" across all strings 2022-06-04 16:56:41 +02:00
Nils Fahldieck 216b63060f Add doc URL to the addon list table 2022-06-04 16:56:41 +02:00
Steven Powell 5fb961c517
Merge pull request #14245 from te-simonren/pr-add-bind-address-for-tunnel
add bind address option for cmd tunnel
2022-06-03 10:00:32 -07:00
Sharif Elgamal b7b5395138 turn off crio for qemu for now 2022-06-02 13:07:18 -07:00
Harsh Vardhan a23d47b569 add active field in config.Profiles
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Harsh Vardhan 066f731654 enhance: add json key for profile list cmd
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
Harsh Vardhan 2dc84b1dcd enhance: add active column for profile list cmd
Signed-off-by: Harsh Vardhan <harsh.vardhan@mayadata.io>
2022-06-01 15:28:50 +05:30
simonren-tes 2813810bbd
generate doc & opt option string 2022-06-01 10:07:05 +08:00
Sharif Elgamal 1e7c257136 Merge branch 'master' of github.com:sharifelgamal/minikube into arm64-containerd 2022-05-31 14:44:53 -07:00
Sharif Elgamal 4ab16708f4 reconcile translations after extracting escape characters fix 2022-05-31 13:17:46 -07:00
Sharif Elgamal cd01efdf37 upgrade conmon to v2.0.24 2022-05-31 10:43:55 -07:00
simonren-tes 31843939d8
add bind address option for cmd tunnel 2022-05-27 13:50:23 +08:00
Elias Koromilas 6364518066 Add inaccel/fpga-operator addon
Signed-off-by: Elias Koromilas <elias.koromilas@gmail.com>
2022-05-26 10:52:08 +03:00
Predrag Rogic cf3d33aef6
include prereleases 2022-05-20 17:32:30 +01:00
Predrag Rogic 899b43c323
move to 'config defaults' 2022-05-20 17:32:30 +01:00
Predrag Rogic 219abcc1f1
fix json and yaml outputy 2022-05-20 17:32:30 +01:00
Predrag Rogic 88acdd018d
use GetTagName from release 2022-05-20 17:32:30 +01:00
Predrag Rogic eff4a18375
list all currently supported Kubernetes versions 2022-05-20 17:32:13 +01:00
Steven Powell 09365b4b04
Merge pull request #14175 from minikube-bot/auto_bump_golint_version
bump golint version
2022-05-16 13:21:06 -07:00
Steven Powell 53fdfb286c implement lint fixes 2022-05-16 12:48:41 -07:00
Sharif Elgamal 7292031c08
Merge pull request #13912 from kadern0/issue-12643
feat: added configure option to registry-alieases addon
2022-05-16 11:33:40 -07:00
Sharif Elgamal 17a8bc4e7b exit cleanly for unimplmented beta features 2022-05-12 09:44:38 -07:00
Sharif Elgamal 00d31d04ba Merge branch 'master' of github.com:kubernetes/minikube into anders-qemu2 2022-05-11 09:06:36 -07:00
ckannon 9360f907e3 Accept space before port in DashboardProxy Regex 2022-05-10 09:18:39 -04:00