dlorenc
305e803316
Bump Docker API Verson.
2018-06-05 13:45:01 -07:00
seborama
ee73cbde6b
Added hyperkit options for enterprise VPN support
...
The purpose of these changes is to enhance Hyperkit support from the
minikube command line for better integration with enterprise networks
behind a VPN.
uuid: Provide VM UUID to restore MAC address (only supported with
Hyperkit driver).
vpnkitSock: Location of the VPNKit socket used for networking. If empty,
disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac
VPNKit connection, otherwise uses the specified VSock."
vsockPorts: List of guest VSock ports that should be exposed as sockets
on the host (Only supported on with hyperkit now).
Note:
tests pass but file:
`vendor/github.com/google/certificate-transparency/go/x509/root_darwin.go`
has to be edited to correct an issue - not committed since this is in
the vendor directory.
2018-06-04 09:46:20 -07:00
Mark Gibbons
5ed8a7ef91
Made caching async with block for completion before copy of images into cluster. Default imageing caching to false
2018-06-04 08:15:12 -07:00
mlgibbons
0519b237a2
Addressed race condition caused by async image caching with no wait which resulted in unreliable image loading and prevented offline execution of "minikube start".
2018-06-04 08:15:12 -07:00
Li Yi
9198b04386
Fix error messages for enabling/disabling addon
...
Signed-off-by: Li Yi <denverdino@gmail.com>
2018-04-29 18:06:48 -07:00
AdamDang
12f1833ea9
Typo fix: Seperated list->Separated list
...
Seperated list->Separated list
2018-04-29 16:27:11 +08:00
dlorenc
0bf5166e14
Deprecate localkube.
2018-04-09 13:24:07 -07:00
Yongkun Anfernee Gui
0fa64b3bd8
Reorganize the minikube drivers
...
- Add registry to register all supported drivers in different platforms.
- Add DriverDef to define driver's metadata.
- All driver support logic moved to pkg/minikube/drivers, removed all
driver name switches scattered in different packages.
2018-03-11 13:41:30 -07:00
David Muckle
adb30393d1
Add metrics-server as an addon
2018-02-21 15:33:27 -05:00
Yongkun Anfernee Gui
c07258b45a
Fix more permissions
2018-02-09 14:32:53 -08:00
Steve Sloka
4d060d3bdb
Bump registry-creds version
2018-02-07 20:09:20 -08:00
Chen Li
82ea016de7
Redirect command Stdout & Stderr for command_runner
...
CombinedOutput function return after command complete.
When we run a long run command, such as continuously get
new log entries, it failed to get run results.
Fixes: https://github.com/kubernetes/minikube/issues/2447
2018-02-05 09:18:49 -08:00
Remi FUSSIEN
dde00ebfa3
Fix the description in the completion command
2018-02-02 18:57:29 +01:00
Matt Rickard
c76b210393
Merge pull request #2486 from langyxxl/localkube-add-root-check
...
localkube add ROOT permission check
2018-02-01 16:42:26 -08:00
adolphlwq
9b3805d32f
use readable env name
2018-01-31 21:04:49 +08:00
sheng zhang
8b5ffff2d9
localkube add ROOT permission check.
2018-01-30 14:48:18 +08:00
Colin Hoglund
479ca10c75
allow storage-provisioner to be disabled
2018-01-29 14:46:27 -05:00
Zvi Cahana
6e8bb2e0fa
List addons in a consistent sort order
2018-01-24 08:11:44 -08:00
Matt Rickard
ec1b443722
Merge pull request #2423 from kairen/add-freshpod-addon
...
Add freshpod as a new addon
2018-01-23 13:15:01 -08:00
Chen Li
d11b74c493
Flush log message to file before exit
...
Fixes: https://github.com/kubernetes/minikube/issues/2435
2018-01-22 08:19:26 -08:00
Chen Li
aa32282e3f
Use IPSliceVar for apiServerIPs
2018-01-17 08:22:25 -08:00
Chen Li
a3f3286f50
Allow add new server names and IPs to apiserver x509 certificate
2018-01-17 08:22:25 -08:00
kairen
250d602085
Add freshpod as a new addon
2018-01-12 22:57:32 +08:00
basp
cebd704bd7
Issue #2416 : Added UUID to hyperkit driver section in minikube configuration to be able to regenerate the same mac address for the machine after restarts to give DHCP a change of assigning the previously used IP address.
2018-01-11 09:41:35 -08:00
Suraj Deshmukh
5d7d751db8
Change the cri-o socket location to upstream default
...
Right now the cri-o socket is placed in `/var/run/crio.sock`, this
commit changes it to `/var/run/crio/crio.sock` which is similar to
upstream.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-01-04 10:35:08 -08:00
Anders F Björklund
87f48f1731
Add config to avoid warning about the none driver
...
Even when starting up minikube in a dedicated virtual machine,
there will be a warning against running it on your workstation.
2018-01-03 09:47:24 -08:00
dlorenc
59274b22da
Code review feedback.
2018-01-02 16:18:54 -08:00
Mohit Gupta
7d9413ccd1
remove the hyperkit prefix so we can move this to other drivers as well with time and fix vendoring issue
2018-01-02 16:18:54 -08:00
Mohit Gupta
e1903b7423
support NFS sharing with the hyperkit driver
2018-01-02 16:18:54 -08:00
Matt Rickard
4077763003
Make none driver work with kubeadm
2018-01-02 12:01:37 -08:00
kairen
777b44695f
Improve cache list command
2017-12-08 13:37:55 -06:00
kairen
37bc507e13
Remove duplicate the cache command
2017-12-08 13:37:55 -06:00
kairen
c9f3abb0ed
Fix gofmt check errors
2017-12-08 13:37:55 -06:00
kairen
1966dab625
Add cache list support
2017-12-08 13:37:55 -06:00
dlorenc
9491ce6dbe
Add deprecation notices for kvm and xhyve.
2017-11-29 13:55:29 -08:00
Matt Rickard
43e4b0c655
Merge pull request #2203 from priyawadhwa/cache-images
...
Add cache command to cache non-minikube images
2017-11-29 13:51:53 -08:00
Priya Wadhwa
6344d0bef9
set config map
2017-11-28 15:59:08 -08:00
Priya Wadhwa
6652e7a903
Delete paths to cached images
2017-11-20 16:31:34 -08:00
Patrik Erdes
9b3322a759
Make it known that get-k8s-versions is only relevant for localkube
...
Added a reference to localkube in the help text and in the output from
the command.
2017-11-17 08:55:14 +01:00
Priya Wadhwa
9f8ca7481c
Merge branch 'cache-images' of github.com:priyawadhwa/minikube into cache-images
2017-11-16 17:05:25 -08:00
Priya Wadhwa
3477e4bd8f
Add cache flag to minikube
2017-11-16 14:07:55 -08:00
Matt Rickard
e0b9aab31d
Merge pull request #2197 from ulyssessouza/master
...
#2047 Fix by using 'RunE' instead of 'Run' to propagate the error
2017-11-16 10:15:52 -08:00
Matt Rickard
bbc40bd8f6
Merge pull request #2194 from kenden/zsh_completion
...
Add zsh completion and docs
2017-11-16 08:51:58 -08:00
Patrik Erdes
ce018263f4
Add MB to the help text for the --memory flag
...
Fixes #2151
2017-11-16 10:36:54 +01:00
ulyssessouza
e1dff19117
#2047 Fix by using 'RunE' instead of 'Run' to propagate the error
2017-11-15 03:37:20 +01:00
Quentin Nerden
97edb745c9
Add zsh completion and docs
2017-11-14 22:30:42 +01:00
dlorenc
6f7fd002ab
More storage provisioner fixes.
...
I'm not sure of a better way to ensure /tmp exists in a from scratch container,
but glog appears to just explode without it.
2017-11-07 11:07:01 -08:00
Matt Rickard
e73844c303
Merge pull request #2147 from kairen/add-efk
...
[addons] Add addon support for EFK logging
2017-11-02 10:33:05 -07:00
Matt Rickard
f368ac4999
Merge pull request #2137 from priyawadhwa/storage-provisioner-as-pod
...
Run storage provisioner as pod
2017-11-01 14:00:57 -07:00
Priya Wadhwa
c342ed4d57
Added storage prov deps to Makefile and rewrote main file
2017-11-01 10:54:17 -07:00