Commit Graph

2873 Commits (02ff59170c77b103f8cea63eea5ac8c7d31137cf)

Author SHA1 Message Date
Li Yi 9198b04386 Fix error messages for enabling/disabling addon
Signed-off-by: Li Yi <denverdino@gmail.com>
2018-04-29 18:06:48 -07:00
k8s-ci-robot 3663f740b0
Merge pull request #2774 from AdamDang/patch-6
Typo fix: Seperated list->Separated list
2018-04-29 02:52:17 -07:00
AdamDang 12f1833ea9
Typo fix: Seperated list->Separated list
Seperated list->Separated list
2018-04-29 16:27:11 +08:00
k8s-ci-robot f5d945597d
Merge pull request #2761 from AdamDang/patch-5
some small typo fixes
2018-04-26 09:29:02 -07:00
Daniel Santana 6e17f4cf0e
Add link to minikube repository for Void Linux 2018-04-24 13:32:28 -03:00
AdamDang 1e409df919
Update crio.conf 2018-04-23 20:14:09 +08:00
AdamDang 31aa6e49a6
Update srv_srv.go 2018-04-23 20:12:39 +08:00
AdamDang 3c50dee461
Update config.go 2018-04-23 20:10:55 +08:00
AdamDang d01d8e5773
Update cluster.go 2018-04-23 20:10:04 +08:00
Viktor Safronov 9ad5b4a190 Disable dnsmasq on minikube-net network for kvm driver 2018-04-20 07:40:43 -07:00
minikube-bot acd37d6539 Update releases.json to include v0.26.1 2018-04-18 19:28:56 -07:00
dlorenc 6ded2b647d Cut 0.26.1 release 2018-04-18 15:35:51 -07:00
dlorenc 258d1e149c Add none driver to the supported list. 2018-04-17 13:42:37 -07:00
PI-Victor 84bb1cba26 config: make hyperkit and kvm2 available as supported drivers 2018-04-17 13:22:17 -07:00
Anders F Björklund 8e299f4a67 Add the CRI preflight ignore, lost in refactoring
Also move the corresponding comments to the code
2018-04-16 08:54:22 -07:00
Dmitry Kirilyuk 508dda2692 Fixed extra-config RBAC example 2018-04-13 20:34:48 -07:00
dlorenc 2ec4692cf0 Fix gofmt. 2018-04-13 20:33:53 -07:00
awalker125 6158dd406e swith filepath.join for path.join 2018-04-13 08:35:32 -07:00
Anders F Björklund fc9f45f426 Use --skip-preflight-checks for k8s < 1.9 2018-04-13 08:34:05 -07:00
dlorenc 85cac4dfe7 Update docker-machine for hyper-v fix. 2018-04-12 13:58:59 -07:00
xianlubird 6b3194459b Fix some typo in Makefile
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-04-12 09:03:01 -07:00
Rohit Agarwal 34bb9bb6b8 Fix inconsistent version.
This was causing errors.

https://groups.google.com/d/msg/kubernetes-users/gLGXC6EfxzQ/zwgBITNPCQAJ
2018-04-12 09:02:14 -07:00
Anfernee Yongkun Gui f02f05b06b Add document for adding new driver 2018-04-12 07:51:18 -07:00
Volkert de Buisonjé 1bfb9f334b Correction in KVM2 installation instructions
The /usr/bin/ folder should not be cluttered with manually installed binaries. Those should be installed in /usr/local/bin/ instead, just as the kubectl and minikube binaries.
2018-04-11 18:32:21 -07:00
minikube-bot 53bacff4b4 Update releases.json to include v0.26.0 2018-04-10 14:57:20 -07:00
AdamDang 7263acea42 Correct the returned message
typo fix in the returned message
2018-04-10 14:57:01 -07:00
Matt Rickard 72c6d3d620
Merge pull request #2697 from dlorenc/release_localkube
Add the recent localkube releases.
2018-04-10 12:56:11 -07:00
dlorenc 51f7e60e39
Add the recent localkube releases. 2018-04-10 12:54:29 -07:00
dlorenc ce91e95496 Cut the 0.26.0 release. 2018-04-10 12:48:00 -07:00
dlorenc 0bf5166e14 Deprecate localkube. 2018-04-09 13:24:07 -07:00
Tim Hockin b27a989c86 Pass 2: k8s GCR vanity URL 2018-04-09 08:36:59 -07:00
Matt Rickard 0bd8f8800d
Merge pull request #2682 from r2d4/increase-timeout
kubeadm: increase mark master timeout
2018-04-05 14:58:08 -07:00
Matt Rickard d0755b6819 kubeadm: increase mark master timeout 2018-04-05 14:38:27 -07:00
dlorenc cc356e63c4 Miscellaneous none driver fixes. 2018-04-04 13:58:50 -07:00
dlorenc 125eede153 Bump the minikube ISO version. 2018-04-02 10:56:29 -07:00
Anders F Björklund 1a22f21886 Upgrade cri-o to version 1.10.0 2018-03-30 13:41:25 -07:00
dlorenc 09d4ecb25f Fix the jenkins build script to detect make errors.
Also fix the build itself.
2018-03-30 11:19:53 -07:00
Anders F Björklund 5b54dd6e16 Ignore preflight errors from CRI (dockershim.sock)
kubeadm init is running `crictl -r /var/run/dockershim.sock info`
before the socket actually exists (kubelet hasn't started up yet)
2018-03-30 08:32:19 -07:00
Anders F Björklund 60ec8bdf06 Add crictl from cri-tools, to minikube.iso
We don't need critest, because it requires go anyway.
But kubeadm insists on crictl being available in path.
2018-03-30 08:32:19 -07:00
Matt Rickard 3932663f3b
Merge pull request #2657 from dlorenc/1.10
Update to Kubernetes 1.10
2018-03-28 13:11:24 -07:00
dlorenc dcb5c2cc50 Manual changes for 1.10.
localkube now has to be non-statically compiled :(
2018-03-27 23:13:34 -07:00
dlorenc 6ff1639008
Vendor changes for 1.10 2018-03-27 10:47:20 -07:00
oilbeater fe881662de Update nginx-ingress version to 0.12.0
The new version resolve some rewrite, session-affinity and templates bugs and will fix https://github.com/kubernetes/minikube/issues/2206
2018-03-26 19:37:26 -07:00
Aaron Prindle 543266c475
Merge pull request #2621 from christofdamian/copr-link
Add link to minikube copr repository for Fedora/CentOS/Red Hat
2018-03-26 10:56:57 -07:00
AdamDang b31d0f4bfd Update reusing_the_docker_daemon.md
small typo fix
2018-03-26 07:38:42 -07:00
AdamDang c44c11fe5c Update persistent_volumes.md
In main text of this doc, "minikube" and "Minikube" both appears. 
Minikube is a proper noun. So it's better use same format in a doc.
2018-03-26 07:38:26 -07:00
dlorenc a000c35e17 Update to k8s 1.9.4. 2018-03-20 11:32:56 -07:00
Christof Damian c32aca8a7c Add link to minikube copr repository for Fedora/CentOS/Red Hat 2018-03-20 14:58:17 +01:00
AdamDang 6bf2661ca2 Typo fix "file sever"->"file server"
line 87: "file sever" should be replaced with "file server"
2018-03-13 09:12:12 -07:00
Matt Rickard 6ccc0198c7
Merge pull request #2597 from afbjorklund/docker
Upgrade Docker, from 17.09 to 17.12
2018-03-12 11:55:47 -07:00