Bump minikube iso to v1.0.7
parent
0c616a6b42
commit
830f1283f6
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# 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")
|
||||
|
|
Loading…
Reference in New Issue