Commit Graph

5489 Commits (c74a59e6d61d94e6d0e77e610554a17a3d0c504d)

Author SHA1 Message Date
Medya Ghazizadeh 021ca860df
Merge pull request #4717 from priyawadhwa/gvisor-image
Rebuild gvisor image for integration tests
2019-08-16 12:25:10 -07:00
Thomas Strömberg 9091fffe32
Merge pull request #5102 from ethan-daocloud/patch-3
cleanup: fix error message in crypto.go
2019-08-16 10:37:10 -07:00
Medya Gh fda017d7b3 remove default, fix indent, set pipefail 2019-08-16 10:21:08 -07:00
Anders F Björklund 8800bede50 Provide default InstallURL in EngineOptions 2019-08-16 18:09:37 +02:00
Anders F Björklund aa121cdce0 Only provision buildroot with BuildrootProvisioner 2019-08-16 18:07:44 +02:00
Guangming Wang 39d055431d
cleanup: fix error message in crypto.go
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-08-16 23:23:21 +08:00
Medya Ghazizadeh 8b7b06f8ca
Update release_build_and_upload.sh 2019-08-15 17:42:15 -07:00
Medya Ghazizadeh be0dc2d26c
update boilerplate year 2019-08-15 17:00:40 -07:00
Medya Ghazizadeh 21256ccb9d
Merge pull request #5094 from guibirow/patch-1
Updated docs to add how to develop addons link
2019-08-15 15:57:38 -07:00
Medya Ghazizadeh c02ea8eb40
Update release_build_and_upload.sh 2019-08-15 15:56:19 -07:00
Medya Gh 51dcf9243e Added comment 2019-08-15 15:44:22 -07:00
Medya Gh b6c8346df1 Fix string compare whitespace 2019-08-15 15:12:16 -07:00
Medya Gh f63208ba41 added chown 2019-08-15 15:07:28 -07:00
Medya Gh 6ace05d38b add go install to both release and cross build 2019-08-15 15:07:15 -07:00
Priya Wadhwa c611cf806d updated cache_image 2019-08-15 14:30:59 -07:00
Priya Wadhwa 198d6397f9 Merge branch 'master' of github.com:kubernetes/minikube into gvisor-image 2019-08-15 13:56:37 -07:00
Medya Gh dba55201b0 Ensure specific golang version is installed on build agents 2019-08-15 13:46:25 -07:00
Diego Mendes 040c6260fe
changed link by hugo cross references 2019-08-15 21:41:39 +01:00
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