Commit Graph

4914 Commits (911f0e7ecfa3d6d9e3d86c6217953aab9eeca0cc)

Author SHA1 Message Date
Thomas Strömberg 4792e0202b
Merge pull request #4779 from afbjorklund/kvm2-fixes
Makefile improvements for the kvm2 driver
2019-07-17 09:14:42 -07:00
tstromberg 1dc2afc748 Address more merge conflicts 2019-07-17 09:05:47 -07:00
Thomas Strömberg fe6e2b15e2
Merge pull request #4738 from josedonizetti/move-supported-drivers-per-platform
Move supported drivers per platform
2019-07-17 09:02:37 -07:00
tstromberg 1b83a89df3 Settle merge conflicts 2019-07-17 09:00:54 -07:00
tstromberg 7a81b7cf68 Remove hardcoded driver list from help docs 2019-07-17 08:58:59 -07:00
Medya Ghazizadeh d15eb12900
Merge pull request #4737 from medyagh/simplify_start
refactoring and simplifying start command
2019-07-16 15:34:22 -07:00
tstromberg d0ae6e9d3b Obsolete driver lint issues 2019-07-16 15:16:51 -07:00
tstromberg 9896386d03 Fix docker-machine-driver-kvm2 build 2019-07-16 14:42:56 -07:00
tstromberg 6729f6cfe4 Remove remaining DriverXhyve and DriverKvmOld references 2019-07-16 13:54:24 -07:00
tstromberg 914713f388 Remove deprrecated drivers: kvm-old and xhyve 2019-07-16 13:40:00 -07:00
Thomas Strömberg da0516ad3a
Update Hyper-V header 2019-07-16 13:14:54 -07:00
Thomas Strömberg 1e02a6cbf3
Hyper-V: update note about dynamic memory 2019-07-16 13:14:26 -07:00
Anders F Björklund fa7fc3ba68 Build kvm image, if it doesn't exist in registry
docker://gcr.io/k8s-minikube/kvm-build-image:latest
2019-07-16 21:23:31 +02:00
Anders F Björklund e7039051a5 Improve libvirt linking and check ABI version
Make sure that we don't link with libvirt 2.0.0+ by mistake.

Don't need to link the LXC library, as we are not using it.
2019-07-16 21:23:26 +02:00
Anders F Björklund 2fe7856719 Add proper docker target for building kvm driver
We should respect the MINIKUBE_BUILD_IN_DOCKER param,
and also make the "docker inspect" output less verbose

And make the windows target repeatable, by leaving the
original output binary (copy instead of move) behind
2019-07-16 21:23:21 +02:00
josedonizetti 2ed16a1198 Move supported drivers per platform 2019-07-16 15:06:55 -03:00
Sharif Elgamal 8166539d95
Merge pull request #4724 from sharifelgamal/extract-advice
Extract Advice strings for localization
2019-07-16 10:42:36 -07:00
Medya Gh 78789d8d80 spelling 2019-07-16 09:33:35 -07:00
cclauss de6112f756 Lint Python code for syntax errors and undefined names
Lint Python code for issues like  #4741 and  #4762.
2019-07-16 11:34:49 +02:00
Anders Björklund fccc77cacb
Merge pull request #4556 from afbjorklund/kvm2-packages
Add linux packaging for the kvm2 driver binary
2019-07-16 10:05:37 +02:00
Anders Björklund 35753aa2da
Merge pull request #4703 from afbjorklund/crio-v1.15.0
Upgrade crio to 1.15.0
2019-07-16 10:03:12 +02:00
Kubernetes Prow Robot 3eeee2e633
Merge pull request #4752 from afbjorklund/index-packages
Create package index files, for apt and yum
2019-07-15 23:57:23 -07:00
Sharif Elgamal 941c7d5fb2
moving checks to their relevant stops so unit tests work 2019-07-15 13:38:12 -07:00
Sharif Elgamal 77931fb4e2
Merge branch 'master' of github.com:kubernetes/minikube into extract-advice 2019-07-15 13:36:48 -07:00
Sharif Elgamal a7d5309f8e
fix lint 2019-07-15 11:17:08 -07:00
Thomas Strömberg 079588c043
Merge pull request #4762 from cclauss/patch-1
Undefined name 'test' in run_tests.py
2019-07-15 11:06:20 -07:00
cclauss a23169c25e
Undefined name 'test' in run_tests.py
This issue was hidden by the syntax error in #4741

$ __time flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
./hack/prow/run_tests.py:28:32: F821 undefined name 'test'
  classname = os.path.basename(test).split('.')[0]
                               ^
1     F821 undefined name 'test'
1
```
2019-07-15 19:15:40 +02:00
Thomas Strömberg 5614a87a3f
Merge pull request #4761 from afbjorklund/crictl-1.15
Update crictl to v1.15.0
2019-07-15 09:29:41 -07:00
Thomas Strömberg ec8d2be4ba
Merge pull request #4741 from cclauss/print_function
Use print() function in both Python 2 and Python 3
2019-07-15 09:27:34 -07:00
tstromberg 2d46f42e7b Omit --wait for the released version, as it does not support this new flag 2019-07-15 08:53:42 -07:00
Anders F Björklund e57bc7e1c3 Update crictl to v1.15.0 2019-07-15 15:49:07 +02:00
Anders Björklund ffcca17edb
Merge pull request #4610 from afbjorklund/podman-1.4
Upgrade Podman to 1.4
2019-07-14 12:13:16 +02:00
Anders F Björklund 7584d6aa08 Move hostInfo into function, add error checking 2019-07-14 10:19:54 +02:00
Anders F Björklund 2ef0f74ed2 Change deb maintainer, lower case minikube 2019-07-14 09:32:19 +02:00
Anders F Björklund a1e1090422 Add linux packaging for the kvm2 driver binary 2019-07-14 09:28:27 +02:00
Anders F Björklund 8096a994ac Create package index files, for apt and yum
But don't have any signing infrastructure yet

Need somewhere to store the private gpg keys.
2019-07-13 21:37:24 +02:00
tstromberg 9f2590752b Set --wait=false to more tests where appropriate 2019-07-12 17:03:41 -07:00
tstromberg 21ab32eaf8 Make GlobalArgs vs StartArgs more explicit 2019-07-12 16:57:23 -07:00
Medya Ghazizadeh 6ac0611f32
Merge pull request #4748 from bennyhahmeen/master
Add documentation of the parallels vm-driver
2019-07-12 15:57:00 -07:00
Sharif Elgamal 92bb35137b
Make sure err_map.go exists 2019-07-12 15:28:26 -07:00
Benjamin Howell c3d960516b Remove stray newline addition in docs/drivers.md 2019-07-12 18:22:55 -04:00
Benjamin Howell a53622546f Updates to README.md and docs/drivers.md to document parallels vm-driver support 2019-07-12 18:18:47 -04:00
Thomas Strömberg 76c456b998
Merge pull request #4739 from sharifelgamal/tmo-extract-test
Use tempfile for extract test
2019-07-12 15:14:53 -07:00
Thomas Strömberg e1d0b99a53
Merge pull request #4746 from kubernetes/revert-4686-refactor-status-cmd
Revert "Refactor status command"
2019-07-12 15:14:16 -07:00
tstromberg 69b90f0d6e Merge branch 'master' into faster-kubelet 2019-07-12 14:24:53 -07:00
Thomas Strömberg b50aa37407
Revert "Refactor status command" 2019-07-12 14:23:38 -07:00
tstromberg 44c8dd52a8 Add --wait flag to allow users to skip pod health checks 2019-07-12 14:18:43 -07:00
Thomas Strömberg 0fee6733a2
Merge pull request #4743 from tstromberg/faster-kubelet
Reduce kubectl restart time from 10 seconds to 600ms
2019-07-12 10:37:05 -07:00
tstromberg 71ab89dfc2 Reduce kubectl restart time from 10 seconds to 600ms 2019-07-12 09:55:15 -07:00
Medya Gh 3dce194cd9 Move options for better groupiong 2019-07-11 17:26:36 -07:00