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
7157b43f63
Merge pull request #3364 from adregner/patch-1
...
Number ordered list of priorities
2019-01-15 17:20:48 -08:00
Thomas Strömberg
3aa83674a9
Merge pull request #3441 from brb/2907-no-cni-conf-by-default
...
Do not include the default CNI config by default
2019-01-15 17:14:20 -08:00
Thomas Strömberg
6d9f682d60
Merge pull request #3508 from michal-franc/go-version-recommendatio-update
...
Documentation - Updating golang requirement to 1.11
2019-01-11 10:36:15 -08:00
Michal Franc
5b18f227b2
updating e2e tests instructions
2019-01-06 18:36:41 +00:00
Michal Franc
4bd7bfa354
Marking 1.11 as acceptable
2019-01-06 13:19:44 +00:00
Michal Franc
161586b294
Updating recommended golang version
2019-01-06 13:17:21 +00: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
Thomas Stromberg
eebfdc7a21
Update roadmap for 2019
2018-12-21 15:41:13 -08:00
Balint Pato
ed7031cbb3
Merge branch 'master' into logviewer-addon-pr7
2018-12-19 17:14:09 -08:00
Balint Pato
db753085c4
clarified some steps in release instructions
2018-12-10 10:12:16 -08:00
ivans3
b43b8ccd9d
Initial commit of logviewer addon
2018-12-02 12:58:06 -08:00
Andrew Regner
5349a74488
Number ordered list of priorities
...
The list of priorities for the project is said to be an ordered list, so it should be rendered as an ordered list and not bullet points.
2018-11-24 20:15:06 -08:00
Yongkun Anfernee Gui
2f5fe02548
Update document for new drivers
...
New drivers should be added into org https://github.com/machine-drivers .
Fix #2953
2018-11-13 09:44:42 -06:00
Bily Zhang
b9a4f9459f
Fix some typos ( #3302 )
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-06 12:36:13 -05:00
Balint Pato
1b798c0fd3
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:52 -07:00
Balint Pato
474421fd21
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:38 -07:00
Balint Pato
3014102a63
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:35 -07:00
Balint Pato
33f70268ec
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:32 -07:00
Balint Pato
fddd58bb71
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:31:26 -07:00
Balint Pato
558b2d8755
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:28:37 -07:00
Balint Pato
b50ef4c027
Update docs/contributors/releasing_minikube.md
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-10-19 15:28:34 -07:00
Thomas Stromberg
10fa467dbe
Quote gs URL so that the wildcard works properly.
2018-10-05 16:42:05 -07:00
Thomas Stromberg
9a1b79fdc4
Reflect the reality of the Jenkins release builder.
2018-10-05 16:15:04 -07:00
Thomas Stromberg
317f69a964
Split releases.json work, since it cannot be done until after the Jenkins workflow
2018-10-05 14:53:50 -07:00
Thomas Stromberg
fe15132c31
Improve build release doc
2018-10-05 14:46:20 -07:00
Thomas Stromberg
cc0a97f304
Building a release requires tags to be built
2018-10-05 14:30:48 -07:00
Thomas Stromberg
b6021f6418
Reword more.
2018-10-05 13:15:08 -07:00
Thomas Stromberg
e439f6ee54
More updates
2018-10-05 11:55:16 -07:00
Thomas Stromberg
b77b55a78e
First step in reworking release docs.
2018-10-05 11:16:13 -07:00
Thomas Stromberg
d9bd59da8b
Work on improvements to release docs.
2018-10-05 11:00:07 -07:00
Thomas Stromberg
628fee2b44
Rename release notes script, add error detection.
2018-10-04 14:31:57 -07:00
Thomas Stromberg
dd96eed9d4
Update doc.
2018-10-04 14:28:39 -07:00
Fernando Diaz
2ebdf5e1eb
Enhance the Ingress Controller Addon ( #3099 )
...
- Updates Ingress-Controller Version to 0.19.0
- Adds Service Account for Ingress-Controller
- Adds Support for Prometheus
- Fixes bug with TCP/UDP ConfigMaps not Loading
- Adds more resource limits to default-backend
- Use new ingress class name
- Use app.kubernetes.io/xxxxxxxxxxx labels
2018-10-04 16:13:53 -04:00
Rui Cao
1014102e47
Fix typo: complile -> compile ( #3189 )
...
Signed-off-by: ruicao <ruicao@alauda.io>
2018-10-01 10:02:49 -04:00
dlorenc
b22a19bb43
Update docs.
2018-09-26 11:58:13 -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
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
Anfernee Yongkun Gui
f02f05b06b
Add document for adding new driver
2018-04-12 07:51:18 -07: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
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
kairen
82e3268c85
Improve adding_an_addon.md guide
2017-11-02 10:47:46 +08:00
kairen
ba50a5f15c
Update build guide
2017-10-12 17:56:49 +08: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
Rajadeepan D Ramesh
e886eefd25
Fix grammatical error
2017-08-21 02:02:17 +05:30
Matt Rickard
f99888219f
Switch cross builds to use BUILD_IN_DOCKER
...
minikube-linux-amd64 and minikube-darwin-amd64 cannot be cross built
natively on different platforms and must be built in the container.
2017-06-29 11:24:57 -07:00
Matt Rickard
08e009f560
Remove fake _gopath
...
Don't symlink into fake gopath, just use normal gopath. This removes a
lot of the misleading warning messages from building minikube
2017-06-21 15:07:34 -07:00
Matt Rickard
f28762d7c7
Kubernetes 1.7 requires >= go1.8
...
Bump travis and bump darwin cross build container image
2017-06-20 10:10:18 -07:00
Budh Ram Gurung
96cb95bdfd
Fix typo, grammar, punctuations and formatting
2017-06-16 17:56:51 +05:30
Lalatendu Mohanty
6653a8e2ac
Issue #1531 Adding prerequisites for Fedora to documentation
...
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
2017-06-15 07:47:40 -07:00
Michelle Noorali
209b4ac33a
Fix formatting in adding_an_addon.md
...
Removed unnecessary colon, replaced with period.
Lowercased improper noun.
2017-06-06 22:17:44 -04: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
Giancarlo Rubio
91a0645bac
fix broken links and scripts paths
2017-05-12 13:07:50 +02:00
Matt Rickard
9df88959a4
Minor doc bugs
2017-05-03 15:17:09 -07: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