提交 ad1bc443 编写于 作者: M Matt Rickard 提交者: GitHub

Merge pull request #1207 from r2d4/iso-v1.0.7

Bump minikube iso to v1.0.7
......@@ -23,7 +23,7 @@ BUILDROOT_BRANCH ?= 2016.08
REGISTRY?=gcr.io/k8s-minikube
DARWIN_BUILD_IMAGE ?= karalabe/xgo-1.7.3
ISO_VERSION ?= v1.0.6
ISO_VERSION ?= v1.0.7
ISO_BUCKET ?= minikube/iso
GOOS ?= $(shell go env GOOS)
......
# Minikube ISO Release Notes
## Version 1.0.7 - 3/2/2017
* Added ethtool
* Added bootlocal.sh script for custom startup options
* Added version info in /etc/VERSION
* Bumped rkt to v1.24.0
* Enabled user namespaces in kernel
* `/tmp/hostpath_pv` and `/tmp/hostpath-provisioner` are now persisted
## Version 1.0.6 - 2/2/2017
* Added back in curl, git, and rsync
* Enabled CONFIG_TUN in kernel
......
......@@ -27,7 +27,7 @@ minikube start
--host-only-cidr string The CIDR to be used for the minikube VM (only supported with Virtualbox driver) (default "192.168.99.1/24")
--hyperv-virtual-switch string The hyperv virtual switch name. Defaults to first found. (only supported with HyperV driver)
--insecure-registry stringSlice Insecure Docker registries to pass to the Docker daemon
--iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/iso/minikube-v1.0.6.iso")
--iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/iso/minikube-v1.0.7.iso")
--keep-context This will keep the existing kubectl context and will create a minikube context.
--kubernetes-version string The kubernetes version that the minikube VM will use (ex: v1.2.3)
OR a URI which contains a localkube binary (ex: https://storage.googleapis.com/minikube/k8sReleases/v1.3.0/localkube-linux-amd64) (default "v1.5.3")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册