Commit Graph

1849 Commits (c4ab0947c5749a8f65cee80bc6a0edf27554765b)

Author SHA1 Message Date
Matthew Fisher 51cf8cf9a8 fix registry addon labels
In a last-minute fix, I accidentally changed the pod labels all to
the minikube add-on reconciliation mode label instead of the add-on
name. This is causing the registry service to be unable to forward
requests over to the pods due to mismatched label selectors.
2017-06-19 11:39:18 -07:00
Matthew Fisher 135a920d80 fixup default --insecure-registry CIDR address
The default CIDR should be 10.0.0.0/24 rather than 10.0.0.1.
Accidental off-by-one error. :)
2017-06-19 11:39:18 -07:00
Aaron Prindle 745e4945c7 Merge pull request #1575 from tdemaret/master
Force create /usr/lib/systemd/system
2017-06-19 07:45:59 -07:00
Thibaut Démaret 577eb8d565 After gofmt 2017-06-19 08:37:40 +02:00
Aaron Prindle e05c378481 Merge pull request #1606 from XrXr/stop-crash
Don't treat stopping stopped hosts as error
2017-06-18 21:13:15 -07:00
XrXr 5d39878baa Don't treat stopping stopped hosts as error
Running `minikube stop` while nothing is running results in a crash.
This patch makes `cluster.StopHost()` swallow the stop-while-stopped
error libmachine returns.
2017-06-18 22:47:31 -04:00
Aaron Prindle 40cb79f82c Merge pull request #1605 from goodwillcoding/patch-1
remove trailing `\` in the shell command
2017-06-17 16:36:59 -07:00
goodwillcoding cc43b4ff4a remove trailing `\` in the shell command 2017-06-17 16:09:39 -07:00
dlorenc 968f24e43c Bump ISO to 0.20.0 2017-06-16 15:09:53 -07:00
dlorenc 1b3f06f8ed Enable IP_VS and MACVLAN and VXLAN. 2017-06-16 13:03:16 -07:00
Aaron Prindle dec0742f87 Merge pull request #1594 from aaron-prindle/mtime
Fixed mtime issue for OSX
2017-06-16 10:51:14 -07:00
Matt Rickard b7c2c523c0 Merge pull request #1579 from jamiehannaford/coc
Add COC
2017-06-16 10:44:35 -07:00
Matt Rickard c978526a3f Merge pull request #1583 from bacongobbler/registry-addon
introduce the "registry" addon
2017-06-16 10:44:00 -07:00
Matthew Fisher 5e1db75db5 add registry addon
This addon installs a docker registry into the cluster.
2017-06-16 10:36:10 -07:00
Matt Rickard 7b9310dcd5 Merge pull request #1597 from budhrg/fix-typo-grammar-punctuations
Fix typo, grammar, punctuation and formatting
2017-06-16 10:08:41 -07:00
Aaron Prindle 4774b8508b Merge pull request #1599 from budhrg/boilerplate-2017
Fix copyright header boilerplate for year 2017
2017-06-16 09:59:15 -07:00
Budh Ram Gurung 0ebed25392 Fix copyright header boilerplate for year 2017 2017-06-16 22:26:21 +05:30
Jamie Hannaford afa3da2036 Add COC 2017-06-16 15:25:08 +02:00
Budh Ram Gurung 96cb95bdfd Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
Aaron Prindle e23250dcc8 Fixed mtime issue for OSX 2017-06-15 11:44:47 -07:00
Thibaut Démaret 8921282a34 Add error check 2017-06-15 18:31:43 +02:00
Shane Ramey 084eeaff66 fix gofmt errors 2017-06-15 07:48:37 -07:00
Shane Ramey 2b88806330 use --dns-domain for k8s API server cert 2017-06-15 07:48:37 -07:00
Lalatendu Mohanty 6653a8e2ac Issue #1531 Adding prerequisites for Fedora to documentation
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
2017-06-15 07:47:40 -07:00
Thibaut Demaret a1e55b0e15 Merge branch 'master' of https://github.com/kubernetes/minikube 2017-06-14 21:22:26 +02:00
Matt Rickard fbfd39bd45 Merge pull request #1587 from aledbf/bump-ingress
Bump ingress to v0.9.0-beta.8
2017-06-14 11:52:58 -07:00
Matt Rickard 04ef46c418 Merge pull request #1586 from r2d4/apifix
Correct NewAPIClient invocation
2017-06-14 11:52:22 -07:00
Manuel de Brito Fontes cd81fbbbe1 Bump ingress to v0.9.0-beta.8 2017-06-14 14:42:25 -04:00
Thibaut Demaret 1405711619 Move mkdir just for none driver use case 2017-06-14 20:36:25 +02:00
Matt Rickard 6ee3a941a9 Correct NewAPIClient invocation
Two merges happened close to each other, the first changed the
signature of this function.
2017-06-14 11:13:04 -07:00
Aaron Prindle e524e8a9aa Merge pull request #1578 from abbytiz/update-context
Added update-context and kubeconfig to status
2017-06-14 10:45:15 -07:00
dlorenc 09f683bb1d More cleanup. 2017-06-14 09:45:09 -07:00
dlorenc 2486a8b612 Fix tests. 2017-06-14 09:45:09 -07:00
dlorenc 5b5442be11 Move more code into the local host implementation. 2017-06-14 09:45:09 -07:00
Abby Tisdale 577816311e Added update-context and kubeconfig to status. 2017-06-13 16:22:56 -07:00
Matt Rickard 2ab1566282 Merge pull request #1577 from r2d4/dns-config-fix
Specify domains in dnsmasq configuration
2017-06-13 14:23:18 -07:00
dlorenc ae51e5fec8 Pass legacy systemd boot parameter in xhyve driver. 2017-06-13 13:04:49 -07:00
Nick Kubala cf911b82c0 change build rule to be logical AND instead of OR 2017-06-13 10:28:19 -07:00
Nick Kubala 99ebdf0977 remove log entry and rename file 2017-06-13 10:28:19 -07:00
Nick Kubala 5d66ac22f0 use go build tag over make flag 2017-06-13 10:28:19 -07:00
Nick Kubala 13395a067d add integration-versioned make rule to run certain integration tests on all supported k8s versions 2017-06-13 10:28:19 -07:00
Aaron Prindle 09709ccf9b Merge pull request #1576 from rndstr/patch-1
Fix typos in profile help
2017-06-13 10:03:03 -07:00
Matt Rickard 90865aedfe Merge pull request #1573 from r2d4/cleanup
Add some cleanup commands to the integration tests
2017-06-12 15:29:53 -07:00
Matt Rickard f1f0dd26e8 Add some cleanup commands to the integration tests
Bad tests that panic won't clean themselves up properly.  By putting
these cleanup commands before we run the minikube integration tests, we
ensure that minikube will have a clean environment to run.

These all run in common.sh to make sure that even hypervisors that they
arent testing don't interfere with their own test.  OS specific
commands will fail silently.
2017-06-12 13:55:04 -07:00
Matt Rickard bbef7353c6 Specifcy domains in dnsmasq configuration 2017-06-12 11:26:33 -07:00
Roland Schilter 94c7a7854a Fix typos in profile help 2017-06-12 17:18:21 +02:00
Thibaut Démaret ec12b62d8f Fix syntax to use package os 2017-06-12 17:03:12 +02:00
Thibaut Démaret 9bccf55fd7 import os package 2017-06-12 16:54:19 +02:00
Thibaut Démaret 8707a2c2f9 Force create /usr/lib/systemd/system 2017-06-12 16:40:40 +02:00
Matt Rickard 8dd1af79fb Merge pull request #1571 from gbraad/interactive-ssh
Fix interactive shell when using native-client
2017-06-09 10:55:46 -07:00