Commit Graph

20547 Commits (4c18f9d2649e1779a5a5ca57a87f8319cbfc96a2)

Author SHA1 Message Date
Predrag Rogic 4c18f9d264
fix cri-o: work with selected cni and detected cgroup driver 2023-01-18 02:41:24 +00:00
Predrag Rogic e2f2bc923a
fix none driver 2023-01-13 02:35:09 +00:00
Predrag Rogic 4fbcdfc2ae
reference follow up issue 2023-01-12 21:26:05 +00:00
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
Predrag Rogic 0e3ebc74c8
go mod tidy 2023-01-12 16:24:25 +00:00
Predrag Rogic a573330a00
fix updateContainerdBinary 2023-01-12 13:48:00 +00: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
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 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
Steven Powell 3b4a988f3f
Merge pull request #15589 from kubernetes/dependabot/go_modules/golang.org/x/crypto-0.5.0
Bump golang.org/x/crypto from 0.4.0 to 0.5.0
2023-01-05 12:28:33 -08:00
Predrag Rogic faa909d429
Merge branch 'kubernetes:master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-05 19:19:16 +00:00
Predrag Rogic f040f00199
tweak tests 2023-01-05 00:52:57 +00:00
Sharif Elgamal 3f893a2fee
Merge pull request #15422 from YuikoTakada/fix_jp2
Update Japanese translation
2023-01-04 14:22:09 -08:00
Steven Powell afe0f18b28
Merge pull request #15571 from axrav/master
refactor: avoiding repetitive code
2023-01-04 13:35:30 -08:00
Steven Powell 6e2511d9f1 add example of static IP in docs 2023-01-04 13:22:57 -08:00
Predrag Rogic 149e9a01b6
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker 2023-01-04 21:10:29 +00:00
Predrag Rogic 818a7d9b33
fix remaining tests and ready for k8s-1.26.0 2023-01-04 21:02:48 +00:00
Steven Powell d47bb1a5ac add FAQ and tutorial for static IP 2023-01-04 12:55:35 -08:00
dependabot[bot] c7758649bf
Bump golang.org/x/crypto from 0.4.0 to 0.5.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 20:09:14 +00:00
Medya Ghazizadeh b62cd4f39c
Merge pull request #15590 from kubernetes/dependabot/go_modules/golang.org/x/oauth2-0.4.0
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
2023-01-04 12:06:23 -08:00
Medya Ghazizadeh 7010ffa534
Merge pull request #15591 from spowelljr/fixYAML
site: Fix YAML in multi-node page
2023-01-04 12:03:15 -08:00
Steven Powell 044aebdf74 fix YAML in multi-node page 2023-01-04 11:50:37 -08:00
dependabot[bot] 0e4f78e25d
Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 18:33:38 +00:00
Steven Powell ed2d08a480
Merge pull request #15586 from kubernetes/dependabot/go_modules/golang.org/x/sys-0.4.0
Bump golang.org/x/sys from 0.3.0 to 0.4.0
2023-01-04 10:30:25 -08:00
Steven Powell e6d95b8230 implement --static-ip flag 2023-01-04 10:27:00 -08:00
Steven Powell 80dbe4c5b7
Merge pull request #15530 from shubhbapna/validate-subnet
Added `--subnet` validation
2023-01-04 10:22:50 -08:00
dependabot[bot] 7dbceda10a
Bump golang.org/x/sys from 0.3.0 to 0.4.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 16:43:42 +00:00
Steven Powell fce0c3b7af
Merge pull request #15581 from kubernetes/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.2
Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.2
2023-01-04 08:43:27 -08:00