Medya Ghazizadeh
2e6ceb7941
Merge pull request #10187 from afbjorklund/memory-warning
...
Avoid warning about the suggested memory size
2021-01-20 12:03:15 -08:00
Sharif Elgamal
e41c2283e4
Merge pull request #10066 from afbjorklund/MEP-containerd-default
...
MEP: CRI: Containerd by default
2021-01-20 11:33:34 -08:00
Anders F Björklund
fc8ef79c37
Avoid warning about the suggested memory size
...
The recommendation is to use (at least) 2048 MB *for the VM*,
which means that you will end up something like 1992 MB total.
We should not issue warnings when using the recommended size,
so lower the limit to 1900 MB (kubeadm will validate 1700 MB).
The reason it is broken is because it uses different values
for different drivers, if running a VM or on Bare Metal...
There is also no difference anymore between the "usable"
and the "recommended", so this will need revisiting later.
2021-01-20 20:20:13 +01:00
Medya Ghazizadeh
ce655bcc0d
Merge pull request #10099 from afbjorklund/generic-2021
...
Add new driver "SSH" to bootstrap generic minkube clusters over ssh
2021-01-19 14:34:16 -08:00
Medya Ghazizadeh
82c513fdb1
Merge pull request #10161 from Hellcatlk/json
...
Remove duplicate json key in translations
2021-01-19 10:48:46 -08:00
Medya Ghazizadeh
82aa272dec
Merge pull request #10162 from Hellcatlk/zh-CN
...
Add some zh-CN translations
2021-01-19 10:47:49 -08:00
zouyu
c8cbb513f0
Add some zh-CN translations
...
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
2021-01-18 13:32:36 +08:00
zouyu
c7b9662da9
Remove duplicate json key
...
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
2021-01-18 11:33:25 +08:00
Anders F Björklund
541193c945
Address review comments, rename to ssh-ip-address
2021-01-16 14:44:56 +01:00
Anders F Björklund
4611e2fe76
Merge branch 'master' into generic
2021-01-16 14:34:04 +01:00
Medya Ghazizadeh
caf59caaea
Merge pull request #10154 from afbjorklund/docker-20.10.2
...
Upgrade Docker, from 20.10.1 to 20.10.2
2021-01-15 13:00:24 -08:00
Medya Ghazizadeh
062c6c7e66
Merge pull request #9985 from ilya-zuyev/ilyaz/arm64-fixes
...
Support arm64 in docker driver/integration tests
2021-01-15 12:59:03 -08:00
Anders F Björklund
79ae3eb9c7
Upgrade Docker, from 20.10.1 to 20.10.2
2021-01-15 19:14:23 +01:00
Ilya Zuyev
227a6af18e
Merge branch 'master' into ilyaz/arm64-fixes
2021-01-14 22:06:10 -08:00
Medya Ghazizadeh
8b76fa2c46
Merge pull request #10126 from medyagh/extension_context
...
add annotation to kubeconfig to identify contexts/clusters created by minikube
2021-01-14 17:23:17 -08:00
Medya Ghazizadeh
3b2d9628ff
Merge pull request #10146 from tstromberg/macos-arm64
...
arm64: Fix offline start by removing obsolete arch suffix
2021-01-14 17:19:02 -08:00
Medya Gh
89a8cdc794
change time format to RFC1123
2021-01-14 15:37:43 -08:00
Ilya Zuyev
d67a57101b
simplify validateServiceCmd(..) logic
2021-01-14 15:13:03 -08:00
Ilya Zuyev
dacb0b33e2
use k8s.gcr.io/echoserver[-arm]:1.8 for tests
2021-01-14 15:02:09 -08:00
Ilya Zuyev
e62aba44c6
revert changes for '--memroy' adjustment in `validateDryRun`
2021-01-14 15:01:24 -08:00
Thomas Stromberg
759f36dfc0
Merge branch 'master' into macos-arm64
2021-01-14 14:39:28 -08:00
Thomas Stromberg
70d7018f4e
arm64: Remove legacy arch suffixes from image names
2021-01-14 14:39:06 -08:00
Thomas Strömberg
c7e4bb0326
Merge pull request #10115 from tstromberg/macos-arm64
...
Upgrade gopsutil & docker libs for macOS/arm64 compatibility
2021-01-14 14:37:33 -08:00
Thomas Stromberg
c6a27bd9ea
Merge to master
2021-01-14 14:22:55 -08:00
Ilya Zuyev
0a75e7ead3
comment '--memory' handling in validateDryRun(..)
2021-01-14 12:42:27 -08:00
Ilya Zuyev
e318f721e6
comment imageID(..)
2021-01-14 12:34:46 -08:00
Ilya Zuyev
7750f709ce
Add t.Skip(..) for TestDownloadOnlyKic test case
2021-01-14 12:30:28 -08:00
Ilya Zuyev
839bd03621
Add unit test for archTag()
2021-01-14 12:28:10 -08:00
Ilya Zuyev
5cc965921a
Remove redundant return after t.Skip(..)
2021-01-14 11:51:56 -08:00
Ilya Zuyev
61157c0e56
Add GH issue link to output if a test is skipped on arm64
2021-01-14 11:50:56 -08:00
Medya Ghazizadeh
44f5b17c33
Merge pull request #10137 from lingsamuel/increase-dockerenv-timeout
...
Increase functional test DockerEnv timeout
2021-01-14 10:52:42 -08:00
Ilya Zuyev
d11149d7f6
make Arm64Platform private
2021-01-14 10:51:57 -08:00
Medya Gh
731daf180a
hyphen instead of underscore to match kubeconfig
2021-01-14 10:01:35 -08:00
Medya Gh
ee8d8578d8
lint
2021-01-14 10:01:35 -08:00
Medya Gh
ed03df5b0a
remove debugging
2021-01-14 10:01:35 -08:00
Medya Gh
5ddf54b32f
refactor to make testable
2021-01-14 10:01:35 -08:00
Medya Gh
9f67a557a7
address review comments
2021-01-14 10:01:34 -08:00
Medya Gh
c3e4c1bee0
update comment
2021-01-14 10:01:34 -08:00
Medya Gh
d8fdb5cf5b
add minikube labels to kubecontext extenions
2021-01-14 10:01:34 -08:00
Medya Ghazizadeh
79bcfde690
Merge pull request #10141 from spowelljr/removeExec
...
Removed exec permission from markdown files
2021-01-14 09:07:55 -08:00
Ling Samuel
85eca7d7b7
Increase functional test DockerEnv timeout
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-14 14:31:32 +08:00
Steven Powell
94ea2bacef
Removed exec permission from files that should not have
2021-01-13 18:22:29 -07:00
Ilya Zuyev
2ea4715236
revert whitespace changes
2021-01-13 14:21:31 -08:00
Ilya Zuyev
5905834c7e
tests: enable skaffold test
2021-01-13 13:59:06 -08:00
Ilya Zuyev
f50c2bf617
tests: extract an utility method for image ids
2021-01-13 13:58:55 -08:00
Ilya Zuyev
e47543980a
use arch tag for legacy versions of k8s/etcd images
2021-01-13 12:35:09 -08:00
Ilya Zuyev
f5057ee172
revert github actions changes
2021-01-13 11:56:10 -08:00
Medya Ghazizadeh
31aa5c1bad
Merge pull request #10118 from azhao155/yzhao/fix/flacknessDocker-ENV
...
avoid race condition in bootstrap certs for parallel runs
2021-01-13 11:46:41 -08:00
Anders F Björklund
099c6b72a6
The MachineName function was moved to config
2021-01-13 20:20:53 +01:00
Anders F Björklund
abb556f7f5
Merge branch 'master' into generic
2021-01-13 20:15:17 +01:00