Steven Powell
744187868d
fix linting
2022-08-08 09:29:19 -07:00
Steven Powell
87d7e3b423
Merge pull request #14695 from spowelljr/limitAuditSize
...
Limit number of audit entries
2022-08-02 10:15:53 -07:00
Steven Powell
66ff960b61
limit number of audit entries
2022-08-01 14:16:28 -07:00
anoop142
13680ff987
fix linting
2022-08-01 23:00:25 +05:30
anoop142
5b2080f782
Fix url index out of range error in service
...
* if there is no node port, service panics accessing url
* since the length of array is 3 when there is no node port, accessing u[3] results in
index out of range
2022-07-28 12:56:05 +05:30
Steven Powell
0d274d5603
Merge pull request #14499 from inifares23lab/master
...
add VerifiedMaintainer field to Addons and display a warning if empty
2022-07-25 17:00:41 -07:00
inifares23lab
7dfe7e65e4
when enable addons differentiate message for maintainer and verified maintainer
2022-07-20 21:00:35 +02:00
Steven Powell
a2a814fa8b
Merge pull request #14589 from spowelljr/toolTip
...
Update docker-env description and add tooltip
2022-07-15 13:38:46 -07:00
Steven Powell
8fd532dd3a
Merge pull request #14522 from kinvolk/fix_headlamp_tip
...
Fix Post installation tip for headlamp addon
2022-07-15 13:18:18 -07:00
Santhosh Nagaraj S
d9263acf8d
Fix Post installation tip for headlamp
...
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-07-15 15:18:56 +05:30
Steven Powell
af662f6b3a
update wording
2022-07-14 14:22:11 -07:00
Steven Powell
d49a6c8ccf
update docker-env description and add tooltip
2022-07-14 10:52:46 -07:00
Steven Powell
d89f43518e
fix incorrect user and profile in audit logging
2022-07-12 11:40:58 -07:00
inifares23lab
21e00cf796
formatting with 'gofmt -w -s .'
2022-07-06 23:21:51 +02:00
peizhouyu
75a2631baf
update start help info
...
Indicate --network-plugin flag is deprecated in flag description
2022-07-04 11:17:21 +08:00
inifares23lab
dfb4860cec
display warning for addons with unverified Maintainer
2022-07-03 14:42:40 +02: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