Commit Graph

13597 Commits (8a651ba6bdfdfe984a58228331b6b90ada2a3c1c)

Author SHA1 Message Date
Ilya Zuyev 8a651ba6bd Add .deb installation tests 2021-02-12 15:01:53 -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
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
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
Medya Ghazizadeh 984b079821
Merge pull request #10412 from sharifelgamal/crio
remove crio restart hack
2021-02-10 16:55:44 -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
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
Medya Ghazizadeh ff8cec19b4
Merge pull request #10423 from priyawadhwa/fix-test-preload
Fix TestPreload on containerd/crio
2021-02-09 12:39:27 -08:00
Priya Wadhwa 74161d674b Fix TestPreload on containerd 2021-02-09 11:20:21 -08:00
Anders F Björklund 76612f669c Remove duplicate binaries from build internals
Due to difference in how things are named between different
operating systems <sigh>, we make multiple copies of files.

But we don't need to upload these extras to the release dir,
since they only risk confusing users further (and lack sha256).
2021-02-09 20:07:11 +01:00
Anders F Björklund a462032b07 Remove now unused isoPath link parameter
It was removed from version in 9adf54388

And removed from the ISO URL in 39670fc06
2021-02-09 19:54:27 +01:00
Priya Wadhwa 6ed56d842e Rename to delCtx 2021-02-09 10:51:51 -08:00
Anders F Björklund ac147e1442 Correct the filename for the crio apt repository
It was a bit confusing that 1.19 still said 1.18
2021-02-09 19:32:05 +01:00
Sharif Elgamal d3a340eb9b Merge branch 'master' of github.com:kubernetes/minikube into crio 2021-02-09 09:40:01 -08:00
Medya Ghazizadeh db3bfc3f9e
Merge pull request #10414 from sharifelgamal/containerd-crio
add new integration test files for containerd and crio
2021-02-09 09:38:50 -08:00
Anders F Björklund 05fe93a392 Upgrade Docker, from 20.10.2 to 20.10.3 2021-02-09 17:34:08 +01:00
Anders F Björklund f1c0f61963 Update libmachine module to machine-drivers@master 2021-02-09 08:03:13 +01:00
Medya Ghazizadeh 0f3b4b2ebf
Merge pull request #10411 from prezha/fix-docker-StartLimitIntervalSec
move StartLimitIntervalSec param from [Service] to [Unit] section
2021-02-08 21:26:28 -08:00
Sharif Elgamal 8d15fbc5e9 make scripts executable and add to list 2021-02-08 18:23:42 -08:00
Sharif Elgamal 95da0ae8ca add new integration test files for containerd and crio 2021-02-08 18:02:23 -08:00
Medya Ghazizadeh b414901481
Merge pull request #10381 from spowelljr/addTmpDirTests
Refactor tmp dir detection to improve testability
2021-02-08 16:32:17 -08:00
Sharif Elgamal 57ffa272c9 remove crio restart hack 2021-02-08 16:28:05 -08:00
Medya Ghazizadeh de03a37a1e
Merge pull request #10399 from alonyb/fix-validate-descriptor
Upgrade spinner library to only spin in a terminal
2021-02-08 15:58:13 -08:00
Predrag Rogic 6d40ab38c7
move StartLimitIntervalSec param from [Service] to [Unit] section 2021-02-08 23:32:28 +00:00
Priya Wadhwa 53dad6a4ae fix log 2021-02-08 15:26:04 -08:00
Priya Wadhwa 8f02a5851e Time everything via context 2021-02-08 15:24:41 -08:00
Priya Wadhwa 51169d68ea Add context to remaining necessary functions 2021-02-08 15:19:01 -08:00
Priya Wadhwa a6372b35a3 Add 5 minute timeout to deleting leftover cvolumes and containers 2021-02-08 15:15:08 -08:00
Priya Wadhwa 9b147f788d Merge branch 'master' of https://github.com/kubernetes/minikube into delete-timeout 2021-02-08 14:56:13 -08:00
Medya Ghazizadeh 0019dd2180
Merge pull request #10361 from sharifelgamal/gcp-auth-multiarch
upgrade gcp-auth-webhook image to v0.0.4 for multiarch
2021-02-08 13:10:02 -08:00