Medya Gh
1ee8cabd6f
add TODO with issue link
2020-05-04 13:12:50 -07:00
Medya Gh
7914d057d1
fall back to github if gcr.io is not available
2020-05-04 13:12:50 -07:00
Medya Ghazizadeh
6eeb929b3d
Merge pull request #7962 from afbjorklund/podman-gateway
...
Get the gateway by inspecting container network
2020-05-04 20:05:56 +00:00
Medya Ghazizadeh
1da92a1c84
Merge pull request #7961 from afbjorklund/podman-preload
...
Use the correct binary for unpacking the preload
2020-05-04 20:04:19 +00:00
Medya Ghazizadeh
e0685c8f5d
Merge pull request #7984 from medyagh/detect_windows_container
...
Detect windows container and exit with instructions
2020-05-04 20:01:17 +00:00
Anders F Björklund
cc6506d2c9
Remove logging statement from containerGateway
2020-05-03 09:42:32 +02:00
Medya Gh
85aa9709da
lint
2020-05-02 20:30:50 -07:00
Medya Gh
f68f45a30a
flip debug if
2020-05-02 20:20:58 -07:00
Medya Gh
d887259153
add to registry
2020-05-02 20:19:17 -07:00
Medya Gh
6b09d4ebe5
misspell
2020-05-02 19:34:52 -07:00
Medya Gh
ddd3c72f9d
add kic base image to the cluster config
2020-05-02 19:29:54 -07:00
Medya Gh
bcecda8e20
add comment for error type
2020-05-02 18:48:52 -07:00
Medya Gh
2102a20605
wrap errors
2020-05-02 18:38:23 -07:00
Medya Gh
4572d0634f
exit with usage if container type is windows
2020-05-02 18:29:33 -07:00
Medya Gh
ee9004f93b
add os type to DaemonInfo
2020-05-02 17:02:19 -07:00
Anders F Björklund
743f9f7efc
Don't show any podman hint about restarting sudo
2020-05-01 22:21:32 +02:00
Anders F Björklund
e2d7d94dfc
Use the correct binary for unpacking the preload
...
Previously hardcoded to *always* use a Docker volume,
even if using a different container driver (podman).
2020-05-01 22:11:28 +02:00
Anders F Björklund
3531efda7b
Get the gateway by inspecting container network
2020-05-01 15:05:21 +02:00
Thomas Strömberg
c65225d2e6
Merge pull request #7896 from tstromberg/download-tests-suck
...
download: unify handling, refuse while under test
2020-04-30 11:21:32 -07:00
Thomas Strömberg
147fd9e2b1
Merge pull request #7714 from tstromberg/k8s-v1.18.1
...
Upgrade default Kubernetes to v1.18.1
2020-04-29 10:29:00 -07:00
Thomas Stromberg
e9bf83d5f0
Make a better mock interface, detect integration tests
2020-04-29 09:46:20 -07:00
Thomas Stromberg
0cd6a01180
Merge branch 'master' into download-tests-suck
2020-04-29 09:17:43 -07:00
Thomas Strömberg
7b39b102d6
Merge pull request #7930 from sharifelgamal/cni
...
Automatically apply CNI on multinode clusters
2020-04-29 09:14:38 -07:00
Thomas Strömberg
7dc28f6af7
Merge pull request #7247 from tstromberg/control-plane-host
...
Add `(host|control-plane).minikube.internal` to /etc/hosts
2020-04-29 09:10:49 -07:00
Thomas Strömberg
dc4e85f77b
Merge pull request #7839 from Hellcatlk/master
...
Add unit test for function ChownR&MaybeChownDirRecursiveToMinikubeUser
2020-04-29 08:54:58 -07:00
Thomas Strömberg
dee6d518ce
Merge pull request #7631 from afbjorklund/podman-sudo
...
Add "sudo" to podman calls
2020-04-29 08:53:41 -07:00
Thomas Strömberg
2f78bff4ed
Merge pull request #7858 from priyawadhwa/upgrade-kic
...
Upgrade docker driver base image to v0.0.10
2020-04-29 08:48:45 -07:00
Medya Ghazizadeh
c739d3f564
Merge pull request #7928 from sharifelgamal/mem
...
improve auto-select memory for multinode clusters
2020-04-28 21:22:22 -07:00
Sharif Elgamal
17d7c2a0f8
finish comment
2020-04-28 12:45:01 -07:00
Sharif Elgamal
19705a481e
remove debugging
2020-04-28 12:40:42 -07:00
Sharif Elgamal
747b18a955
lint
2020-04-28 12:10:27 -07:00
Sharif Elgamal
2d95ec9222
check for multinode
2020-04-28 11:42:51 -07:00
Sharif Elgamal
d637698b60
Merge branch 'master' of github.com:kubernetes/minikube into cni
2020-04-28 11:19:07 -07:00
priyawadhwa
6f6ac3aeb2
Merge pull request #7880 from n0npax/improve-perf-test-coverage
...
Improve perf test coverage
2020-04-28 10:23:05 -07:00
Sharif Elgamal
e61a18cbaa
be smarter about allocating memory for multinode clusters
2020-04-28 10:10:02 -07:00
Thomas Stromberg
798fb930b0
Merge branch 'master' into k8s-v1.18.1
2020-04-28 08:11:34 -07:00
Thomas Stromberg
878fc6a5f0
Merge branch 'master' into control-plane-host
2020-04-28 08:09:24 -07:00
Anders F Björklund
78a22f5056
Remove prefix parameter and add prefix command
...
Move the "sudo" prefix to a central location, instead of
having it all over the place. Assume only needed on Linux.
2020-04-28 13:52:52 +02:00
Kubernetes Prow Robot
f33de7fd11
Merge pull request #7902 from radeksm/bugfix/7792
...
sort styles constant and style' map - continuation of bugfix/7792
2020-04-28 02:10:05 -07:00
Anders F Björklund
f78e00e99b
Merge branch 'master' into podman-sudo
2020-04-28 07:55:38 +02:00
Sharif Elgamal
e2467b2081
just always apply overlay
2020-04-27 17:53:55 -07:00
Sharif Elgamal
5848bbe011
Merge branch 'master' of github.com:kubernetes/minikube into cni
2020-04-27 14:15:19 -07:00
Sharif Elgamal
228c1b092c
automatically apply kic overlay when detecting multinode clusters
2020-04-27 14:15:12 -07:00
Anders F Björklund
1744ffe773
Restore the configured state added for podman
...
Reverted 22aa1aff22 by accident
2020-04-27 22:27:53 +02:00
Anders F Björklund
bf4aa78ca6
Log the version used of the two KIC runtimes
2020-04-27 21:58:42 +02:00
Priya Wadhwa
2459caea75
update SHA
2020-04-27 10:47:10 -07:00
Priya Wadhwa
e3397d559f
Merge branch 'master' of https://github.com/kubernetes/minikube into systemd
2020-04-27 10:33:12 -07:00
Anders F Björklund
a041f4012a
Podman allows setting --cpus and --memory now
2020-04-27 17:02:13 +02:00
Anders F Björklund
95c95599c2
Align podman driver with docker and improve check
...
Make sure to use "sudo podman version" on Linux
(need user namespace support for "podman version")
And improve error output handling for podman-remote
(when the remote service is not running properly)
2020-04-27 12:43:02 +02:00
Anders F Björklund
998ab840fb
Use simple version of podman info format parameter
...
So that it works with the older versions of podman
2020-04-26 22:54:45 +02:00