Commit Graph

5514 Commits (e3b45667a6144caf258a1024a61754955d1b97c7)

Author SHA1 Message Date
Predrag Rogic e3b45667a6
improve how cni and cruntimes work together 2021-04-25 17:40:34 +01:00
Medya Ghazizadeh 222dbec2fe
Merge pull request #11178 from prezha/bump-kindnet-to-v20210326-1e038dc5
bump kindnet to v20210326-1e038dc5
2021-04-25 09:00:44 -07:00
Medya Ghazizadeh 8ce6326186
Merge pull request #11054 from afbjorklund/iso-os-update
Upgrade buildroot minor version
2021-04-24 21:10:51 -07:00
Medya Ghazizadeh 30d659c635
Merge pull request #11055 from afbjorklund/kic-os-update
Update kicbase base image
2021-04-24 21:09:32 -07:00
Medya Ghazizadeh 41bbb4f6c5
Merge pull request #11164 from afbjorklund/build-rebase
Add re-implementation of the build command
2021-04-24 21:03:30 -07:00
minikube-bot 6ff3832348 Updating ISO to v1.19.0-1619288095-11054 2021-04-24 19:08:52 +00:00
Medya Ghazizadeh f854a086b1
Merge pull request #11158 from spowelljr/addLogFileToGithubIssue
Add log file to GitHub issue output
2021-04-24 09:52:45 -07:00
Steven Powell a669ebb53e added back emojis 2021-04-23 16:07:50 -07:00
Predrag Rogic cdc5048ec3
bump kindnet to v20210326-1e038dc5 2021-04-23 22:36:40 +01:00
Anders F Björklund 96e199c442 Support building a path local to the machine
Using file: scheme means build local context
2021-04-23 23:31:45 +02:00
Anders F Björklund d50845903f url.Parse treats DOS volumes as URL schemes
So need to be on the lookout for "C:\\path"
2021-04-23 23:04:30 +02:00
Medya Ghazizadeh aa1e96ecb6
Merge pull request #11132 from afbjorklund/preload-checksum
Add checksum to the preload tarball download
2021-04-23 13:18:43 -07:00
Medya Ghazizadeh d772101fd5
Merge pull request #11168 from afbjorklund/canonical-name
Use canonical image name if one exists remotely
2021-04-23 12:23:35 -07:00
Medya Ghazizadeh cf79f775f4
Revert "ci: mkcmp: skip testing ingress for containerd" 2021-04-23 12:12:25 -07:00
Anders F Björklund 13e1e15caa Don't parse again if the image name didn't change 2021-04-22 19:26:32 +02:00
Anders F Björklund dc5d69e792 Don't check local or canonical images with remote 2021-04-22 19:19:26 +02:00
Anders F Björklund b16799b29c Use canonical image name if one exists remotely
When adding an image to the cache, check if it exists remote.
If it does, then use the canonical name when saving to cache.

If not checking with the remote registry, or it doesn't exist,
then use the short name when saving to cache - like before...
2021-04-22 18:10:56 +02:00
Steven Powell 68171b4dbe improved failure messages 2021-04-21 16:57:09 -07:00
Steven Powell cd93ee9eb4 added message to box 2021-04-21 16:43:06 -07:00
Anders F Björklund 98d2389a3d Log error from getting the preload checksum 2021-04-21 21:46:09 +02:00
Anders F Björklund e230f023a0 Address lint append suggestions from gocritic 2021-04-21 20:26:28 +02:00
Anders F Björklund 947e31aead Add git url support to containerd runtime 2021-04-21 20:26:28 +02:00
Anders F Björklund c961190ed8 Allow passing environ and options to build 2021-04-21 20:26:28 +02:00
Anders F Björklund 9f9958f7ea Allow building image from an url as well 2021-04-21 20:26:28 +02:00
Anders F Björklund 02b4267fd0 Add option for pushing image to registry 2021-04-21 20:26:28 +02:00
Anders F Björklund a8a8788c11 Don't fail when the default file is passed 2021-04-21 20:26:28 +02:00
Anders F Björklund 22150fbf98 Don't add build context to the default file 2021-04-21 20:26:28 +02:00
Anders F Björklund f670368023 Move absolute file path handling to machine 2021-04-21 20:26:28 +02:00
Anders F Björklund c94a6d7968 Make sure to pass any file param to build 2021-04-21 20:26:28 +02:00
Anders F Björklund 844c6965cc Make sure to show output from build cmd 2021-04-21 20:26:28 +02:00
Anders F Björklund 6cfbf2cc3d Move minikube build cmd to minikube image build
Use the long name also for examples and usage
2021-04-21 20:26:28 +02:00
Medya Ghazizadeh 24a759fb51
Merge pull request #11114 from Nordix/increase-kvm2-virsh-timeout-ctx
Increase timeout value in kvm2 driver validation to 6 seconds
2021-04-21 11:22:45 -07:00
Anders F Björklund a2744827c3 Add some basic support for setting the image tag 2021-04-21 19:56:58 +02:00
Anders F Björklund af5828dff9 Add initial re-implementation of the build command
Currently only handles tarballs, not directories
2021-04-21 19:56:55 +02:00
Anders F Björklund 22a52e7d2e Make preload survive without a checksum
Need to download to a temporary file, and only replace
the original after explicitly validating the checksum.
2021-04-21 19:48:57 +02:00
Anders F Björklund 609b01eaae Only show warning when checksum is missing 2021-04-21 18:21:24 +02:00
Michael Captain fbf80ed1a6
Increase timeout in kvm2 driver validation
Increase the timeout in kvm2 driver validation for virsh commands to 6
seconds. This resolves an issue where the libvirtd socket can block for
about 3 seconds following a restart.

We also catch the timeout case and return a registry.State with a more
helpful error message.
2021-04-21 14:04:21 +03:00
Steven Powell d17e47ca7f made test file generation Windows compatible as well 2021-04-20 16:21:36 -07:00
Steven Powell c8422c0b6e properly join dir and file 2021-04-20 16:10:02 -07:00
Steven Powell 411f934bae found Windows compatible way to get latest log file 2021-04-20 16:02:41 -07:00
Steven Powell e108b0a1b3 create tmp log file for testing 2021-04-20 14:16:45 -07:00
Steven Powell c651e9614d add path to lastStart.txt if user runs start command 2021-04-20 13:49:07 -07:00
Anders F Björklund ef036e9297 Mock the docker call when calling it from tests 2021-04-20 22:13:26 +02:00
Medya Ghazizadeh f9efad1bc5
Merge pull request #11099 from afbjorklund/docker-20.10.6
Upgrade Docker, from 20.10.4 to 20.10.6
2021-04-20 10:32:39 -07:00
Steven Powell 4e66128fbd added output to other func that outputs GitHub issue line 2021-04-20 10:23:10 -07:00
Steven Powell 3aaf0ff4ea added missing trailing slash 2021-04-20 10:00:18 -07:00
Steven Powell 0e52a659fb make work if TMPDIR env not set 2021-04-20 09:58:39 -07:00
Steven Powell 97d3b4c3bf add log file message when suggesting user file issue 2021-04-20 09:45:45 -07:00
minikube-bot 2f1943d654 Updating ISO to v1.19.0-1618897865-11099 2021-04-20 06:50:07 +00:00
Anders F Björklund a618655bb3 Make golint clean again by adding comments 2021-04-20 08:23:26 +02:00