Matt Rickard
3e328c8e3a
Move gen_helptext out of top level
...
Output docs to out/docs instead of ./docs since we have real
documentation in that folder now.
2017-05-03 15:30:27 -07:00
Dale Hamel
c769ef46ed
Ensure that data block device is ready before formatting
2017-05-03 18:28:19 -04:00
Matt Rickard
083aa482c4
Merge pull request #1446 from r2d4/doc-bugs
...
Minor doc bugs
2017-05-03 15:19:12 -07:00
Matt Rickard
9df88959a4
Minor doc bugs
2017-05-03 15:17:09 -07:00
Matt Rickard
f5e73b08ba
Merge pull request #1410 from r2d4/doc-redesign
...
Refactor docs
2017-05-03 15:10:53 -07:00
Matt Rickard
971b72d0bc
Refactor docs
...
Summary of changes (#1364 )
* README.md split up into specific tutorials in ./docs
* brew as preferred installation on macOS
* installation guide on README
* minikube iso changelog merged with minikube changelog
* developer guides moved to ./docs/contributors
* no relative links on main README, so that we can port this over to kubernetes.io
* ISO developer readme moved to ./docs/contributors
2017-05-03 14:54:26 -07:00
Matt Rickard
57f931c177
Merge pull request #1377 from dlorenc/noapi
...
Move more of the libmachine code up into minikube.
2017-05-03 14:40:28 -07:00
Matt Rickard
d76003ba34
Merge pull request #1427 from r2d4/kvm-driver-t
...
Run KVM tests against r2d4/kvm-driver too
2017-05-03 14:37:34 -07:00
Matt Rickard
3cb5781e54
Merge pull request #1444 from bryanlarsen/patch-1
...
Increase number of inodes
2017-05-03 14:37:22 -07:00
Matt Rickard
75a225227c
Run KVM tests against r2d4/kvm-driver too
...
If the performance is better and the integration tests consistently
pass, we can look into bringing this code in tree.
2017-05-03 10:13:38 -07:00
Bryan Larsen
eb16a5b66a
Increase number of inodes
...
fixes #1443
2017-05-03 13:10:20 -04:00
Thomas Graf
23660cb1bb
minikube-iso: Use buildroot branch 2017-02 ( #1412 )
...
This rebases minikube-iso to the release 2017-02.
A change in buildroot required the introduction of a `external.desc` as
multiple external trees are supported in modern buildroot versions. This
required change is described here [0].
[0] https://buildroot.org/downloads/manual/manual.html#br2-external-converting
The existing isolinux.cfg was not included in the config and thus
ignored, include it.
The 4.9.13 kernel included in buildroot 2017-02 is not compatible with
VBox guest additions 5.1.6, thus bump guest additions to 5.1.18.
The defconfig of 4.9.13 has been cleaned up.
systemd 232 included in buildroot 2017-02 is incompatible with docker <
17.03 without boot parameter systemd.legacy_systemd_cgroup_controller=yes
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2017-05-03 08:25:01 -07:00
Matt Rickard
8e534803ad
Merge pull request #1434 from r2d4/localkube-static
...
Add static_build tag for localkube
2017-05-02 10:15:30 -07:00
Matt Rickard
261c77bc4f
Merge pull request #1431 from r2d4/tpr-patch
...
Add warning when no groupMeta exists for verison
2017-05-02 10:07:32 -07:00
Teddy Schmitz
5f6511c73c
Add gcrurl env var to addon deployment and configuration
2017-05-02 12:14:17 +08:00
Matt Rickard
1fa9594252
Add static_build tag for localkube
...
Fixes https://github.com/kubernetes/minikube/issues/1422
godbus requires the static_build tag when building. Normal static
compliation doesn't add this go build tag automatically.
2017-05-01 15:34:54 -07:00
Matt Rickard
b0054c4ccd
Merge pull request #1432 from r2d4/kvm-update
...
Update kvm driver version in readme
2017-05-01 13:35:50 -07:00
Matt Rickard
d5b1832cab
Update kvm driver version in readme
2017-05-01 11:39:43 -07:00
dlorenc
4c22593d35
Move more of the libmachine code up into minikube.
2017-05-01 10:18:58 -07:00
Matt Rickard
03c3f7f138
Add warning when no groupMeta exists for verison
...
Reference: https://github.com/kubernetes/kubernetes/pull/44771
Fixes https://github.com/kubernetes/minikube/issues/1252
TPRs are incorrectly coupled with the RestMapper right now. The real
solution is for TPRs to not register themselves with the RestMapper.
This is a short term patch for minikube until the work is done
upstream. On start/stop, the namespace controller and the garbage
collector controller both call this code and panic since TPRs have
registered themselves with enabled versions but have no group metadata.
2017-05-01 10:11:03 -07:00
dlorenc
61ec292451
Fix minikube flag parsing. ( #1418 )
...
We can't use flags in init like this. They're not parsed yet.
2017-05-01 10:05:34 -07:00
dlorenc
fa118e1a94
Increase the status timeout. ( #1429 )
2017-04-28 13:30:02 -07:00
dlorenc
dd5b303a35
Minor e2e cleanups. ( #1425 )
2017-04-28 10:38:55 -07:00
dlorenc
4b7a59425b
Temporarily disable the mount test. ( #1424 )
2017-04-28 09:51:45 -07:00
dlorenc
56b45d6488
Move the pod setup outside of the mount test loop. ( #1423 )
...
Deleting pods with HVs takes some time, so let's do that separately.
2017-04-27 12:50:04 -07:00
dlorenc
c9bb006283
Add retries to GetPod calls. ( #1420 )
2017-04-26 16:53:41 -07:00
Matt Rickard
e37c87ae4f
Merge pull request #1416 from alex-vlasov/patch-1
...
Update README.md
2017-04-26 13:11:31 -07:00
Matt Rickard
53a38e967e
Merge pull request #1409 from r2d4/typo
...
Typo in restore script
2017-04-26 09:43:21 -07:00
Alexander Vlasov
c5166657af
Update README.md
2017-04-26 14:51:55 +03:00
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