Commit Graph

1973 Commits (fc9a641494610bffd5747e3a65d5d52b90e5e83a)

Author SHA1 Message Date
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
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
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
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
Mohammad Asif Siddiqui 86a268b543 Update README.md 2017-08-14 10:24:09 -07:00
Mohammad Asif Siddiqui c07436fe6d Add GoReportCard Badge 2017-08-14 10:24:09 -07:00
Matt Rickard 1650c59774 Add sudo to travis
The builds have been failing, sudo gives us more memory to work with.
2017-08-14 10:19:00 -07:00
dlorenc 2bd9f94220 Fix the none driver with insecure serving.
There's a race condition where the kubelet starts up before this directory
gets created. If you create a HostPath volume without a trailing / on a path
that doesn't exist, it looks like something treats it as a file instead of a
directory.
2017-08-14 09:42:09 -07:00
Matt Rickard fd89014209 Merge pull request #1810 from chrissound/patch-1
Addition of commands to run at once
2017-08-14 09:20:36 -07:00
Anatoli Babenia 782fd55dbe Typo 2017-08-14 12:45:12 +03:00
Anatoli Babenia 806db584b9 Expand Linux CI scenario 2017-08-14 12:44:22 +03:00
Matt Rickard 1d2050ebf4 Merge pull request #1813 from r2d4/173release
add 1.7.2 and 1.7.3 to releases.json
2017-08-13 11:51:09 -07:00
Erik Stidham 437fe66b92 Add kernel modules needed by Calico
- Enable ipset module CONFIG_IP_SET_HASH_NET
- Enable ipip module CONFIG_NET_IPIP
2017-08-12 07:32:35 -07:00
Matt Rickard 02400c194b Merge pull request #1772 from darkowlzz/avoid-k8s-downgrade
fix(cmd/start): prevent k8s version downgrades
2017-08-11 11:01:50 -07:00
Matt Rickard 3aebb95350 add 1.7.2 and 1.7.3 to releases.json 2017-08-11 10:45:22 -07:00
Matt Rickard 87a29ada7a Merge pull request #1784 from r2d4/1.7.3
1.7.3
2017-08-11 09:04:13 -07:00