Commit Graph

2632 Commits (d7c90bc3e5d95e338f15ac4df60fb648efd7e93c)

Author SHA1 Message Date
Hank Jacobs b6f3cd0163 Use host's name when running VBox manage command to determine VM host IP 2018-02-14 08:18:19 -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 a2665d0dd8
Merge pull request #2545 from jeis2497052/master
Propose fix a typo
2018-02-13 13:49:44 -08:00
John Eismeier 7f3a46bfb3
Propose fix a typo 2018-02-13 14:48:11 -05:00
Nathan Herring b365b84301 Don't require VirtualBox 2018-02-13 08:23:41 -08:00
Matt Rickard 7cea97d92a
Merge pull request #2541 from budhrg/refactor-get-downloadurl
Refactor get download url for minikube
2018-02-12 10:25:11 -08:00
Matt Rickard 4bab147ca0 ingress: ensure cm exists, do not reconcile 2018-02-12 09:05:26 -08:00
Matt Rickard caf28e8d24 docs: update registry doc link 2018-02-12 09:04:55 -08:00
Budh Ram Gurung d0a46d3763 Add target to format Go code 2018-02-12 09:04:25 -08:00
Cyril Jouve e48149b22e highlight shell samples quoted in docs 2018-02-12 12:42:03 +01:00
Budh Ram Gurung 68285d1779 Refactor get download url for minikube 2018-02-12 13:15:06 +05:30
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