Commit Graph

20720 Commits (8e85e7d71064598503e7cebd3587774821a735b3)

Author SHA1 Message Date
Predrag Rogic 470e7b6fa0
Update pkg/minikube/cruntime/cri.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-01-12 21:19:44 +00:00
Predrag Rogic 23351ba30d
Update pkg/kapi/kapi.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-01-12 21:18:49 +00:00
minikube-bot a7f681f610 Updating kicbase image to v0.0.36-1673540226-15630 2023-01-12 16:41:07 +00:00
Predrag Rogic 0e3ebc74c8
go mod tidy 2023-01-12 16:24:25 +00:00
Steven Powell a1094e6b32
Merge pull request #15627 from ronnelsantiago/patch-1
Use the correct port number
2023-01-12 08:14:11 -08:00
Steven Powell c5d3ac6292
Merge pull request #15537 from kubernetes/dependabot/go_modules/libvirt.org/go/libvirt-1.8010.0
Bump libvirt.org/go/libvirt from 1.8009.0 to 1.8010.0
2023-01-12 08:11:20 -08:00
Kush Mansingh 4e57551275
Update github.com/moby/buildkit to v0.11.0 2023-01-12 09:43:59 -05:00
Predrag Rogic a573330a00
fix updateContainerdBinary 2023-01-12 13:48:00 +00:00
dependabot[bot] 87927a3d4e Bump libvirt.org/go/libvirt from 1.8009.0 to 1.8010.0
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.8009.0 to 1.8010.0.
- [Release notes](https://gitlab.com/libvirt/libvirt-go-module/tags)
- [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.8009.0...v1.8010.0)

---
updated-dependencies:
- dependency-name: libvirt.org/go/libvirt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 19:26:39 -08:00
Steven Powell 7c753499db
Merge pull request #15628 from spowelljr/updateKVMDockerMachineBaseImage
Update kvm docker machine base image
2023-01-11 19:23:56 -08:00
Akihiro Suda 6ab61b7a75
CI: add functional_docker_rootless_containerd_ubuntu
Fix issue 12456

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-01-12 08:13:58 +09:00
Akihiro Suda ba11072162
main: propagate the current Docker CLI context to $DOCKER_HOST
So that google/go-containerregistry can pick it up

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-01-12 08:13:03 +09:00
Akihiro Suda 98d5467d9f
minikube image load: print more debug logs
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-01-12 08:12:59 +09:00
Steven Powell d748136579 remove last debugging code 2023-01-11 14:40:54 -08:00
Steven Powell bf77c2a567 remove debugging and add docker cleanup 2023-01-11 14:34:42 -08:00
Steven Powell f1090b9bbc remove ls on non-existing folder 2023-01-11 10:31:41 -08:00
Steven Powell a7554d3a3a even more debugging 2023-01-11 10:24:36 -08:00
Steven Powell 1ac1e8673a more debugging 2023-01-11 09:44:08 -08:00
Steven Powell c4503c24e8 add debugging 2023-01-11 08:20:00 -08:00
Steven Powell 00bf0492f1 update kvm docker machine base image 2023-01-10 22:54:37 -08:00
Ronnel Santiago 74f5c161ec
Use the correct port number 2023-01-11 16:00:04 +11:00
Steven Powell 22db818811
Merge pull request #15482 from spowelljr/fixProgressBars
Remove progress bar for kic download when JSON output
2023-01-10 16:34:30 -08:00
Medya Ghazizadeh afee4e7447
Merge pull request #15625 from StingyJack/patch-1
Adding a note for the default profile name to use for the Docker Desktop Replacement examples
2023-01-10 16:08:30 -08:00
Predrag Rogic 805f7b2da3
lint 2023-01-10 23:04:57 +00:00
Predrag Rogic 24226c5f5a
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-10 22:44:50 +00:00
Predrag Rogic 4a8e7ad85a
address comments 2023-01-10 22:43:05 +00:00
Predrag Rogic da3af5aca7
Update pkg/minikube/node/start.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-01-10 22:17:35 +00:00
Predrag Rogic 7703fee08e
Update pkg/network/network.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-01-10 22:16:51 +00:00
Predrag Rogic fbe2c19a65
Update test/integration/main_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-01-10 22:15:17 +00:00
Andrew Stanton 282cff7198
adding the default profile name for the examples
https://github.com/kubernetes/minikube/issues/14946
2023-01-10 16:07:51 -05:00
Steven Powell 503dce08da
Merge pull request #15622 from shubhbapna/network
Use `IsPrivate` function provided by `net` pkg
2023-01-10 11:36:45 -08:00
Steven Powell 6b96d92f7d remove progress bar for kic download when JSON output 2023-01-10 09:21:43 -08:00
Steven Powell 4f3d0da802
Merge pull request #15614 from kubernetes/dependabot/go_modules/google.golang.org/api-0.106.0
Bump google.golang.org/api from 0.105.0 to 0.106.0
2023-01-10 09:08:28 -08:00
Steven Powell 31b6f30891
Merge pull request #15615 from kubernetes/dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.13.0
Bump github.com/cloudevents/sdk-go/v2 from 2.12.0 to 2.13.0
2023-01-10 09:07:59 -08:00
Steven Powell 011eb83d0d
Merge pull request #15617 from kubernetes/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2023-01-10 09:07:14 -08:00
Steven Powell 407dd9022a
Merge pull request #15618 from kubernetes/dependabot/github_actions/actions/download-artifact-3.0.2
Bump actions/download-artifact from 3.0.1 to 3.0.2
2023-01-10 09:06:44 -08:00
Steven Powell 75b3065127
Merge pull request #15619 from kubernetes/dependabot/github_actions/actions/upload-artifact-3.1.2
Bump actions/upload-artifact from 3.1.1 to 3.1.2
2023-01-10 09:06:11 -08:00
Shubh Bapna f802744c46 updated test cases, restore mocks 2023-01-10 03:02:23 -05:00
Shubh Bapna 7557b8167e removed custom isSubnetPrivate func and used the default one provided by go net pkg 2023-01-10 03:01:55 -05:00
Predrag Rogic f1b1724128
address comments 2023-01-10 05:37:25 +00:00
Medya Ghazizadeh 0fee35b5c0
Merge pull request #15553 from spowelljr/addStaticIP
Implement --static-ip flag
2023-01-09 11:20:16 -08:00
dependabot[bot] 710e5a10c2
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:18 +00:00
dependabot[bot] e8561bc333
Bump actions/download-artifact from 3.0.1 to 3.0.2
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9782bd6a98...9bc31d5ccc)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:12 +00:00
dependabot[bot] 2a94a168c4
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...ac59398561)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:12:09 +00:00
dependabot[bot] 93c7d38d6c
Bump github.com/cloudevents/sdk-go/v2 from 2.12.0 to 2.13.0
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:04:45 +00:00
dependabot[bot] 1a475a19dd
Bump google.golang.org/api from 0.105.0 to 0.106.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.105.0 to 0.106.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.105.0...v0.106.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:04:27 +00:00
Steven Powell be430e3e66
Merge pull request #15613 from minikube-bot/auto_bump_gh_version
bump gh version
2023-01-09 09:19:55 -08:00
minikube-bot bd209be7e8 bump gh versions 2023-01-09 10:02:04 +00:00
Predrag Rogic 6c98afcdbd
cleanup and containerd systemd cgroup issue workaround 2023-01-09 02:23:07 +00:00
Anders F Björklund 83d4219fee Allow running docker driver with force on 1 CPU 2023-01-08 18:19:11 +01:00