Commit Graph

13623 Commits (ea16737271be3e77ddce44cbb386af8bbbfbed8a)

Author SHA1 Message Date
Sharif Elgamal ea16737271 syntax 2021-02-17 09:37:34 -08:00
Sharif Elgamal 9aeb4a75fa update kicbase image 2021-02-17 09:35:32 -08:00
Sharif Elgamal e8f00d726f export the correct variables 2021-02-17 09:23:30 -08:00
Sharif Elgamal de750b73e2 timestamp checks 2021-02-16 19:25:22 -08:00
Sharif Elgamal bba35e25f5 display proper image tag 2021-02-16 18:08:45 -08:00
Sharif Elgamal 5d642c5311 fix up escaping nonsense 2021-02-16 17:39:46 -08:00
Sharif Elgamal 0147378459 boilerplate 2021-02-16 14:28:58 -08:00
Sharif Elgamal 29352b294b make executable 2021-02-16 14:23:23 -08:00
Sharif Elgamal 803934a670 add automation script 2021-02-16 14:22:49 -08:00
Sharif Elgamal 3406be89f8 fix final line of dockerfile 2021-02-12 17:18:40 -08:00
Sharif Elgamal 400456b300 no need for bash 2021-02-12 17:09:46 -08:00
Sharif Elgamal 38c6fc60f0 fix makefile 2021-02-12 16:15:33 -08:00
Medya Ghazizadeh 27d86a421f
Merge pull request #10388 from BLasan/issue-10386
Add condition to check --cpus count with available cpu count
2021-02-12 12:48:33 -08:00
Medya Ghazizadeh bd788dbc83
Merge pull request #10457 from govargo/fix-test-check-docker-version
[Unit Test] Fix TestCheckDockerVersion Assertion
2021-02-12 12:13:45 -08:00
Kent Iso 88f60b94f4 Fix TestCheckDockerVersion Assertion 2021-02-13 00:14:37 +09:00
Medya Ghazizadeh 350f8a2494
Merge pull request #10452 from ilya-zuyev/ilyaz/disable_hyperv_on_m1
Disable all drivers except "docker" and "ssh" on darwin/arm64
2021-02-11 17:10:10 -08:00
Medya Ghazizadeh ee6283ecf1
Merge pull request #10293 from afbjorklund/ssh-validate
ssh: validate the ssh-key parameter if given
2021-02-11 15:05:19 -08:00
Medya Ghazizadeh bf5301cbb6
Merge pull request #10450 from priyawadhwa/load-image
skip LoadImage test on darwin/github actions
2021-02-11 15:03:06 -08:00
Ilya Zuyev 306e7fedc4 fix translations for unsupported driver changes 2021-02-11 12:22:27 -08:00
priyawadhwa 7fdfcd164f
Merge pull request #10433 from BLasan/issue-10156
Add image repository respected for calico
2021-02-11 10:53:19 -08:00
Priya Wadhwa 5fc0b5ecb8 skip LoadImage test on darwin/github actions as it requires a running docker daemon 2021-02-11 10:32:04 -08:00
Medya Ghazizadeh 3512e88020
Merge pull request #10435 from afbjorklund/podman-cleanup
Explicitly remove podman volume and network
2021-02-11 10:27:50 -08:00
Medya Ghazizadeh 0cbc73e4a1
Merge pull request #10442 from jiefenghe/master
add NodeReadyKey to the AllComponents map for waiting for all components
2021-02-11 10:24:50 -08:00
Jiefeng He a44fb963b4 add NodeReadyKey to the AllComponents map for waiting for all components 2021-02-10 23:34:58 -08:00
Ilya Zuyev a99d545a54 Fix "The driver {{.driver}} is not supported on {{.os}}/{{.arch}}" message 2021-02-10 17:06:20 -08:00
Ilya Zuyev 3caf9c0f05 Fix "The driver {{.driver}} is not supported on {{.os}}/{{.arch}}" message 2021-02-10 17:05:16 -08:00
Medya Ghazizadeh a3609d3778
Merge pull request #10380 from daehyeok/profile_list_light
Add -l/--light option for profile list command.
2021-02-10 17:04:39 -08:00
Ilya Zuyev af5b44df12 Fix "The driver {{.driver}} is not supported on {{.os}}/{{.arch}}" message 2021-02-10 17:03:53 -08:00
Ilya Zuyev 60bafd00fa fix supported drivers list for darwin/arm64 2021-02-10 16:56:35 -08:00
Medya Ghazizadeh 984b079821
Merge pull request #10412 from sharifelgamal/crio
remove crio restart hack
2021-02-10 16:55:44 -08:00
Ilya Zuyev 7536f4436c Fix build constraints 2021-02-10 16:15:28 -08:00
Ilya Zuyev d7beb72025 disable hyperkit driver on arm64 2021-02-10 13:47:46 -08:00
Anders F Björklund b7de621033 Explicitly remove podman volume and network
The --filter and --label functionality was broken,
in earlier versions of podman (before version 3.0)
2021-02-10 20:57:20 +01:00
Sharif Elgamal 3942e43659
Merge pull request #10347 from mwht/patch-1
Changed x86 to amd64 in installation guide to reflect actual architecture name
2021-02-10 11:35:08 -08:00
ilya-zuyev c78daabb37
Merge pull request #10298 from afbjorklund/ssh-default
ssh: support default key path for built-in ssh
2021-02-10 11:09:08 -08:00
priyawadhwa b0fcaa6e70
Merge pull request #10341 from vladdoster/patch-1
(docs) update install instructions for MacOS
2021-02-10 11:08:01 -08:00
priyawadhwa 09de7ff62f
Merge pull request #10332 from priyawadhwa/delete-timeout
Add 5 minute timeout to deleting a profile
2021-02-10 10:40:32 -08:00
priyawadhwa 859ec2a44b
Merge pull request #10428 from priyawadhwa/auto-network-plugin
Fix TestNetworkPlugins/group/auto/KubeletFlags on containerd/crio
2021-02-10 10:36:24 -08:00
BLasan 7a7439c094 Add image repository respected for calico 2021-02-10 17:07:17 +05:30
Medya Ghazizadeh 47da1ffe3f
Merge pull request #10422 from afbjorklund/remove-duplicates
Remove duplicate binaries from build internals
2021-02-09 16:14:18 -08:00
Daehyeok Mun f457bde02d Add -l/--light option for profile list command.
If option is true, Doens't try to get profiles from container and read
current status.
2021-02-09 16:06:09 -08:00
Sharif Elgamal ccdc844a94 Merge branch 'master' of github.com:kubernetes/minikube into kic-test 2021-02-09 15:12:42 -08:00
priyawadhwa 51ec098b05
Merge pull request #10366 from priyawadhwa/mk-image-load
Implement minikube image load command
2021-02-09 14:42:31 -08:00
Priya Wadhwa 840b3a2bf0 Fix cyclomatic complexity lint error 2021-02-09 14:20:25 -08:00
Priya Wadhwa 5364222fc8 We set the network plugin to cni with containerd runtime 2021-02-09 14:13:32 -08:00
Priya Wadhwa e8945f2934 Add warning for cache add 2021-02-09 13:36:40 -08:00
Medya Ghazizadeh 327f0bb512
Merge pull request #10421 from afbjorklund/remove-isopath
Remove now unused isoPath link parameter
2021-02-09 13:06:24 -08:00
Medya Ghazizadeh 37c106b551
Merge pull request #10417 from afbjorklund/docker-20.10.3
Upgrade Docker, from 20.10.2 to 20.10.3
2021-02-09 12:42:44 -08:00
Medya Ghazizadeh 56cb58ec51
Merge pull request #10415 from afbjorklund/machine-drivers-master
Update libmachine module to machine-drivers@master
2021-02-09 12:41:42 -08:00
Medya Ghazizadeh 592213c9cf
Merge pull request #10419 from afbjorklund/crio-minor
Correct the filename for the crio apt repository
2021-02-09 12:39:58 -08:00