Commit Graph

10490 Commits (ea1331619a8b43a84a627df944caa2e69aff6b51)

Author SHA1 Message Date
Sharif Elgamal 90cd6c36fb don't run multinode tests in parallel 2020-04-28 17:58:12 -07:00
Sharif Elgamal dc0ceeef2c debugging for multinode test 2020-04-28 17:06:24 -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
Sharif Elgamal de5e493b10 add unit tests 2020-04-28 11:15:11 -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 b116cd15bb lint 2020-04-28 10:18:33 -07:00
Sharif Elgamal e61a18cbaa be smarter about allocating memory for multinode clusters 2020-04-28 10:10:02 -07:00
Sharif Elgamal de71233966
Merge pull request #7851 from radeksm/feature/7667
Add list option for "minikube node" command
2020-04-28 10:09:38 -07:00
Noah Spahn f5c7a6f74b
Merge pull request #1 from noah-de/Minor-readability-edits
Very minor grammar corrections to aid readability
2020-04-28 09:55:19 -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
Radoslaw Smigielski c1cd59821b Example how to enable multiple addons on start command 2020-04-28 10:18:57 +01: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
Noah Spahn f802293dfd
Very minor grammar corrections to aid readability 2020-04-27 23:07:53 -07:00
Anders F Björklund f78e00e99b Merge branch 'master' into podman-sudo 2020-04-28 07:55:38 +02:00
priyawadhwa 278b92fb4a
Merge pull request #7815 from priyawadhwa/systemd
Add option to force docker to use systemd as cgroup manager
2020-04-27 18:15:08 -07: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
Radoslaw Smigielski a843b3083c Also show IP address of the node 2020-04-27 21:51:58 +01: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
Radoslaw Smigielski 4c1e6c5fe0 Merge branch 'master' into feature/7667 2020-04-27 20:52:23 +01:00
Priya Wadhwa 67efd1120e update docs 2020-04-27 10:47:43 -07:00
Priya Wadhwa 2459caea75 update SHA 2020-04-27 10:47:10 -07:00
Priya Wadhwa 90b029e359 Add varlink for podman-env
'
2020-04-27 10:45:34 -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
Anders F Björklund 795128131f Remove old Copy function added in merge conflict 2020-04-26 22:52:10 +02:00
Anders F Björklund e95ae3280c Fix copy/paste error on the podman usage page 2020-04-26 22:45:38 +02:00
Anders F Björklund 28106fa2d7 Use constants instead of the KIC prefix strings 2020-04-26 15:22:57 +02:00
Anders F Björklund d96d9d34ed Include any output from podman version in the log 2020-04-26 15:12:04 +02:00
Anders F Björklund 88c8a24d55 Pass the container implementation on to systemd 2020-04-25 22:43:40 +02:00
Anders F Björklund 7185140c57 Remove extra quotes added in conflict resolution
Reverted f264ac171e by accident
2020-04-25 22:09:52 +02:00
Anders F Björklund 7647b1f998 Don't try to limit podman memory without cgroup
Podman requires both memcg and memcg_swap for it (--memory).

Docker will still limit memory, without swap limit support.
2020-04-25 22:01:51 +02:00
Anders F Björklund bb37c7098c Fix log message to say driver and not cruntime 2020-04-25 21:57:41 +02:00
Anders F Björklund 6644c5cc64 Merge branch 'master' into podman-sudo 2020-04-25 18:05:33 +02:00
Radoslaw Smigielski d42a0a145c Fix lint error 2020-04-25 07:32:40 +01:00
Radoslaw Smigielski fe59e38748 Sort map of styles' names to style struct 2020-04-25 07:15:29 +01:00
Radoslaw Smigielski 7462bb5568 Sort available style constants
We have a number of style constant names defined in completly random
order, let's make a little bit of cleanup here.
2020-04-25 06:54:02 +01:00
Medya Ghazizadeh 947dc21701
Merge pull request #7898 from medyagh/svc_url_wait
docker/podman drivers: wait for service before open url
2020-04-24 20:10:09 -07:00
Medya Gh 556e8871b7
wait for service 2020-04-24 19:13:39 -07:00
Thomas Stromberg d98a484f87 Ensure that there is an output file to operate on 2020-04-24 17:11:52 -07:00