Matt Rickard
5814dbef71
Merge pull request #1406 from warmchang/gcr
...
Modify the heapster_influxdb images source
2017-04-25 14:31:24 -07:00
Dale Hamel
94ef3d88b9
Add support for using raw disks with xhyve ( #1360 )
...
* Add support for using raw disks with xhyve, default it to true
* Fix formatting issue
* Prefix disk-driver with xhyve to make it clear it is only for xhyve
* Add missing config
2017-04-25 10:51:43 -07:00
Matt Rickard
ecac356933
Fix godep-restore script with new gopath
...
* We should be calling the hack/godep-restore script in kubernetes
instead of the normal godep restore ./...
* There was a typo in the case where a user didn't already have the
kubernetes repo cloned.
2017-04-25 10:45:11 -07:00
William Chang
6aa7acb51e
Modify the heapster_influxdb images source
2017-04-25 13:40:14 +08:00
Aaron Prindle
b1a69c653f
Merge pull request #1388 from aaron-prindle/mount-interface
...
Fixed mount command to bind on specific VM ip address instead of all …
2017-04-24 15:34:22 -07:00
dlorenc
c23dfba5d2
Update the addon manager. ( #1301 )
...
This gets us closer to being able to disable the storage provisioner.
2017-04-24 10:36:02 -07:00
Aaron Prindle
b4936d023f
Fixed mount command to bind on specific VM ip address instead of all interfaces
2017-04-24 09:59:12 -07:00
dlorenc
ca4f2914d1
Add order to localkube startup. ( #1371 )
...
* Add order to localkube startup.
This adds a "ready" concept to localkube servers.
* Add unit tests.
2017-04-24 09:22:05 -07:00
dlorenc
e620cf7e09
Properly respect WantKubectlDownloadMsg ( #1397 )
2017-04-21 13:54:30 -07:00
Matt Rickard
b72db3fcf7
Merge pull request #1399 from r2d4/v-parse
...
Set log levels in command prerun
2017-04-21 13:09:20 -07:00
Matt Rickard
438db81d9a
Set log levels in command prerun
...
If this is called in init, glog and viper haven't been properly set up
yet, so it does not trigger the logging output.
2017-04-21 11:41:30 -07:00
Aaron Prindle
43239ac771
Merge pull request #1390 from aaron-prindle/kubectl-error-msg
...
Added check for kubectl on Windows as well
2017-04-21 11:17:40 -07:00
Aaron Prindle
516e3e3e01
Merge pull request #1392 from aaron-prindle/update-reg-creds-docs
...
Updated registry-creds docs with configure command
2017-04-20 13:26:07 -07:00
Aaron Prindle
4cf991020b
Updated registry-creds docs with configure command
2017-04-20 13:21:10 -07:00
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