Commit Graph

2898 Commits (cc0a97f304a7e5b7601162426c3a1b5e0a97dd92)

Author SHA1 Message Date
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
Matt Rickard c98115f172
Merge pull request #2590 from dlorenc/validating
Add the ValidatingAdmissionWebhook controller.
2018-03-12 10:27:03 -07:00
Matt Rickard e3194f60f7
Merge pull request #2591 from lenalebt/master
deactivated hsts by default
2018-03-12 10:26:36 -07:00
Matt Rickard c85cca3165
Merge pull request #2600 from praveenkumar/issue_2599
Issue #2599 Add sshfs support for minikube iso
2018-03-12 10:25:28 -07:00
Praveen Kumar 1327ea805c Issue #2599 Add sshfs support for minikube iso 2018-03-12 16:09:46 +05:30
Yongkun Anfernee Gui 0fa64b3bd8 Reorganize the minikube drivers
- Add registry to register all supported drivers in different platforms.
- Add DriverDef to define driver's metadata.
- All driver support logic moved to pkg/minikube/drivers, removed all
  driver name switches scattered in different packages.
2018-03-11 13:41:30 -07:00
Yongkun Anfernee Gui ab9f3b234d Remove OS dependent SupportedVMDrivers
Use ListDrivers() method to get the list of VM drivers.
SupportedVMDrivers become the whole list of VM drivers on all
platforms, which is used in gendocs only.
2018-03-11 13:41:30 -07:00
Yongkun Anfernee Gui 1057edfa8f Add registry to discover driver in different platforms
Different platform has differnet list of supported drivers. The
registry contains the correct list of drivers that are supported. In
future we could add commands like `minikube list-drivers`
2018-03-11 13:41:30 -07:00
Anders F Björklund cc965e3793 Upgrade Docker, from 17.09.0-ce to 17.12.1-ce 2018-03-11 18:46:22 +01:00
Lena Brüder d8d4f613e4
note about where to find more docs 2018-03-08 10:20:33 +01:00
Lena Brüder 1c46c11a81
note about plugin default config
Added note about where to find plugin configuration.
2018-03-08 10:14:58 +01:00
Lena Brüder cbb97958eb
deactivated hsts by default
HSTS has been deactivated explicitly by default for the ingress controller in minikube, because it causes trouble for local development. Minikube is intended for local development, so this feature should not be turned on by default.
2018-03-07 10:02:44 +01:00
dlorenc 3cce3ca727 Make ResourceQuota last. 2018-03-06 20:50:22 -08:00
dlorenc b227d6d5e9 Add the ValidatingAdmissionWebhook controller. 2018-03-06 09:12:38 -08:00
Sandeep Rajan a5afebdc40 update manifest 2018-03-06 07:42:45 -08:00
dlorenc 9b86712058 Update docker-machine to fix hyper-v cmdlet collision. 2018-03-06 07:41:58 -08:00
Matt Rickard 09b5cc8dd3
Merge pull request #2589 from AdamDang/patch-1
Type fix "iso"->"ISO"
2018-03-04 21:09:20 -08:00
AdamDang 2742ec50a2
Type fix "iso"->"ISO"
In this doc, "ISO" is written some in capitals, some not in. please keep consistency.
2018-03-05 11:55:43 +08:00
Alina Mackenzie aadeb9656b Fix jsonpath syntax to use lowercase nodePort
Documentation fix.

Resolves #2559
2018-02-27 10:21:28 -08:00
Matt Rickard f4c1a3568c
Merge pull request #2403 from afbjorklund/preflight
Remove --skip-preflight-checks, ignore unwanted checks
2018-02-26 22:38:11 -08:00
Matt Rickard 3a95da4b6a
Merge pull request #2578 from dlorenc/1.9.3
Update to k8s v1.9.3.
2018-02-26 22:36:11 -08:00
dlorenc 67487c3164 Update to k8s v1.9.3. 2018-02-26 13:21:25 -08:00
Anders F Björklund e88e206ea9 Add missing boilerplate to makedepend.sh 2018-02-26 09:51:56 -08:00
Anders F Björklund 8f63f33e56 Use the $ORG variable for the make dependencies
Before we would hardcode the repo path that we are looking for.
Currently we include everything from the organization (k8s.io).
2018-02-26 09:51:56 -08:00
Anders F Björklund fe30157432 Make sure to add the current module to the list
Before we would only add the files from the dependencies,
not the file from the actual module (such as "main.go").
2018-02-26 09:51:56 -08:00
Anders F Björklund 5cbbc7cf51 Ignore failures including dependency files 2018-02-26 09:51:56 -08:00