Commit Graph

2519 Commits (38f4a767bccb4ad4925ca9e332033a170cd3187e)

Author SHA1 Message Date
Matt Rickard 38f4a767bc
Merge pull request #2534 from anfernee/permission
Fix more permissions
2018-02-09 16:01:38 -08:00
Matt Rickard b5ba9093f5
Merge pull request #2535 from anfernee/local-rm
Use stdlib to remove a local file
2018-02-09 16:01:24 -08:00
Yongkun Anfernee Gui 9a0d2e9c12 Use stdlib to remove a local file
Make it portable across platforms
2018-02-09 14:49:02 -08:00
Yongkun Anfernee Gui c07258b45a Fix more permissions 2018-02-09 14:32:53 -08:00
Matt Rickard ce310f4070
Merge pull request #2533 from anfernee/permission
Chmod -x kubernetes.go
2018-02-09 13:58:01 -08:00
Matt Rickard b3e645ef88
Merge pull request #2532 from anfernee/close-file
Close file after reading
2018-02-09 13:07:17 -08:00
Yongkun Anfernee Gui 49757dccfa Chmod -x kubernetes.go 2018-02-09 12:12:13 -08:00
Yongkun Anfernee Gui ac123c48a9 Close file after reading 2018-02-09 10:51:38 -08:00
Steve Sloka 4d060d3bdb Bump registry-creds version 2018-02-07 20:09:20 -08:00
Chen Li 82ea016de7 Redirect command Stdout & Stderr for command_runner
CombinedOutput function return after command complete.
When we run a long run command, such as continuously get
new log entries, it failed to get run results.

Fixes: https://github.com/kubernetes/minikube/issues/2447
2018-02-05 09:18:49 -08:00
Anders F Björklund 0e674ef3fa Make sure to enable docker, to please kubeadm
The kubeadm preflight looks if the docker service is enabled,
rather than checking the docker socket... So make it happy.
2018-02-05 09:17:19 -08:00
Kiran Mova ff9671f49e linux steps are for without VM
The steps indicate minikube is getting installed without VM
sudo -E ./minikube start --vm-driver=none
2018-02-05 08:12:45 -08:00
adolphlwq 14ef5f6b9a use better package name according to https://blog.golang.org/package-names 2018-02-05 08:11:23 -08:00
Matt Rickard 9dc3795ee2
Merge pull request #2511 from afbjorklund/version
Get major and minor from version, for kubernetes
2018-02-04 10:17:12 -08:00
Anders F Björklund ab52ab1f81 Get major and minor from version, for kubernetes 2018-02-03 19:56:04 +01:00
Matt Rickard 4425e463bb
Merge pull request #2508 from mattkelly/minikube-iso-doc-fixes
Fix spelling and grammar in minikube ISO doc
2018-02-02 12:03:44 -08: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
Stepan Stipl 30216a3b71 Add netfilter xt_ipvs module needed by Calico
Calico 3.0 needs xt_ipvs module, otherwise it fails to run (see
https://github.com/projectcalico/felix/blob/master/iptables/match_builder.go#L70-L76
for details).
2018-02-02 10:29:30 -08:00
Matt Rickard 2dff4c5704
Merge pull request #2507 from rfussien/fix-cmd-typo
Fix the description in the completion command
2018-02-02 10:11:21 -08:00
Remi FUSSIEN dde00ebfa3 Fix the description in the completion command 2018-02-02 18:57:29 +01:00
Patrick Ohly 9f1c344210 boilerplate.py: accept 2018
Happy New Year! 2018 is now a valid year for the copyright notice in a
file's header.
2018-02-02 09:29:18 -08:00
Matt Rickard c76b210393
Merge pull request #2486 from langyxxl/localkube-add-root-check
localkube add ROOT permission check
2018-02-01 16:42:26 -08:00
Matt Rickard 37a924a563
Merge pull request #2492 from adolphlwq/optimize/cmd-minikube-rename-env
use readable env name
2018-02-01 13:11:35 -08:00
adolphlwq 9b3805d32f use readable env name 2018-01-31 21:04:49 +08:00
Matt Rickard bc2f890004
Merge pull request #2457 from juliusakula/patch-1
fix broken link fixes #2452
2018-01-30 17:57:38 -08:00
sheng zhang 8b5ffff2d9 localkube add ROOT permission check. 2018-01-30 14:48:18 +08:00
Matt Rickard 35d685aec6
Merge pull request #2480 from colinhoglund/storage-provisioner_with_rbac
Create ServiceAccount and ClusterRoleBinding for storage-provisioner
2018-01-29 15:12:50 -08:00
Matt Rickard 06cc69b5d5
Merge pull request #2476 from braderhart/patch-1
Fixed link for docker-machine-driver-kvm2 update
2018-01-29 14:02:23 -08:00
Colin Hoglund 479ca10c75 allow storage-provisioner to be disabled 2018-01-29 14:46:27 -05:00
Colin Hoglund 249839378b create ServiceAccount and ClusterRoleBinding for storage-provisioner 2018-01-29 14:04:16 -05:00
Joe Heck 9047262565 adding memory request and limit to efk addon
- running efk with minikube default memory (2048Mi) was running the set
   out of resources. Seemed like it should at least be aware it didn't
   have sufficient resources for the elasticSearch portion, so adding a
   request and limit based on cAdvisor observation of a running system.
2018-01-29 05:59:41 -08:00
Anders F Björklund 95067859d2 Fix gendocs, function DefaultMountDir was missing 2018-01-28 08:07:30 -08:00
Brad Erhart 1093f2fb67
Fixed link for docker-machine-driver-kvm2 update
Fixed Git clone link for docker-machine-driver-kvm2 AUR package.
2018-01-27 13:40:36 -08:00
Matt Rickard ded49d1a9e
Merge pull request #2470 from frankgreco/update-deploy-list
Adding v1.9.0 to Advertised Releases
2018-01-26 23:29:43 -08:00
GRECO, FRANK a91687d837 adding v1.9.0 to releases 2018-01-26 18:50:15 -06:00
Matt Rickard ea748951c9
Merge pull request #2467 from minikube-bot/jenkins-releases.json-v0.25.0
update releases.json to include v0.25.0
2018-01-26 11:33:29 -08:00
minikube-bot e39b898bc5 Update releases.json to include v0.25.0 2018-01-26 19:12:41 +00:00
Matt Rickard c8a201669e
Merge pull request #2458 from r2d4/25release
Cut 0.25.0 release
2018-01-26 10:42:58 -08:00
Matt Rickard 51716c970e Cut 0.25.0 release 2018-01-26 10:13:55 -08:00
Justin Murdock 53d15b749b
fix broken link fixes #2452
https://github.com/kubernetes/minikube/issues/2452
2018-01-24 09:45:50 -08:00
Matt Rickard f3e5f3b1fb Bump iso to 0.25.1 2018-01-24 08:14:19 -08:00
Zvi Cahana 6e8bb2e0fa List addons in a consistent sort order 2018-01-24 08:11:44 -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
Matt Rickard ec1b443722
Merge pull request #2423 from kairen/add-freshpod-addon
Add freshpod as a new addon
2018-01-23 13:15:01 -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
Chen Li d11b74c493 Flush log message to file before exit
Fixes: https://github.com/kubernetes/minikube/issues/2435
2018-01-22 08:19:26 -08:00
Matt Rickard c792b18ef6
Merge pull request #2437 from liubin/patch-1
Fix typo
2018-01-19 10:26:43 -08:00
Bin Liu 3fb4cadef1
Fix typo 2018-01-19 19:17:09 +08:00