Commit Graph

12957 Commits (3dac483db9c5511056865c448be3121f97a6a796)

Author SHA1 Message Date
Medya Ghazizadeh 3dac483db9
Merge pull request #10028 from azhao155/yzhao/fix/dockerEnvLog
Change exit to warning if can't restart docker in docker-env cmd
2020-12-23 18:00:19 -08:00
Medya Ghazizadeh 199ea3425b
Merge pull request #9538 from priyawadhwa/network-flag
Add --network flag to select docker network to run with docker driver
2020-12-23 16:42:13 -08:00
Priya Wadhwa e210a72bfa update warning 2020-12-23 14:03:10 -08:00
Priya Wadhwa 322efcb406 Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag 2020-12-23 14:02:22 -08:00
Medya Ghazizadeh 9a0be2e2d2
Merge pull request #10037 from afbjorklund/kubeadm-memory2
The kubernetes memory requirement is for the total
2020-12-23 13:53:05 -08:00
Anders F Björklund 402d31b195 The kubernetes memory requirement is for the total
The kernel will reserve some memory for itself, so if you want
1700 MB free you need to allocate 1800 MB for the VM hardware.

The recommendation is still 2048 (or 2000), with an even 2.0 GiB.
So let's increase the old values with +100, for ~60 overhead.
2020-12-23 22:32:56 +01:00
Yanshu Zhao 68181145bd Add error in the log 2020-12-23 21:05:43 +00:00
Medya Ghazizadeh f68005724c
Merge pull request #9958 from tstromberg/vmwarefusion
Remove obsolete 'vmwarefusion' driver, add friendly message
2020-12-23 12:56:05 -08:00
Medya Ghazizadeh e678fb11d6
Merge pull request #10034 from ebriand/patch-1
Fix typo in the csi-hostpath-driver addon name
2020-12-23 12:54:39 -08:00
Medya Ghazizadeh 46043a6aee
Merge pull request #10018 from afbjorklund/kubeadm-memory
The kubeadm bootstrapper now requires 1700M mem
2020-12-23 12:40:42 -08:00
Medya Ghazizadeh 56d71f3ac5
Merge pull request #10032 from medyagh/cleanup_revert
ci: add back clean up
2020-12-23 12:24:51 -08:00
Medya Ghazizadeh a962466d34
Merge pull request #10027 from azhao155/yzhao/fix/dockerReload
Fix docker reload issue in docker-env cmd
2020-12-23 12:17:08 -08:00
Anders F Björklund 1413d267b2 The kubeadm bootstrapper now requires 1700M mem
The node requirement is 2 vCPU and 2.0 GiB RAM

You can use --force to bypass the requirement
2020-12-23 21:09:30 +01:00
Medya Ghazizadeh 7b1b565882
Merge pull request #9974 from blueelvis/add-warning-windows-ssh-client-tunnel
Adding warning for docker windows tunnel
2020-12-23 11:22:59 -08:00
Eric Briand b147278350
Fix typo in the csi-hostpath-driver addon name 2020-12-23 09:44:28 +01:00
Medya Gh 00d3c6d7ac add back clean up 2020-12-22 21:30:23 -08:00
Yanshu Zhao 6460b61b75 Change exit to warning if can't restart docker in docker-env cmd 2020-12-23 01:48:26 +00:00
Yanshu Zhao bb37572a44 Fix docker reload issue in docker-env cmd 2020-12-23 01:00:23 +00:00
Medya Ghazizadeh 9e5beb4e37
Merge pull request #10024 from alonyb/w/add-container-spinner
Add spinner in creating container step
2020-12-22 15:53:38 -08:00
Priya Wadhwa a3b80e1fff add log 2020-12-22 14:57:04 -08:00
Priya Wadhwa bd413794c2 Avoid creating network if it is the default 2020-12-22 14:56:27 -08:00
alonyb df6a8f6558 add spinner in creating container step 2020-12-22 15:47:48 -05:00
Medya Ghazizadeh 025991f455
Merge pull request #9999 from amarts/i9879
iso: add XFS_QUOTA support to guest vm
2020-12-22 10:15:43 -08:00
Priya Wadhwa 81f00fc3e3 update description 2020-12-21 16:58:49 -08:00
Medya Ghazizadeh e06f7fcde7
Merge pull request #9959 from tstromberg/jenky-hack
When parsing release notes, parse up to the next version tag
2020-12-21 16:18:46 -08:00
Medya Ghazizadeh 167b6c4399
Merge pull request #10021 from azhao155/yzhao/feature/dockerEnvWaitForApiServerFixCommits
Replace fixed time wait with wait function for docker-env cmd
2020-12-21 16:18:14 -08:00
Medya Ghazizadeh c300a0545a
Merge pull request #9977 from kadern0/issue-8790
Added validation for --insecure-registry values
2020-12-21 16:17:14 -08:00
Medya Ghazizadeh 9d5faff315
Merge pull request #9983 from tstromberg/storage-type
RSRC_DOCKER_STORAGE advice: remove typo and improve text
2020-12-21 16:07:57 -08:00
Yanshu Zhao 3172a6ddfc change log level and change wait function to private 2020-12-21 23:19:41 +00:00
Yanshu Zhao f698ccb52d Increase time out to 30 s 2020-12-21 20:36:34 +00:00
Yanshu Zhao 96104205af fix lint 2020-12-21 20:35:49 +00:00
Yanshu Zhao bb83ce154e Fix lint 2020-12-21 20:34:33 +00:00
Yanshu Zhao a31b851b31 docker-env cmd wait for api server to be up 2020-12-21 20:32:03 +00:00
Medya Ghazizadeh 75cd178012
Merge pull request #9994 from spowelljr/addBackupTabDisplay
site: fix display method for tabs if jQuery fails to load
2020-12-21 10:59:03 -08:00
Pablo Caderno dbbe06664c Added validation for --insecure-registry values
Fixes 8790
2020-12-20 10:00:17 +11:00
Amar Tumballi 1bd16aee4f iso: add XFS_QUOTA support to menuconfig options
Having the Quota support for xfs would allow some of the CSI projects
to utilize the feature in their automated testing, as PV Claim requests
has volume-size as an option, which is implemented with help of quota
feature in many cases.

Signed-off-by: Amar Tumballi <amar@kadalu.io>
2020-12-18 12:47:29 +05:30
Jituri, Pranav f2b47962e1
Address review comments 2020-12-18 10:06:30 +05:30
Thomas Strömberg 5f6fef80c7
Mention the v1.16.0 release 2020-12-17 19:38:21 -08:00
Sharif Elgamal 1ef39710da
Merge pull request #9993 from minikube-bot/jenkins-releases.json-v1.16.0
update releases.json to include v1.16.0
2020-12-17 16:02:51 -08:00
minikube-bot af84e913c8 Update releases.json to include v1.16.0 2020-12-17 15:44:12 -08:00
Sharif Elgamal 9f1e482427
Merge pull request #9990 from sharifelgamal/1.16.0
Update Makefile and release notes for 1.16.0 release
2020-12-17 15:35:35 -08:00
Steven Powell e9f444adda Added backup display method for tabs if jQuery fails to load 2020-12-17 16:31:46 -07:00
Sharif Elgamal 79c883a906 Update Makefile and release notes for 1.16.0 release 2020-12-17 13:33:42 -08:00
Sharif Elgamal c50f38b06c
Merge pull request #9986 from sharifelgamal/fix-none-test
fix ip node retrieve for none driver
2020-12-17 12:03:30 -08:00
Sharif Elgamal c13a71294f
Merge pull request #9987 from sharifelgamal/multinode-ga
remove experimental warning for multinode
2020-12-17 11:34:59 -08:00
Sharif Elgamal 53d59d2c82 remove experimental warning for multinode 2020-12-17 11:13:46 -08:00
Sharif Elgamal f8d0a91990 fix ip node retrieve for none driver 2020-12-17 10:59:30 -08:00
Thomas Strömberg 02c8f8b30a
Merge pull request #9761 from blueelvis/task/enable-ingress-docker-windows
Enable Ingress Addon for Docker Windows
2020-12-17 10:40:04 -08:00
priyawadhwa 63faabb0ce
Merge pull request #9984 from tstromberg/preload-bump
Bump preload to v8 to include updated dashboard
2020-12-17 10:27:28 -08:00
Sharif Elgamal 8f119049fd
Merge pull request #9978 from spowelljr/fixContextTimeout
Removed parallel running from test func to prevent ctx timeout
2020-12-17 10:12:58 -08:00