Commit Graph

311 Commits (fc12610e188ca095a079da6cf22334c606b8cb5a)

Author SHA1 Message Date
Thomas Strömberg 1211eda1c6
Make the none driver clearer. 2019-02-15 21:45:49 -08:00
Thomas Strömberg a1f7befff4
Update drivers.md 2019-02-15 21:03:22 -08:00
Thomas Strömberg b26a8c77c1
Merge pull request #3690 from joerg84/unified-instructions
Added and unified driver usage instructions.
2019-02-15 16:03:07 -08:00
Joerg Schad e09f49cefe Unified driver usage instructions. 2019-02-15 12:51:12 -08:00
Thomas Strömberg e2c94ba70d
Add link to Go download page 2019-02-15 12:21:24 -08:00
Thomas Strömberg 2c1de37b90
Fix build instructions 2019-02-15 12:19:42 -08:00
Thomas Strömberg f04bc605ce
Add note abount Ubuntu 16.x 2019-02-15 12:17:13 -08:00
Thomas Strömberg 543ebf09cc
Add missing directory argument 2019-02-15 12:14:16 -08:00
Thomas Strömberg ed188c7a72
Clarify kvm2 instructions 2019-02-15 12:11:48 -08:00
Thomas Strömberg 0332f7335f
Remove obsolete drivers. 2019-02-15 12:09:07 -08:00
Thomas Strömberg 7a2ca50ebf
Update drivers.md 2019-02-15 12:08:28 -08:00
Thomas Strömberg a009bc3eea
Fix github links 2019-02-15 12:05:18 -08:00
Thomas Strömberg de6a887292
Add instructions for building the kvm2 driver 2019-02-15 12:03:37 -08:00
Alberto Alvarez 2f8d4b1d50 Update docs/README.md, fix configuring_kubernetes URL and move the doc to the right dir 2019-02-14 22:01:05 -08:00
Alberto Alvarez 3f20dcd380 Adding docs for OpenID Connect Authentication 2019-02-14 21:35:05 -08:00
Abhilash Pallerlamudi 0b10e33d10 Add docs to use new vmware unified driver
Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
2019-02-14 13:11:27 -08:00
Kubernetes Prow Robot d27697d124
Merge pull request #3639 from yamt/kvm2-ubuntu
drivers.md: Require Ubuntu >=18.04
2019-02-14 10:53:21 -08:00
Anders F Björklund abb5fc0af0 Show name as CRI-O, even if class is CRIO
Should use the proper name for display, even if we use a name more
suitable to naming classes and methods for the implementation...

Also use the --runtime=cri-o when testing, and update the github
repository now that cri-o has graduated from incubator to a sig.

See https://cri-o.io/
2019-02-12 21:03:51 +01:00
YAMAMOTO Takashi 16b9531471 kvm2: Require Ubuntu >=18.04
Mention that the instruction in this section doesn't work for old versions
of Ubuntu as it is.

Because the provided driver binary requires a later version of libvirt.

    % ./docker-machine-driver-kvm2
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0: version `LIBVIRT_LXC_2.0.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_2.2.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_3.0.0' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_1.3.3' not found (required by ./docker-machine-driver-kvm2)
    ./docker-machine-driver-kvm2: /usr/lib/x86_64-linux-gnu/libvirt.so.0: version `LIBVIRT_2.0.0' not found (required by ./docker-machine-driver-kvm2)
    %
2019-02-12 13:13:40 +09:00
Anders F Björklund 78806674f3 Merge branch 'master' into defaults 2019-02-09 18:25:27 +01:00
Thomas Strömberg 6762789a4b
Merge pull request #3602 from jayunit100/patch-2
Document the default storage provider for hostPath
2019-02-08 14:57:44 -08:00
todd densmore b9a894aead
Added example usage
Just a few clarifications on the usage of the debugging flags.
2019-02-08 10:42:46 -05:00
Anders F Björklund 6ff11e44a5 Remove default cni flags from the documentation 2019-02-05 20:05:05 +01:00
Anders F Björklund dc1422c48d Document that cni is now default for runtimes 2019-02-02 18:43:01 +01:00
jay vyas 33e6a17261
Update persistent_volumes.md 2019-01-29 13:06:17 -08:00
Thomas Strömberg 84ccc68f7d
Merge pull request #3553 from kubernetes/tstromberg-patch-4
Do tagging in a direct clone of upstream
2019-01-29 10:31:23 -08:00
jay vyas 20a9f5a8ac
Update persistent_volumes.md 2019-01-29 08:43:16 -08:00
jay vyas de2ff68fbc
Update persistent_volumes.md 2019-01-29 08:42:43 -08:00
jay vyas 502749e7f8
Update persistent_volumes.md 2019-01-29 08:24:53 -08:00
jay vyas f131816162
Document the CSI default storage provider for hostPath
Summarinzing the way CSI is implemented in minikube w/ hostpath.
2019-01-29 07:48:44 -08:00
Thomas Strömberg dbd47118c5
Update roadmap.md 2019-01-28 11:07:42 -08:00
Thomas Stromberg 083695c9ed Merge branch 'roadmap' of github.com:tstromberg/minikube into roadmap 2019-01-28 11:05:57 -08:00
Thomas Stromberg 9d5cee843b Merge branch 'master' into roadmap 2019-01-28 11:05:27 -08:00
Thomas Stromberg 66bdf932bc Remove machine-driver replacement and boot2docker deprecation items 2019-01-28 11:05:12 -08:00
Balint Pato 72d0dade2c
Update docs/contributors/principles.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2019-01-25 14:23:33 -08:00
Balint Pato c967347e2d
Update docs/contributors/roadmap.md
Co-Authored-By: tstromberg <tstromberg@google.com>
2019-01-25 14:23:25 -08:00
Thomas Strömberg b61207c233
Merge pull request #3391 from ivans3/logviewer-addon-pr7
Initial commit of logviewer addon
2019-01-24 16:00:29 -08:00
Thomas Strömberg 05ed319493
Do tagging in a direct clone of upstream
Otherwise you may run into:

`error: src refspec v0.33.1 matches more than one` errors pushing.
2019-01-18 16:57:02 -08:00
Thomas Stromberg 3aa5fac5e0 Add 'for' 2019-01-18 15:42:53 -08:00
Thomas Stromberg 0697400e40 Attempt to align the roadmap to our princples. 2019-01-18 15:41:20 -08:00
Thomas Stromberg cf8f51da1f Merge branch 'master' into roadmap 2019-01-18 06:29:22 -08:00
Thomas Strömberg 0dbd1474f7
Update releasing_minikube.md 2019-01-17 15:54:39 -08:00
Thomas Strömberg 11dd76dd86
Minor clarifications 2019-01-17 15:44:16 -08:00
Thomas Stromberg 7b2797c39e Mention CI 2019-01-17 14:33:25 -08:00
Thomas Stromberg 733e13c6f0 Fix merge conflict 2019-01-17 14:26:37 -08:00
Thomas Stromberg 945f8937a3 Address review comments 2019-01-17 14:24:01 -08:00
Thomas Strömberg 56f8142e24
Merge pull request #3194 from afbjorklund/crictl.yaml
Write /etc/crictl.yaml when starting
2019-01-17 10:34:06 -08:00
Anders F Björklund c563c4d1fb Write /etc/crictl.yaml when starting 2019-01-17 07:27:28 +01:00
Fabio Rapposelli 332772be1c
Add VMware unified driver to supported list 2019-01-15 17:53:45 -08:00
Thomas Strömberg 7157b43f63
Merge pull request #3364 from adregner/patch-1
Number ordered list of priorities
2019-01-15 17:20:48 -08:00