Commit Graph

4895 Commits (97d27945ef7ac0f8b2e059091df71b76e5f4f58a)

Author SHA1 Message Date
Anders Björklund fccc77cacb
Merge pull request 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 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 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 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 

$ __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 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 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 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 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 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 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 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
Medya Gh 089bacc58f group init flags 2019-07-11 17:16:22 -07:00
Medya Gh 944d33e4e4 Fix config pointer 2019-07-11 16:41:07 -07:00
cclauss 610419df04 Use print() function in both Python 2 and Python 3
Signed-off-by: cclauss <cclauss@me.com>
2019-07-12 00:32:38 +02:00
Sharif Elgamal f158c226c3
Merge pull request from afbjorklund/lint-template
Fix golint complaint about new OutT/ErrT functions
2019-07-11 13:58:48 -07:00
Ben Ebsworth 365b208b6d reverting unexpected change in test data 2019-07-12 06:38:26 +10:00
Medya Gh 641c9c4bbd remove extra logging 2019-07-11 13:09:40 -07:00
Anders F Björklund 2b986ef638 Fix golint complaint about new OutT/ErrT functions 2019-07-11 22:03:22 +02:00
Sharif Elgamal f16ae95724 check error value 2019-07-11 12:19:41 -07:00
Kubernetes Prow Robot 65c6f9e5a3
Merge pull request from josedonizetti/refactor-status-cmd
Refactor status command
2019-07-11 11:54:10 -07:00
Sharif Elgamal c8f9562555 Use tempfile for extract test 2019-07-11 11:53:18 -07:00
Thomas Strömberg 82d4c7dd2c
Merge pull request from kairen/better-comment
Add space after // comments
2019-07-11 11:53:15 -07:00
Thomas Strömberg 5ac8f127c5
Merge pull request from afbjorklund/docker-18.09.7
Upgrade Docker, from 18.09.6 to 18.09.7
2019-07-11 11:39:49 -07:00
Thomas Strömberg b0b13e1a7c
Merge pull request from marcosdiez/dont_disable_container_engines_when_vmdriver_is_none
Don't disable other container engines when --vm_driver=none
2019-07-11 11:17:57 -07:00
Medya Gh 3e9077dd2a added comment 2019-07-10 23:42:23 -07:00
Medya Gh ff969e693b Simplifying start cmd 2019-07-10 23:14:15 -07:00
Sharif Elgamal 6c2c00b754
fixing lint 2019-07-10 11:44:49 -07:00
Sharif Elgamal 19838ab2f3
Merge pull request from medyagh/update_contacts
Update security contacts
2019-07-10 11:42:51 -07:00
Medya Gh d05c090811 Update security contacts 2019-07-10 10:48:31 -07:00
Sharif Elgamal ad4d55f0ad
Merge branch 'master' of github.com:kubernetes/minikube into extract-advice 2019-07-10 10:24:36 -07:00