Matt Rickard
1ba206f9b1
Merge pull request #1497 from r2d4/tpr-patch-fix
...
Fix patch for TPR panics in localkube
2017-05-15 20:39:08 -07:00
Matt Rickard
b02235c134
Fix patch for TPR panics in localkube
...
The patch correctly identified the metadata problem but did not skip
over when collecting the group metadata for the restmapper.
2017-05-15 13:34:43 -07:00
dlorenc
4e23392c03
Add some extra cleanup to common.sh ( #1495 )
...
* Add some extra cleanup to common.sh
* Sudo more commands.
2017-05-15 11:19:11 -07:00
Matt Rickard
19bdd2db68
Merge pull request #1489 from budhrg/cmd-short-description
...
Consistent short description for commands
2017-05-12 21:18:21 -07:00
Budh Ram Gurung
22e0f23845
Consistent short description for commands
2017-05-13 08:29:48 +05:30
Matt Rickard
40d68bfc65
Merge pull request #1491 from r2d4/update-releases
...
Update releases
2017-05-12 15:59:02 -07:00
Matt Rickard
f932646e73
Add 1.7.0-alpha.2 release
2017-05-12 15:27:36 -07:00
Matt Rickard
a8bbd9ffe8
Add 1.6.3 to releases
2017-05-12 15:15:32 -07:00
Matt Rickard
b12cba16d0
Merge pull request #1479 from r2d4/v1.6.3
...
Upgrade to k8s v1.6.3
2017-05-12 10:49:44 -07:00
Matt Rickard
bf40727fea
Merge pull request #1480 from r2d4/localkube-script
...
Add script to automate localkube upgrades
2017-05-12 10:39:55 -07:00
Matt Rickard
a9245692a6
Merge pull request #1476 from SukantGujar/patch-1
...
Fix typo
2017-05-12 08:43:25 -07:00
Matt Rickard
3f4c0d6188
Merge pull request #1487 from gianrubio/fix-path-links
...
fix broken links and scripts paths
2017-05-12 07:58:43 -07:00
Giancarlo Rubio
91a0645bac
fix broken links and scripts paths
2017-05-12 13:07:50 +02:00
Matt Rickard
7602eeda4f
Add script to automate localkube upgrades
2017-05-11 13:30:33 -07:00
Matt Rickard
2bdca814a2
Upgrade to k8s v1.6.3
2017-05-11 13:28:10 -07:00
SukantGujar
d0022c46b4
Fix typo
2017-05-11 19:00:39 +05:30
Aaron Prindle
85582c469c
Merge pull request #1470 from minikube-bot/jenkins-releases.json-v0.19.0
...
update releases.json to include v0.19.0
2017-05-10 09:39:12 -07:00
minikube-bot
e804149448
Update releases.json to include v0.19.0
2017-05-09 23:30:20 +00:00
Aaron Prindle
b61e7abae2
Merge pull request #1453 from aaron-prindle/bump-version-0.19.0
...
Cut 0.19.0 release
2017-05-09 16:16:55 -07:00
Aaron Prindle
d5556bf6a2
Cut 0.19.0 release
2017-05-09 15:34:43 -07:00
Aaron Prindle
d813e4a2b3
Merge pull request #1466 from aaron-prindle/name-to-profile
...
Changed --name to --profile and added minikube profile command
2017-05-09 15:29:55 -07:00
Aaron Prindle
ba8ea30172
Merge pull request #1469 from aaron-prindle/revert-automount-change
...
Revert "Ensure that data block device is ready before formatting"
2017-05-09 08:58:39 -07:00
Matt Rickard
d4afd7545f
Merge pull request #1467 from r2d4/default-args
...
Run integration tests with default args
2017-05-08 15:08:23 -07:00
Aaron Prindle
287c568c68
Revert "Ensure that data block device is ready before formatting"
...
This reverts commit c769ef46ed
.
2017-05-08 14:59:38 -07:00
Matt Rickard
01f7216af1
Run integration tests with default args
...
We should run all the integration tests with the default minikube
values.
2017-05-08 13:47:00 -07:00
Aaron Prindle
e91641c70c
Changed --name to --profile and added minikube profile command
2017-05-08 10:09:11 -07:00
Matt Rickard
7033b70b57
Merge pull request #1460 from r2d4/kvm-driver-2
...
use latest r2d4-kvm-driver
2017-05-05 15:41:26 -07:00
Matt Rickard
69109214a3
use latest r2d4-kvm-driver
2017-05-05 15:38:54 -07:00
Aaron Prindle
07efe558fd
Merge pull request #1455 from r2d4/cross-rule
...
Fix release-iso makefile rule
2017-05-04 17:23:29 -07:00
Matt Rickard
8d428a759c
Fix release-iso makefile rule
...
Remove the dependency on cross from checksum. This means that checksum
can be called without all binaries being built, but no checksums will
be generate for those binaries.
2017-05-04 17:19:06 -07:00
Aaron Prindle
ff83639664
Merge pull request #1440 from dalehamel/fix-data-mount-sync
...
Ensure that data block device is ready before formatting
2017-05-04 15:31:38 -07:00
Aaron Prindle
e15f46f1db
Merge pull request #1450 from r2d4/cask-install
...
brew cask install minikube
2017-05-04 10:40:18 -07:00
r2d4
41eac85959
brew cask install minikube
...
The minikube brew install is actually done with a brew-cask, which is brew, but for prebuilt binaries.
We use a 'cask' because minikube has a isn't super easy to build from source in a homebrew file.
2017-05-03 20:04:41 -07:00
Matt Rickard
c7a8bd9389
Merge pull request #1448 from r2d4/gen_text
...
Move gen_helptext out of top level
2017-05-03 15:32:55 -07:00
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
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