Matt Rickard
d4e211ca4d
Merge pull request #1874 from r2d4/k8s-client-integration
...
Use kubernetes client in integration tests
2017-08-23 14:28:42 -07:00
Matt Rickard
211ebb8a69
Use kubernetes client in integration tests
2017-08-23 13:09:30 -07:00
dlorenc
0b5bd79d50
Refactor of retries in integration tests.
2017-08-23 10:19:11 -07:00
Matt Rickard
41ebed7b62
Merge pull request #1870 from r2d4/none-cleanup
...
Clean up running containers for none driver
2017-08-22 20:15:33 -07:00
Matt Rickard
c75fadccc6
Merge pull request #1786 from r2d4/e2e
...
Move e2e binary compilation to makefile
2017-08-22 19:05:44 -07:00
Matt Rickard
1bf84c4c11
Clean up running containers for none driver
...
If containers are running from a previous run of the none driver, the
subsequent test runs will fail.
2017-08-22 18:03:38 -07:00
Matt Rickard
9d6541075e
Move e2e binary compilation to makefile
2017-08-22 17:01:13 -07:00
Matt Rickard
62c7ac0c75
Merge pull request #1857 from r2d4/update-viper
...
Upgrade one vendor dependencie containing a bug (github.com/spf13/viper)
2017-08-22 16:20:38 -07:00
Aaron Prindle
3e3f0071a3
Merge pull request #1860 from aaron-prindle/fix-none-status
...
Fix status issue with none driver where additional text is being prin…
2017-08-22 16:16:55 -07:00
Matt Rickard
fc9a641494
Merge pull request #1858 from r2d4/update-iso
...
Update minikube-iso to v0.23.2
2017-08-22 16:16:25 -07:00
Matt Rickard
af97e0b25d
Merge pull request #1868 from r2d4/remove-tests
...
Remove tests that called exit code
2017-08-22 16:15:19 -07:00
Aaron Prindle
99d8237f8b
Fix status issue with none driver where CombinedOutput was causing errors
2017-08-22 11:34:54 -07:00
Matt Rickard
793739d46a
Remove tests that called exit code
2017-08-22 11:05:59 -07:00
Matt Rickard
1052ff77bd
Merge pull request #1863 from r2d4/integration-test-cleanup
...
Remove 30 second wait from start stop
2017-08-22 09:29:45 -07:00
Aaron Prindle
c169131970
updated driver documentation to include none driver
2017-08-22 09:06:59 -07:00
Matt Rickard
c7247b9b17
Remove 30 second wait from start stop
...
I removed this awhile ago, but I'm not sure how it snuck back in.
The original issue was that the VM was getting a new IP, but the driver
was parsing the leases file and still picking the old IP. So the only
way to fix it was to wait for the old lease to expire.
2017-08-21 21:39:55 -07:00
Matt Rickard
6acab8b367
Update minikube-iso to v0.23.2
2017-08-21 21:05:18 -07:00
dlorenc
9b2dd165b3
Restart docker after configuration.
2017-08-21 18:00:13 -07:00
Aaron Prindle
ea8220868f
Merge pull request #1862 from aaron-prindle/fix-insecure-none
...
Fix mount syntax for insecure serving w/ none driver
2017-08-21 15:52:55 -07:00
Aaron Prindle
db45c6e0da
Fix mount syntax for insecure serving w/ none driver
2017-08-21 15:47:50 -07:00
Matt Rickard
a9c4e7518e
Merge pull request #1823 from abitrolly/patch-1
...
Expand Linux CI scenario
2017-08-21 13:42:10 -07:00
Matt Rickard
f995dce258
Merge pull request #1851 from r2d4/docker-start-once
...
Remove initial docker unit
2017-08-21 13:15:23 -07:00
Matt Rickard
6008e1f14f
Merge pull request #1853 from r2d4/return-error-code
...
Exit with non-zero code on error
2017-08-21 13:14:33 -07:00
Hugues Alary
fc3400a4e7
Upgrade one vendor dependencie containing a bug (github.com/spf13/viper)
...
The previous vendored `github.com/spf13/viper` had this bug https://github.com/spf13/viper/pull/296 .
This commit upgrades to the latest `github.com/spf13/viper` and closes #1797 .
2017-08-21 13:01:25 -07:00
Matt Rickard
0505111165
Merge pull request #1836 from r2d4/174
...
k8s 1.7.4
2017-08-21 08:27:32 -07:00
Matt Rickard
7d2f3b1209
Merge pull request #1838 from r2d4/delete-profile-config
...
Delete profile config on machine delete
2017-08-21 08:27:01 -07:00
Matt Rickard
56132b6183
Delete profile config on machine delete
...
Also, don't print out anything when a profile doesn't exist.
2017-08-20 22:47:14 -07:00
Matt Rickard
0db44af93c
Rewrite configureAuth
...
The current implementation assumes that we already have docker running.
This switches it to not remove any previous docker configuration
(since there isn't any), and uses our native file transfer utils
instead of the printf commands.
2017-08-20 22:44:19 -07:00
Matt Rickard
5692c2e59c
Exit with non-zero code on error
...
We don't log it, since RootCmd.Execute() will already print it out.
2017-08-20 22:16:17 -07:00
Matt Rickard
5a3d9777a3
Add 1.7.4 to releases.json
2017-08-20 15:41:46 -07:00
Matt Rickard
905fd1b0c0
Update to kubernetes 1.7.4
2017-08-20 15:41:46 -07:00
Matt Rickard
a0f0121e6e
Merge pull request #1852 from Rajadeepan/Rajadeepan-patch-1
...
Fix grammatical error
2017-08-20 14:02:22 -07:00
Rajadeepan D Ramesh
e886eefd25
Fix grammatical error
2017-08-21 02:02:17 +05:30
Matt Rickard
56e250e979
Delete docker default systemd unit from ISO
...
The docker daemon initially starts up in the ISO, only to be stopped
and replaced by minikube's custom configuration. This removes the
initial unit, so that docker doesn't automatically start up until
minikube restarts it with its configuration.
2017-08-20 11:04:24 -07:00
Matt Rickard
b038386436
Merge pull request #1846 from r2d4/macvtap
...
Add kernel module for MacVTap
2017-08-20 11:02:15 -07:00
Matt Rickard
8333e9ab3b
Merge pull request #1848 from r2d4/nogo
...
Revert "Add netgo to localkube build"
2017-08-20 11:01:45 -07:00
Matt Rickard
e52adec5bc
Revert "Add netgo to localkube build"
...
This reverts commit dc8abed571
.
2017-08-19 16:28:52 -07:00
Matt Rickard
65af725bef
Add kernel module for MacVTap
2017-08-19 12:06:27 -07:00
Matt Rickard
77ea1bad70
Merge pull request #1842 from r2d4/cluster-status
...
Rename localkube status to cluster status
2017-08-18 13:32:15 -07:00
Matt Rickard
f19fab24b4
Rename localkube status to cluster status
2017-08-18 11:55:28 -07:00
Matt Rickard
1d715bfbd0
Merge pull request #1834 from msnelling/add_cifs
...
Add CIFS support to kernel
2017-08-17 11:50:03 -07:00
Mark Snelling
e99987a0eb
Added CIFS support to kernel
2017-08-17 09:23:47 +01:00
Matt Rickard
a599beb739
Merge pull request #1829 from r2d4/netgo
...
Add netgo to localkube build
2017-08-16 20:35:06 -07:00
Matt Rickard
a94dc0aee2
Don't check error on hack/ remove docker images
...
Sometimes there aren't any to remove.
2017-08-16 20:11:45 -07:00
Mohammad Asif Siddiqui
d4560186bd
Fix minor typo
2017-08-16 20:11:14 -07:00
Matt Rickard
3da19eb751
Merge pull request #1791 from r2d4/codecov
...
Disable codecov comment bot
2017-08-16 15:44:39 -07:00
Aaron Prindle
19a8aa30b8
Merge pull request #1750 from aaron-prindle/localkube-dind-container
...
Add additional localkube-dind docker image.
2017-08-16 15:39:30 -07:00
Aaron Prindle
20f99fc500
Add additional localkube-dind docker image.
2017-08-16 15:30:07 -07:00
Matt Rickard
dc8abed571
Add netgo to localkube build
...
ref https://github.com/google/cadvisor/pull/1719
2017-08-16 11:51:39 -07:00
Matt Rickard
9f11faeada
Merge pull request #1824 from r2d4/sudo-travis
...
Add sudo to travis
2017-08-14 10:47:57 -07:00