Thomas Strömberg
f74751c3b7
Merge pull request #3934 from afbjorklund/more-lint
...
Clean up lint and other small report card issues
2019-03-25 21:42:21 -07:00
Anders F Björklund
bfc7d7931b
Clean up lint and other small report card issues
...
Add helper for "go vet", and don't use the test files variable.
Also return an exit code from golint (why is this not default?)
2019-03-24 21:30:58 +01: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
Thomas Strömberg
2b3ad6e179
Mention integration env overrides
2019-03-20 19:36:06 -07:00
Thomas Strömberg
667c88d8e1
Merge branch 'master' into mdlint
2019-03-20 10:18:22 -07:00
Thomas Strömberg
c41338b372
Document hack/tag_release.sh
2019-03-11 09:39:23 -07:00
Anders F Björklund
8e6dbf8053
Run markdownlint on all the md files in docs
2019-03-10 20:06:04 +01:00
Thomas Strömberg
a63dabebc7
Brew seems to work, fix minikube doc link
2019-03-06 22:36:13 -08:00
Thomas Strömberg
32bd61787b
Mention broken brew automation.
2019-03-06 15:48:17 -08:00
Thomas Strömberg
a7c413e1b4
Mention pausing merges
2019-03-06 15:13:44 -08:00
Thomas Strömberg
bada9dfb83
Clarify ISO build steps
2019-03-06 14:55:38 -08:00
Thomas Strömberg
64cfca0553
v1.12
2019-03-04 12:08:27 -08:00
Thomas Strömberg
23117f5452
fish-compatible change
2019-02-16 14:12:58 -08:00
Anders F Björklund
6ff11e44a5
Remove default cni flags from the documentation
2019-02-05 20:05:05 +01: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
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
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