Commit Graph

203 Commits (e551231ec59bed6d3d757e2ff93a508649c8df6b)

Author SHA1 Message Date
yanxuean 1971dc979b add example in docs for containerd
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00
wangxy518 c398a506d8 Update persistent_volumes.md 2018-08-20 07:41:37 -07:00
Asbjørn Apeland 5a78ac92f6 Change Linux install method
Previously, files installed to /usr/local/bin/ would be owned by the
user executing the command, not root. This change makes these installed
files owned by root instead. Improving security is the goal.
2018-07-31 10:55:22 -07:00
peak-load ed7e184952 Update build_guide.md
Added cross to make arguments to get binaries for all platforms
2018-07-26 08:23:08 -07:00
peak-load b79f953e8d Added instructions how to build using docker
Added instructions how to build using docker golang stretch image (in my case using OS X) as base OS. It will be nice if someone will add instructions how to get minikube binary for OS X.
2018-07-26 08:23:08 -07:00
Aaron Prindle 236a86f06c remove localkube from docs 2018-07-24 12:36:42 -07:00
Rohit Agarwal 87d7a3208a Update KVM driver installation instructions.
Move the latest instructions out of the comments and move old instructions into the comments.
2018-07-20 07:57:14 -07:00
Kenji Kaneda 57e51f5921 Fix a minor typo in docs/gpu.md
ready to you -> ready to use
2018-07-20 07:56:57 -07:00
Rohit Agarwal db90809018 Add documentation. 2018-07-08 22:25:48 -07:00
Rohit Agarwal 96079478a7 Add nvidia-driver-installer and nvidia-gpu-device-plugin addons. 2018-07-08 22:25:48 -07:00
commitay 867b5e6552 Update caskroom -> Homebrew references 2018-06-13 01:35:01 +10:00
commitay 9dcfd0f215 Update homebrew-cask release process: remove `checkpoint` 2018-06-13 00:58:16 +10:00
Dmitry Kirilyuk 508dda2692 Fixed extra-config RBAC example 2018-04-13 20:34:48 -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
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
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
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
Fabian Deutsch b08b8ab8ae Revert "kvm: Passthrough host CPU in order to allow nesting"
This reverts commit 7a4babe1d6.

For now we just hard-code passthrough.

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2018-02-22 10:42:20 -08:00
Fabian Deutsch 3ddf9d65f6 kvm: Passthrough host CPU in order to allow nesting
Before this patch the virtual CPU was the stock qemu CPU, in the sense that
the virtual CPU features were set according to the default qemu CPU.

With this change the CPU features of the host will be copied at start to the
domain definition. This includes features like svm and vmx, which in turn allow
to run nested virtualization if the host is configured accordingly i.e.
`kvm_intel nested=y` in `/etc/modprobe.d/kvm.conf`.

To turn on nesting, a user has to specify `--kvm-cpu-model host-model` when
creating the VM.

Resolves #2553

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2018-02-22 10:42:20 -08:00
Matt Rickard ef65857f56
Merge pull request #2543 from jouve/docs
highlight shell samples quoted in docs
2018-02-13 13:50:03 -08:00
Matt Rickard caf28e8d24 docs: update registry doc link 2018-02-12 09:04:55 -08:00
Cyril Jouve e48149b22e highlight shell samples quoted in docs 2018-02-12 12:42:03 +01:00
Matt Kelly 93909a59e2
Fix spelling and grammar in minikube ISO doc 2018-02-02 14:12:01 -05:00
JEREMY HERGAULT 25f7224b15 Correct proxy doc - docker-env equals formatting vars 2018-02-02 10:29:59 -08:00
Matt Rickard 5f6075b291
Merge pull request #2451 from davidhao3300/patch-1
Update private registry documentation
2018-01-23 14:19:18 -08:00
David Z Hao 3d55f4ef62
Update insecure_registry.md 2018-01-23 13:40:20 -05:00
David Z Hao 090607754b
Update private registry documentation
This lets developers know that they have to restart localkube/kubelet after modifying the docker credentials
2018-01-23 13:12:09 -05:00
kairen 250d602085 Add freshpod as a new addon 2018-01-12 22:57:32 +08:00
kairen 99774bad73 Update cache command documentation 2018-01-07 00:46:24 +08:00
Suraj Deshmukh 5d7d751db8 Change the cri-o socket location to upstream default
Right now the cri-o socket is placed in `/var/run/crio.sock`, this
commit changes it to `/var/run/crio/crio.sock` which is similar to
upstream.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2018-01-04 10:35:08 -08:00
Anders F Björklund 87f48f1731 Add config to avoid warning about the none driver
Even when starting up minikube in a dedicated virtual machine,
there will be a warning against running it on your workstation.
2018-01-03 09:47:24 -08:00
William Martin Stewart 2124671df1 Add minikube service example to networking doc 2017-12-12 08:36:48 -08:00
Matt Brown 6a94f80e5c
fix broken link to caching images doc 2017-12-11 20:24:47 -05:00
SouthWolf f89b2bf589 Update drivers.md 2017-12-11 08:15:04 -08:00
SouthWolf 7a49c4a761 Update notes for Hyperkit & Docker for Mac 2017-12-11 08:15:04 -08:00
kairen 9d406033ac Update cache command documentation 2017-12-08 13:37:55 -06:00
John L. Villalovos 45562ef6f7 Doc: Give an example of using kvm/kvm2 driver
Add an example usage of using the kvm and kvm2 drivers to the
documentation.
2017-12-08 13:35:35 -06:00
Elena Grahovac e3df02b512 docs: make hyperkit installation command readable 2017-12-08 11:09:06 -06:00
Priya Wadhwa c3ad88c6ea
cache command docs 2017-11-30 16:04:37 -08:00
dlorenc 03f8deac46 KVM2 driver docs. 2017-11-29 13:55:12 -08:00
Vladimir Pouzanov a976d49d7d Fixed a typo in curl command invocation 2017-11-29 09:04:27 -08:00
dlorenc a83cf990e7 Fix the link to the hyperkit driver. 2017-11-28 18:27:49 -08:00
dlorenc e04c0d9f9c Add hyperkit to the release and document it. 2017-11-28 08:16:33 -08:00
Matt Rickard be98b67baa docs: extra-config with flags requires kubeadm
To use the extra-config options with flags (instead of struct fields),
the kubeadm bootstrapper needs to be used.
2017-11-27 10:39:56 -08:00
Suraj Deshmukh 94204abf47 docs(alternative runtime): fix extra config flag
Add `kubelet` to `-extra-config` which is missing causing it to
be wrong command.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2017-11-27 16:34:04 +05:30
Shane Ramey 12a4f28f9c
docs: fix docker config.json path
Path /home/docker/.docker wasn't working; updated to successfully tested path.
2017-11-24 21:34:29 -08:00
Lorenzo Fontana c216a06c4a
Documentation: Cite CRI-O as available container runtime. closes #2207
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2017-11-19 00:58:06 +01:00