Aaron Prindle
4e00a5a9f4
Added check for kubectl on Windows as well
2017-04-20 11:44:59 -07:00
Aaron Prindle
83f77bb466
Merge pull request #1385 from foobarto/patch-1
...
Updated example how to enable RBAC
2017-04-20 08:21:06 -07:00
Bartosz Ptaszynski
cdef45ad3b
Updated example how to enable RBAC
...
Tested with k8s v1.6.0 and minikube v0.18.0
The extra-config should be `--extra-config=apiserver.Authorization.Mode=RBAC`
2017-04-20 11:57:43 +01:00
Aaron Prindle
0f0dfb65ab
Merge pull request #1320 from aaron-prindle/multiple-vms
...
Added --name flag and MINIKUBE_NAME env var for vm machine name
2017-04-19 12:05:55 -07:00
Aaron Prindle
41c5ba7663
Merge pull request #1350 from aaron-prindle/mount-vm-path
...
Changed mount syntax to be host-path:vm-path
2017-04-19 12:03:22 -07:00
Aaron Prindle
1b79cfd566
Added --name flag and MINIKUBE_NAME env var for vm machine name
2017-04-19 11:37:40 -07:00
Aaron Prindle
b3ad7539b1
Changed mount syntax to be host-path:vm-path
2017-04-19 10:15:04 -07:00
Matt Rickard
7ce80e5b78
Merge pull request #1363 from r2d4/godeps-hack
...
Godeps hack
2017-04-17 09:06:57 -07:00
Matt Rickard
d5e53336ba
godeps restore, godeps save
2017-04-14 13:20:58 -07:00
Matt Rickard
184d9461df
Add godeps hack scripts
2017-04-14 13:20:50 -07:00
Matt Rickard
2455da4b88
Merge pull request #1357 from r2d4/dns-1.14
...
Upgrade kube-dns to 1.14.1
2017-04-14 13:02:41 -07:00
Matt Rickard
0b9da3d4fb
Merge pull request #1367 from r2d4/ingress-9.4
...
Bump ingress to v0.9.0-beta.4
2017-04-14 13:02:30 -07:00
Matt Rickard
cf20e54419
Merge pull request #1352 from warmchang/start
...
Add the multi VM drives discription.
2017-04-13 19:24:11 -07:00
Wiiliam Chang
3b7615b45f
Add the multi VM drive discription.
2017-04-14 09:12:29 +08:00
Matt Rickard
570240cc79
Merge pull request #1368 from siggy/siggy/minkube-readme
...
fix minikube spelling in readme
2017-04-13 10:51:36 -07:00
Matt Rickard
488394e39f
Merge pull request #1356 from aaron-prindle/remove-auto-gen-docs
...
Removed auto-doc generation code, the docs, and the test checks
2017-04-13 10:44:32 -07:00
Andrew Seigner
45d09d4a6d
fix minikube spelling in readme
2017-04-13 10:27:09 -07:00
Matt Rickard
ae931c00ad
Bump ingress to v0.9.0-beta.4
...
ref https://github.com/kubernetes/ingress/issues/602
2017-04-13 09:59:52 -07:00
Matt Rickard
a765d57d53
Upgrade kube-dns to 1.14.1
2017-04-12 10:01:04 -07:00
Aaron Prindle
715ee87dc9
Merge pull request #1298 from aaron-prindle/no-network-wait
...
Removed dependency on localkube to wait for the network to be up
2017-04-12 09:10:49 -07:00
Aaron Prindle
a11b47160f
Removed dependency on localkube to wait for the network to be up
2017-04-12 08:38:14 -07:00
Matt Rickard
9750a7eb3a
Merge pull request #1361 from r2d4/use-normal-kubectl
...
Use normal kubectl for integration tests
2017-04-12 08:27:05 -07:00
Matt Rickard
635ea3b8e4
Merge pull request #1347 from r2d4/cross-make
...
Makefile checksum rule should target cross
2017-04-12 08:26:33 -07:00
Matt Rickard
2e94d88e77
Use normal kubectl for integration tests
...
We were using an alpha v1.6 kubectl to run 1.5 and 1.6 branches of
minikube at the same time. Since we've merged in 1.6, we will always
use 1.6 kubectl. I've updated the slaves to have it.
2017-04-11 11:15:51 -07:00
Aaron Prindle
2015d0a7d8
Updated private registry documentation to reflect changes in registry-creds and an outdated link ( #1284 )
2017-04-11 08:13:55 -07:00
Everett Toews
aa9f16bd87
Inform users which version of Kubernetes is starting ( #1332 )
...
This can be very informative for users new to Kubernetes and minikube.
2017-04-11 07:45:30 -07:00
Aaron Prindle
840c8c2f82
Removed /docs and docs-test from test.sh
2017-04-10 09:47:17 -07:00
Aaron Prindle
8ca98d6855
Merge pull request #1329 from mikegrass/update_libmachine_dependency
...
Update docker/machine dependencies for minikube to pull in fix for #1328
2017-04-10 09:40:10 -07:00
William Chang
8a3f6717c6
Add the HyperV-driver link. ( #1351 )
...
* Add the HyperV-driver link.
* Add the HyperV-driver link.
2017-04-10 07:57:42 -07:00
Mike Grass
7cc510e180
Document the `ExecStart=` behavior for the dockerd config
2017-04-10 04:38:14 -07:00
Aaron Prindle
2e165a1f86
Merge pull request #1355 from dalehamel/add-notrack
...
Add NOTRACK as an xtables target
2017-04-09 22:34:22 -07:00
Dale Hamel
57d7fb58a9
Add NOTRACK as an xtables target
2017-04-09 22:06:09 -04:00
Matt Rickard
06e3c7b762
Merge pull request #1354 from dalehamel/master
...
Enable netfilter raw tables as module
2017-04-09 16:16:44 -07:00
Dale Hamel
4f7edd9681
Enable netfilter raw tables as module
2017-04-09 16:28:08 -04:00
Aaron Prindle
447b3cb9f9
Merge pull request #1333 from aaron-prindle/no-minikube-dir
...
Removed .minikube folder creation from version command
2017-04-09 10:11:51 -07:00
Matt Rickard
888bcf2d02
Merge pull request #1349 from aaron-prindle/vscode-gitignore
...
Added .vscode to .gitignore
2017-04-07 16:06:53 -07:00
Aaron Prindle
c3e871cfdf
Added .vscode to .gitignore
2017-04-07 16:02:37 -07:00
Aaron Prindle
5e11c69b8e
Merge pull request #1335 from aaron-prindle/mount-docs
...
Updated README.md with minikube mount information
2017-04-07 15:58:31 -07:00
Aaron Prindle
872f07ec95
Merge pull request #1346 from r2d4/0.18-json
...
Add 0.18.0 to releases.json
2017-04-07 15:58:10 -07:00
Matt Rickard
8deb7ca8f5
Merge pull request #1345 from r2d4/attributes
...
Remove .gitattributes, update gendocs
2017-04-07 15:57:34 -07:00
Matt Rickard
c59168848f
Merge pull request #1348 from r2d4/arch-18
...
Update arch linux installer for 0.18.0
2017-04-07 15:30:19 -07:00
Matt Rickard
a317dd113f
Update arch linux installer for 0.18.0
2017-04-07 15:26:56 -07:00
Aaron Prindle
0f6ffb76ab
Updated README.md with minikube mount information
2017-04-07 15:23:45 -07:00
Matt Rickard
9392dd6273
Makefile checksum rule should target cross
2017-04-07 15:21:26 -07:00
Matt Rickard
1b57fce112
Add 0.18.0 to releases.json
2017-04-07 15:07:45 -07:00
Matt Rickard
db3bf3ba46
Remove .gitattributes, update gendocs
2017-04-07 15:04:51 -07:00
Matt Rickard
ae98df25bf
Merge pull request #1343 from r2d4/travi
...
Remove libvirt dependency from travis build
2017-04-07 15:01:53 -07:00
Matt Rickard
86bc160801
Remove libvirt dependency from travis build
2017-04-07 14:18:40 -07:00
Matt Rickard
577fe8f01e
Merge pull request #1337 from r2d4/gendocs
...
Update gendocs, disable ufs flag
2017-04-07 13:28:08 -07:00
Matt Rickard
6bdfcf9971
Merge pull request #1339 from r2d4/0.18
...
Cut 0.18.0 release
2017-04-07 13:26:13 -07:00