Medya Ghazizadeh
131d7248c4
Merge pull request #9710 from valaparthvi/issue9690
...
convert dockerNetworkInspect to a struct
2020-11-20 14:16:01 -08:00
Parthvi Vala
63c186bb05
convert dockerNetworkInspect to a struct
2020-11-20 12:29:37 +05:30
alonyb
b4681e4af2
change is template to true in cred addon
2020-11-17 23:57:58 -05:00
Priya Wadhwa
4cd74633ca
Only save scheduled stop config if daemonize is successful
2020-11-17 15:14:09 -08:00
Priya Wadhwa
5a0ab905ed
fix merge conflict
2020-11-17 15:11:23 -08:00
Medya Ghazizadeh
ac5b827223
Merge pull request #9713 from prezha/fix-kubeadm-unit-tests
...
fix bsutil (kubeadm) unit tests (testdata)
2020-11-17 11:45:22 -08:00
Medya Ghazizadeh
8b39f56a60
Merge pull request #9510 from ilya-zuyev/gh_9463_non_dev_dockerhost
...
Support non-default docker endpoints
2020-11-17 10:17:33 -08:00
Predrag Rogic
45e29c9835
merge ReverseDirList() into recentReleases() and reuse it
2020-11-16 12:41:25 +00:00
Vasilyev, Viacheslav
1b632656b3
less verbose language selector
2020-11-16 13:24:12 +02:00
Predrag Rogic
d32c5980de
fix bsutil (kubeadm) unit tests (testdata)
2020-11-15 22:01:09 +00:00
Predrag Rogic
c7e22b1bad
fix bsutil (kubeadm) unit tests (testdata)
2020-11-15 21:52:04 +00:00
Priya Wadhwa
1c682c6449
Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows
2020-11-13 16:34:45 -08:00
Medya Ghazizadeh
9b964853a9
Merge pull request #9672 from sadlil/driver-alias
...
Add Support for driver name alias
2020-11-13 16:18:05 -08:00
Medya Ghazizadeh
992c113100
Merge pull request #9693 from medyagh/k8s_ver_v15
...
update kubernetes version
2020-11-13 14:05:11 -08:00
Priya Wadhwa
2cdd846565
create dir if it doesn't already exist
2020-11-13 11:59:04 -08:00
Priya Wadhwa
8072057de8
Create dir
2020-11-13 11:55:10 -08:00
Medya Ghazizadeh
3da07455b8
Merge pull request #9679 from medyagh/snapshot_stable
...
release latest snapshot image/iso
2020-11-13 11:31:07 -08:00
Priya Wadhwa
13476316b5
Now that ISO files are in, scheduled stop works on VM as well so remove restrictions
2020-11-13 10:23:32 -08:00
priyawadhwa
9438167b60
Merge pull request #9671 from Evalle/ISSUE-9664
...
Rename `out.T` to `out.Step`
2020-11-13 10:16:23 -08:00
Sadlil
d6c0256b3e
Add Support for driver name alias
2020-11-13 10:52:10 +00:00
Medya Gh
3c5996d0e1
add unit tests
2020-11-12 18:50:08 -08:00
Medya Gh
718d76dd04
update kubernetes version
2020-11-12 18:32:52 -08:00
Medya Gh
7955a891cb
bump kicbase
2020-11-12 16:04:26 -08:00
Priya Wadhwa
e92a96bc3d
add comments and compile on windows
2020-11-12 14:37:31 -08:00
Priya Wadhwa
21d5c01fc5
warn that this only works with docker right now
2020-11-12 14:32:23 -08:00
Priya Wadhwa
5411b3b2f2
Add code for daemonizing on windows and add integration test
2020-11-12 14:29:59 -08:00
Priya Wadhwa
8daf7ea3eb
Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows
2020-11-12 14:20:44 -08:00
Priya Wadhwa
cc8ca41915
Start adding scheduled stop for container
2020-11-12 14:20:41 -08:00
priyawadhwa
518ac7de56
Merge pull request #9503 from priyawadhwa/schedule-stop-unix
...
Implement schedule stop for unix
2020-11-12 14:20:20 -08:00
Evgeny Shmarnev
1540ca84ca
b
2020-11-12 13:53:39 +01:00
Evgeny Shmarnev
f88040aad9
Merge branch 'master' into ISSUE-9664
2020-11-12 13:47:12 +01:00
Evgeny Shmarnev
db93039f9c
Addressing comments
2020-11-12 13:45:33 +01:00
Medya Ghazizadeh
78b4b83096
Merge pull request #9674 from sharifelgamal/auth-env
...
Use special credential file location for cloud shell
2020-11-11 16:41:09 -08:00
Medya Ghazizadeh
296d887923
Merge pull request #9676 from priyawadhwa/pause-test
...
Don't check for docker.io prefix in docker preload
2020-11-11 16:21:34 -08:00
Priya Wadhwa
7fb0a9e0c1
Don't check for docker.io prefix in docker preload
...
Right now, preload isn't working because it thinks that the
kubernetes/dashboard images don't exist. This is because they now have a
docker.io prefix introduced by 4c54e78681
Since `docker images` won't return image names with that prefix, we want
to strip the images of `docker.io` before checking if they exists in the
docker daemon.
This also fixes the TestPause/serial/SecondStartNoReconfiguration
failing integration test.
2020-11-11 14:34:15 -08:00
priyawadhwa
8731ff9f23
Merge pull request #9621 from priyawadhwa/json-int-test
...
Fix failing TestJSONOutput/start test
2020-11-11 14:14:57 -08:00
Sharif Elgamal
c01e106b48
better comment
2020-11-11 13:37:40 -08:00
Sharif Elgamal
b23cb6c20d
find special cloud shell spot for creds
2020-11-11 12:26:50 -08:00
Evgeny Shmarnev
bcbe49fbec
Rename `out.T` to `out.Step`
2020-11-11 11:29:49 +01:00
Sharif Elgamal
4f4124c69d
try to create credentials file if using env to authenticate
2020-11-10 15:53:54 -08:00
Medya Ghazizadeh
0f5a2ca4a4
Merge pull request #9641 from prezha/fix-kvm-minikube-net
...
Fix minikube-net network failures for KVM driver
2020-11-10 12:43:20 -08:00
Priya Wadhwa
5569817c26
Address code review comments
2020-11-10 10:58:31 -08:00
Priya Wadhwa
291e5b6927
fix merge conflict
2020-11-10 10:49:37 -08:00
Thomas Strömberg
2271cf3d6f
Merge pull request #9551 from yehiyam/imageRepository
...
add ImageRepository to addons templates
2020-11-10 10:25:18 -08:00
Predrag Rogic
9e114139dc
retry instead of sleep; gc cleanup
2020-11-10 16:28:14 +00:00
Predrag Rogic
8ebc828eb1
Fix minikube-net network failures for KVM driver
2020-11-10 16:27:51 +00:00
Medya Gh
37914938e5
bump kicbase to include crio changes
2020-11-09 17:39:19 -08:00
Medya Gh
c2bfd58be3
bump snapshot
2020-11-09 17:16:47 -08:00
Priya Wadhwa
9300331209
don't try to daemonize none driver
2020-11-09 15:47:15 -08:00
Ilya Zuyev
0f2c63881a
Merge branch 'master' into gh_9463_non_dev_dockerhost
2020-11-09 14:11:20 -08:00