Commit Graph

12 Commits (54edc89dbf1a59fb29af409322396af24e0574d2)

Author SHA1 Message Date
Thomas Stromberg 755995207e Point old documents to their new Hugo location 2019-08-12 14:30:40 -07:00
Tiago Ilieve 5a2aad01d1 docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
Anders F Björklund 2590fc7b9a Remove the rkt container runtime
It has not been updated since kubernetes 1.9 or so
2019-03-24 08:50:58 +01:00
Anders F Björklund 8e6dbf8053 Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
Anders F Björklund 6ff11e44a5 Remove default cni flags from the documentation 2019-02-05 20:05:05 +01:00
Martynas Pumputis d982c4bf74 Do not include the default CNI config by default
Previously, minikube has been shipped with the default CNI config
(/etc/cni/net.d/k8s.conf) in its rootfs. This complicated a lot
when using a custom CNI plugin, as the default config was picked
by kubelet before the custom CNI plugin has installed its own CNI
config. So, the end result was that some Pods were attached to a
network defined in the default config, and some got managed by
the custom plugin.

This commit introduces the flag "--enable-default-cni" to
"minikube start" to trigger the provisioning of the default CNI
config.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
2019-01-03 09:23:29 +01: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
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
Matt Rickard d880f6bb2e Add makefile rule for linux-defconfig
I find myself referencing this documentation every time I make kernel
configuration changes.  I've added a simple rule to open the kernel
configuration menu, and then save your changes to the right directory.
2017-08-28 11:01:22 -07:00
Antonio Murdaca 82e88905c9
docs: contributors: fix minikube_iso
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-02 18:26:58 +02:00
Matt Rickard 971b72d0bc Refactor docs
Summary of changes (#1364)

* README.md split up into specific tutorials in ./docs
* brew as preferred installation on macOS
* installation guide on README
* minikube iso changelog merged with minikube changelog
* developer guides moved to ./docs/contributors
* no relative links on main README, so that we can port this over to kubernetes.io
* ISO developer readme moved to ./docs/contributors
2017-05-03 14:54:26 -07:00