Commit Graph

1918 Commits (40ad1cf7802012bc6f3dff8bdb44427ed62f8ee4)

Author SHA1 Message Date
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 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
Matt Rickard 6f65c4383b Merge pull request #1751 from r2d4/gopath
Set gopath in release script
2017-07-25 17:05:10 -07:00
Matt Rickard b01d3efbca Set gopath in release script 2017-07-25 17:03:43 -07:00
Matt Rickard e39244a8ef Merge pull request #1749 from r2d4/v0.21.0
Cut v0.21.0 release
2017-07-25 16:25:25 -07:00
Matt Rickard 6caa9c7106 Cut v0.21.0 release 2017-07-25 15:58:44 -07:00
Aaron Prindle 4798185b47 Fix storage provisioner to use insecure address variable 2017-07-25 13:46:29 -07:00
Matt Rickard 45b090c9e5 Merge pull request #1742 from r2d4/kubenet-rollback
Don't default to kubenet network plugin
2017-07-25 13:24:45 -07:00
Matt Rickard d393211ce1 Use secondary expansion in OS-templated rules
https://www.gnu.org/software/make/manual/make.html#Secondary-Expansion

This allows us to have conditional targets for our tar command.  I also
simplified the makefile rule for `out/minikube-%-amd64` by not caring
to force uppercase on the variables, since the official makefile docs
seem to not care about it.
2017-07-25 11:41:57 -07:00
dlorenc 9f1a6bf920 A few tweaks to our hack/* scripts for updating k8s. 2017-07-25 10:56:22 -07:00
Matt Rickard 90dc5c87c9 Don't default to kubenet network plugin
Hostports seem to require extra CNI configuration and the CNI hostport
plugin installed to work properly with kubenet.
2017-07-25 10:07:10 -07:00
dlorenc 45408b7fbb Add some more helpful info to debug. 2017-07-25 08:56:33 -07:00
Aaron Prindle c9113b0908 Merge pull request #1726 from aaron-prindle/tar
Added tar makerule and jenkins build/upload
2017-07-24 15:16:37 -07:00
Aaron Prindle 6ef837f9c6 Added tar makerule and jenkins build/upload 2017-07-24 15:16:03 -07:00