Diego Mendes
eda63934e4
Changed link to full qualified url
...
HUGO does not rewrite relative paths, had to add full qualified url.
2019-08-15 20:35:14 +01:00
Diego Mendes
abc5039aaf
updted link was rendered incorrectly by hugo
2019-08-15 20:23:52 +01:00
Thomas Strömberg
b0e9a23458
Merge pull request #5015 from laozc/populate-ca
...
Support adding untrusted root CA certificates (corp certs)
2019-08-15 12:05:54 -07:00
Diego Mendes
4dbcea1033
Updated docs to add how to develop addons link
...
Updated the addons description page to add link with how to develop minikube addons
2019-08-15 19:50:28 +01:00
Anders F Björklund
5a66265b51
Add phony targets for the machine drivers as well
2019-08-15 20:41:25 +02:00
Anders F Björklund
30df6353f4
Make sure to create directories before copying
2019-08-15 20:41:25 +02:00
Anders F Björklund
e7b16acb21
Don't have phony targets before the default target
2019-08-15 20:41:25 +02:00
Anders F Björklund
248f162ee8
Make sure to always build the actual target output
...
Also avoids having to duplicate the output file name
2019-08-15 20:41:25 +02:00
Anders F Björklund
649622dc85
Add new phony targets, and clean up real targets
...
Only have pattern rules and variable rules for the real ones,
and fix the amount of targets that we build with "cross" etc.
This makes bash autocompletion work with all the known targets,
and makes the make rules have better and easier dependencies.
2019-08-15 20:38:02 +02:00
Thomas Strömberg
91a76a8090
Merge pull request #5092 from ethan-daocloud/patch-2
...
cleanup: fix words in logging message
2019-08-15 09:13:06 -07:00
Zhongcheng Lao
e3296393a6
Adds tutorial doc for untrusted root CA
...
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-16 00:11:41 +08:00
Thomas Strömberg
dea60ede0e
Merge pull request #5089 from Patil2099/master
...
docs: brew install should be brew cask install
2019-08-15 08:53:41 -07:00
Guangming Wang
84242bf2c1
cleanup: fix words in logging message
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-08-15 20:53:28 +08:00
Zhongcheng Lao
d26937dd8e
Merge remote-tracking branch 'origin/master' into populate-ca
...
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-15 20:38:12 +08:00
Pankaj Patil
4955b4c8be
macOs fixed
2019-08-15 11:34:45 +05:30
Medya Ghazizadeh
99f5771f78
Merge pull request #4896 from RA489/profilesm
...
Advice user does command ssh on non existing profile
2019-08-14 15:40:54 -07:00
Thomas Strömberg
4b5fc6a25a
Merge pull request #4844 from RA489/inseregis
...
[FEATURE] insecure-registry via minikube config set
2019-08-14 15:08:28 -07:00
Thomas Strömberg
e18d84c9f5
Merge pull request #4834 from RA489/conruntime
...
[FEATURE] allow to set container-runtime via config
2019-08-14 14:17:46 -07:00
Sharif Elgamal
88c27daf70
Merge pull request #5082 from sharifelgamal/windows-ci
...
Fix TestVersionUpgrade for Windows
2019-08-14 14:08:47 -07:00
Medya Ghazizadeh
14db2d7f1a
Merge pull request #5075 from medyagh/file_lock_write
...
Improve parallel run reliability by putting lock on files before writing
2019-08-14 12:37:47 -07:00
Sharif Elgamal
36961c90d5
fix TestVersionUpgrade for Windows
2019-08-14 12:21:42 -07:00
Medya Ghazizadeh
47c3f25139
Merge pull request #4751 from afbjorklund/release-tars
...
Improve the release tarballs with compression and checksum
2019-08-14 11:17:28 -07:00
Medya Ghazizadeh
a1fa6bc7b4
Merge pull request #5056 from carlossg/issue-4100
...
Improve handling KUBECONFIG environment variable with invalid entries
2019-08-14 11:14:57 -07:00
Medya Gh
9fad24aa37
defer release the lock
2019-08-14 11:05:03 -07:00
Thomas Strömberg
45e5093fce
Merge pull request #5079 from tstromberg/start2
...
Update screenshot to use Droid Sans Mono 18pt
2019-08-14 10:07:11 -07:00
Thomas Stromberg
3c702f7395
Update screenshot to use Droid Sans Mono 18pt
2019-08-14 10:05:06 -07:00
Thomas Stromberg
03ebad25ab
merge conflict
2019-08-14 08:14:03 -07:00
Thomas Stromberg
b983c47145
Merge branch 'master' into persistent
2019-08-14 08:12:25 -07:00
Thomas Strömberg
74a060a02f
Merge pull request #5070 from tstromberg/pre-doc-bash
...
Add documentation & make targets for starting a local doc site
2019-08-14 07:42:36 -07:00
Thomas Stromberg
a6ef385036
boilerplate: Filter ./out and /hugo
2019-08-14 07:30:17 -07:00
Thomas Stromberg
2086f4a17f
Remove .ONESHELL use for make 3.8.1 compat (macOS)
2019-08-14 07:30:00 -07:00
Thomas Stromberg
8c842e61d9
Merge branch 'master' into pre-doc-bash
2019-08-14 07:12:53 -07:00
Medya Gh
fb24d04fef
remove unused code
2019-08-14 00:35:39 -07:00
Medya Gh
c8e6f61bc1
convert all util.Retry to retry.Expo
2019-08-14 00:24:51 -07:00
Carlos Sanchez
58de23fee4
Fix error when KUBECONFIG has empty entries ( #4100 )
...
Signed-off-by: Carlos Sanchez <carlos@apache.org>
2019-08-14 08:57:59 +02:00
Medya Gh
f17f3408a8
convert all RetryAfter to retry.Expo
2019-08-13 23:48:30 -07:00
Medya Gh
06d0e48156
move all RetryX to retry.Expo
2019-08-13 22:18:47 -07:00
Medya Gh
4722fa8d2a
delete deprecated MAINTAINERS file
2019-08-13 21:59:29 -07:00
Medya Ghazizadeh
25e057cee3
Merge pull request #4991 from reegnz/bugfix/reenable-systemd-timesyncd
...
Re-Added time synchronization between host/VM
2019-08-13 21:48:47 -07:00
Medya Ghazizadeh
2be6484214
Merge pull request #4993 from ethan-daocloud/patch-1
...
start.go: logging message typo correction
2019-08-13 21:43:42 -07:00
Medya Gh
998d305af3
Adding lock to most ioutil.WriteFile
2019-08-13 21:12:34 -07:00
Medya Gh
9d44601ede
Addeed file lock for kubeconfig
2019-08-13 20:56:28 -07:00
Medya Gh
d264d7d553
adding retry subpackage
2019-08-13 19:59:21 -07:00
Thomas Strömberg
c3588fcef9
Merge pull request #5074 from tstromberg/newstart
...
Update screenshot, remove help wanted image
2019-08-13 18:18:15 -07:00
Thomas Stromberg
3112a2220b
Add hugo gitignore items
2019-08-13 18:14:31 -07:00
Thomas Strömberg
89a6b79b61
Merge pull request #5073 from tstromberg/ghurl
...
Site top bar: rename "Blog" to "News", add "GitHub" link.
2019-08-13 18:11:36 -07:00
Thomas Stromberg
c9d8b5485f
Update screenshot, remove help wanted image
2019-08-13 18:09:51 -07:00
Medya Ghazizadeh
29a1eee54c
Merge pull request #5068 from medyagh/profile_create
...
Create empty profile if profile is set to a not-existing profile
2019-08-13 17:59:31 -07:00
Medya Gh
5b7428c57f
remove TODO comment
2019-08-13 17:50:28 -07:00
Thomas Strömberg
ccae42d5a9
Merge pull request #5071 from kubernetes/tstromberg-patch-2
...
Restore most of the README.md text
2019-08-13 17:38:21 -07:00