Mohammad Asif Siddiqui
c07436fe6d
Add GoReportCard Badge
2017-08-14 10:24:09 -07:00
dlorenc
2bd9f94220
Fix the none driver with insecure serving.
...
There's a race condition where the kubelet starts up before this directory
gets created. If you create a HostPath volume without a trailing / on a path
that doesn't exist, it looks like something treats it as a file instead of a
directory.
2017-08-14 09:42:09 -07:00
Matt Rickard
fd89014209
Merge pull request #1810 from chrissound/patch-1
...
Addition of commands to run at once
2017-08-14 09:20:36 -07:00
Matt Rickard
1d2050ebf4
Merge pull request #1813 from r2d4/173release
...
add 1.7.2 and 1.7.3 to releases.json
2017-08-13 11:51:09 -07:00
Erik Stidham
437fe66b92
Add kernel modules needed by Calico
...
- Enable ipset module CONFIG_IP_SET_HASH_NET
- Enable ipip module CONFIG_NET_IPIP
2017-08-12 07:32:35 -07:00
Matt Rickard
02400c194b
Merge pull request #1772 from darkowlzz/avoid-k8s-downgrade
...
fix(cmd/start): prevent k8s version downgrades
2017-08-11 11:01:50 -07:00
Matt Rickard
3aebb95350
add 1.7.2 and 1.7.3 to releases.json
2017-08-11 10:45:22 -07:00
Matt Rickard
87a29ada7a
Merge pull request #1784 from r2d4/1.7.3
...
1.7.3
2017-08-11 09:04:13 -07:00
Sunny
e07eb01366
fix(cmd/start): prevent k8s version downgrades
...
- Create Config struct to store MachineConfig and KubernetesConfig as cluster
configuration.
- Write cluster configuration under $MINIKUBE_HOME/profiles/ directory
when a cluster is launched.
- Load the cluster configuration at `start` and compare the loaded k8s
version with the requested version. Prevent any version downgrade requests.
2017-08-11 18:29:34 +05:30
Chris Stryczynski
49660ce08b
Addition of commands to run at once
...
https://github.com/kubernetes/minikube/issues/1799
2017-08-11 08:36:47 +01:00
Matt Rickard
40ad1cf780
Merge pull request #1807 from r2d4/travis-fix
...
Set dist:precise on travis
2017-08-10 10:36:39 -07:00
Matt Rickard
575d970281
Set dist:precise on travis
...
We've encountered some flakes on the new travis trust build slaves.
Setting it back to dist:precise to see if this fixes them.
2017-08-09 15:20:56 -07:00
Matt Rickard
245c4a04de
Merge pull request #1785 from r2d4/lint
...
go lint/vet fixes
2017-08-09 10:44:03 -07:00
Matt Rickard
bff2f52597
Merge pull request #1798 from betabrand/master
...
Upgrade one vendor dependency containing a bug (github.com/spf13/viper)
2017-08-08 09:15:27 -07:00
Matt Rickard
aae814907d
Merge pull request #1801 from mykaul/patch-1
...
In Fedora, there's no 'kvm' package (it's qemu-kvm)
2017-08-08 09:15:08 -07:00
Matt Rickard
9743d4252b
Merge pull request #1802 from kubernetes/idvoretskyi-patch-1
...
Minikube now mentions Kubernetes 1.7 during the cluster start
2017-08-08 09:14:38 -07:00
Ihor Dvoretskyi
1e6f0f55e1
Minikube now mentions Kubernetes 1.7 during the cluster start
...
PR to avoid confusion, as minikube now mentions Kubernetes 1.7 during the cluster start process.
2017-08-08 17:36:15 +03:00
Yaniv Kaul
113e198db3
In Fedora, there's no 'kvm' package (it's qemu-kvm)
...
In Fedora, there's no 'kvm' package (it's qemu-kvm)
2017-08-08 17:32:57 +03:00
Hugues Alary
d5c9a16c1e
Upgrade one vendor dependencie containing a bug (github.com/spf13/viper)
...
The previous vendored `github.com/spf13/viper` had this bug https://github.com/spf13/viper/pull/296 .
This commit upgrades to the latest `github.com/spf13/viper` and closes #1797 .
2017-08-07 16:33:32 -07:00
Matt Rickard
55fb9393d0
Merge pull request #1792 from r2d4/docker-env-helper
...
Add 'none' shell for docker-env output
2017-08-07 12:50:21 -04:00
Matt Rickard
2deea5f757
Merge pull request #1790 from r2d4/logs-issue
...
Add minikube logs request to ISSUE_TEMPLATE
2017-08-07 12:50:02 -04:00
Arthur
88b68eabd7
Update dashboard-rc.yaml
...
Update labels to v1.6.3
2017-08-06 08:32:55 -07:00
Matt Rickard
491a3e3151
Merge pull request #1789 from r2d4/cleanup-before-build
...
Cleanup exited containers before build.
2017-08-04 18:56:41 -04:00
Matt Rickard
d4306577cc
Merge pull request #1788 from r2d4/delete-script
...
Delete extra upgrade script
2017-08-04 18:56:25 -04:00
Matt Rickard
a02541d18b
Add 'none' shell for docker-env output
...
This is for consumers who want the key/value output, but don't need the
shell directives.
2017-08-04 15:46:27 -07:00
Matt Rickard
e4836dfb8f
Add minikube logs request to ISSUE_TEMPLATE
...
This is usually the first thing that we ask users after they submit bug
reports. In the future it might make sense to provide a convenience
method that uploads the logs to a GCS bucket, since they are sometimes
pretty long.
2017-08-04 14:37:29 -07:00
Matt Rickard
370beb5a65
Cleanup exited containers before build.
...
So we don't run out of space
2017-08-04 14:33:18 -07:00
Matt Rickard
f66a780cf7
Delete extra upgrade script
...
This made it through the master-1.7 rebase, since the script in the 1.7
branch was named godep-update-k8s. That one is the correct one.
2017-08-04 14:29:48 -07:00
Matt Rickard
5531a63b8d
go lint/vet fixes
2017-08-04 13:42:10 -07:00
Matt Rickard
024dd365a4
Use `make generated_files` instead of bazel
...
Ran into https://github.com/bazelbuild/rules_go/issues/661 , which has
been fixed at HEAD, but is broken at tag 1.7.3
2017-08-04 13:08:35 -07:00
Matt Rickard
b5859caf9e
Update localkube to k8s 1.7.3
2017-08-04 13:07:59 -07:00
Matt Rickard
dde62b5635
Merge pull request #1782 from samueldg/docs/fix-hyperv-anchor
...
Fix HyperV driver anchor link's by lowercasing
2017-08-04 12:57:07 -04:00
Samuel Dion-Girardeau
5f9bf717aa
Fix HyperV driver anchor link's by lowercasing
...
Currently, clicking on that anchor doesn't take you to the right section.
Using
https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver
instead of
https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#HyperV-driver
fixes that.
2017-08-04 11:42:56 -04:00
dlorenc
fa04ef7b37
Bump the iso to v0.23.1.
2017-08-01 14:52:15 -07:00
zouyee
f62161ec2d
update dashboard image version
2017-07-31 17:50:17 -07:00
dlorenc
a26d41399c
Automount fixes.
2017-07-31 16:02:10 -07:00
Aaron Prindle
c22604b83c
Merge pull request #1761 from warmchang/docker-env
...
Delete the hyperlink of docker-env command.
2017-07-26 23:11:01 -07:00
William Chang
1208f5fcd9
Delete the hyperlink of docker-env command.
2017-07-27 14:03:23 +08:00
Matt Rickard
2fd3557bfa
Merge pull request #1746 from r2d4/secondary-expansion
...
Use secondary expansion in OS-templated rules
2017-07-26 19:33:47 -07:00
Matt Rickard
dcfbb28899
Merge pull request #1760 from r2d4/cni-v0.6.0-rc.1
...
Update cni-bin to v0.6.0-rc1
2017-07-26 19:33:14 -07:00
Matt Rickard
41fdd53e1a
Update cni-bin to v0.6.0-rc1
...
Also adds the cni-plugins-bin package, since they have been split out
into their own repo as of v0.6.0-rc1.
2017-07-26 17:50:05 -07:00
dlorenc
8837045970
Stop using insecure serving.
2017-07-26 14:38:57 -07:00
dlorenc
e9795ca1a7
Fix ssh_mock to handle shells.
2017-07-26 14:26:45 -07:00
dlorenc
eafb4fcdbe
Ensure we use the native SSH driver with docker machine.
...
This gives me a huge speedup with the xhyve driver.
2017-07-26 14:26:45 -07:00
Matt Rickard
45eabf66eb
Merge pull request #1720 from r2d4/etcd3
...
Use etcd embed package, switch apiserver to use etcdv3
2017-07-26 13:42:21 -07:00
dlorenc
bb7e5fd6e6
Update to Kubernetes 1.7.2.
...
No manual changes.
2017-07-26 13:39:48 -07:00
Matt Rickard
c0379512f8
Merge pull request #1759 from pavolloffay/fix-readme-non-vendored
...
readme: remove vendored driver flag
2017-07-26 13:11:31 -07:00
Pavol Loffay
cf22d74bc8
readme: remove vendored driver flag
2017-07-26 21:21:34 +02:00
Aaron Prindle
4fd5f4797b
Merge pull request #1738 from aaron-prindle/storage-port
...
Fix storage provisioner to use insecure address port
2017-07-26 11:08:05 -07:00
minikube-bot
174dc9f062
Update releases.json to include v0.21.0
2017-07-26 09:05:02 -07:00