Commit Graph

4676 Commits (9896386d03319d92a926b8a00a2afce62e1c2e05)

Author SHA1 Message Date
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
Sharif Elgamal 8166539d95
Merge pull request #4724 from sharifelgamal/extract-advice
Extract Advice strings for localization
2019-07-16 10:42:36 -07: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
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 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
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
Thomas Strömberg b50aa37407
Revert "Refactor status command" 2019-07-12 14:23:38 -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
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 #4740 from afbjorklund/lint-template
Fix golint complaint about new OutT/ErrT functions
2019-07-11 13:58:48 -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 #4686 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 #4688 from kairen/better-comment
Add space after // comments
2019-07-11 11:53:15 -07:00
Thomas Strömberg 5ac8f127c5
Merge pull request #4657 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 #4545 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
Sharif Elgamal 6c2c00b754
fixing lint 2019-07-10 11:44:49 -07:00
Sharif Elgamal 19838ab2f3
Merge pull request #4732 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
Sharif Elgamal c92e65ec28
Add templating for proper localization (#4677)
* Add templating for proper localization

* Fixing tests for new translation style

* checking errors is important

* fixing more console tests

* good function names make for happy developers

* add test for OutTemplateStyle

* short function names make for happy developers

* better formatting

* more better variable names
2019-07-10 10:17:28 -07:00
Sharif Elgamal 1940547c37
better variable name 2019-07-09 16:20:03 -07:00
Sharif Elgamal 392b51e3b8
refactored for clarity 2019-07-09 16:01:23 -07:00
Sharif Elgamal fc9fc7eecd
initial commit for extracting advice strings 2019-07-09 15:48:26 -07:00
Medya Ghazizadeh 57f6d877ed
Merge pull request #4689 from palnabarun/4664-fix
Fixes the issue which caused all containers to be deleted on minikube delete
2019-07-09 15:23:39 -07:00
Thomas Strömberg fc5c01b1f4
Merge pull request #4647 from blueelvis/start-options-documentation
Add documentation for minikube CLI commands
2019-07-09 14:35:32 -07:00
josedonizetti 120ce27845 Refacator status command 2019-07-09 15:58:01 -03:00