Commit Graph

13147 Commits (37b1532418592123cf27b5043eae2f4ecf0d224a)

Author SHA1 Message Date
Yanshu Zhao f94b1674b1 Change tests into a loop 2020-12-30 23:27:37 +00:00
Medya Ghazizadeh 358c9c5545
Merge pull request #10042 from spowelljr/snapFix
Fix docker driver cert copy on ubuntu's snap package manager
2020-12-30 13:55:18 -08:00
Steven Powell b28c1ec4f6 store memory assets in home dir when using snap 2020-12-30 10:24:30 -07:00
Ling Samuel b79ab3fedf
Automatically use latest tag for command cache
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2020-12-30 12:00:20 +08:00
Yanshu Zhao f044b1fa91 Add unit test for docker network inspect 2020-12-30 02:28:44 +00:00
Medya Ghazizadeh 81460f05f1
Merge pull request #10049 from sadlil/kubelet-cluster-domain-fix
Use appropriate ClusterDomain value in kubeadm KubeletConfiguration
2020-12-29 14:10:10 -08:00
Daehyeok Mun f3a5ac4fc9 Retry binary download every minute for 10 minutes 2020-12-28 16:36:20 -08:00
AUT0R3V ffea4bb25d
Update vmware_windows_usage.inc 2020-12-29 01:31:16 +05:30
priyawadhwa 92511decd0
Merge pull request #9889 from lvjp/master
Use stable networking api in ingress-dns example
2020-12-28 10:38:26 -08:00
priyawadhwa 6bd2148186
Merge pull request #10054 from cxsu/ko-translation
Update Korean translation
2020-12-28 10:37:13 -08:00
Sadlil 843019707d Use appropriate ClusterDomain value in kubeadm KubeletConfiguration 2020-12-28 16:22:37 +00:00
cxsu a1839a867f Update korean translation 2020-12-28 01:51:04 +09:00
cxsu 80c8bc9db8 Run 'make extract' 2020-12-28 01:41:14 +09:00
Yanshu Zhao 4a940d0079 Fix docker inspect network go template 2020-12-27 08:38:39 +00:00
Laurent VERDOÏA 88627ff782 Use stable networking api in ingress-dns example 2020-12-26 10:52:27 +01:00
Ivan Milchev eaf7b3a74e added sch_htb, cls_fw, cls_matchall, act_connamrk and ifb kernel modules 2020-12-24 23:55:25 +01:00
Ling Samuel e0178acecc
Make sure NO_PROXY contains api endpoint
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2020-12-24 16:41:43 +08:00
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
Daehyeok Mun b11190c64e Delete subnode's machine directories 2020-12-23 14:06:26 -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
AUT0R3V 397dea8aef
Update vmware_windows_usage.inc 2020-12-23 10:12:04 +05:30
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