Commit Graph

21999 Commits (e1f77e8f404855de6533b45130ec1c3d7af783f9)

Author SHA1 Message Date
Steven Powell f094e69551
Merge pull request #16708 from kubernetes/dependabot/go_modules/golang.org/x/sync-0.3.0
Bump golang.org/x/sync from 0.2.0 to 0.3.0
2023-06-14 09:55:45 -07:00
Steven Powell e23e2f8b68
Merge pull request #16707 from kubernetes/dependabot/go_modules/golang.org/x/mod-0.11.0
Bump golang.org/x/mod from 0.10.0 to 0.11.0
2023-06-14 09:55:15 -07:00
Steven Powell 371a9258be
Merge pull request #14868 from oldium/fix-minikube-kubectl-complete
Fix kubectl tab-completion and improve error messages
2023-06-14 09:28:07 -07:00
Steven Powell dd1b0c1173
Merge pull request #16706 from kubernetes/dependabot/github_actions/peter-evans/create-pull-request-5.0.2
Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
2023-06-14 09:13:01 -07:00
dependabot[bot] b3f149668a
Bump golang.org/x/sync from 0.2.0 to 0.3.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 16:12:23 +00:00
dependabot[bot] 86934fe6bc
Bump golang.org/x/mod from 0.10.0 to 0.11.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/mod/compare/v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 16:12:17 +00:00
dependabot[bot] 4b50107965
Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](284f54f989...153407881e)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 16:11:30 +00:00
Steven Powell 72ca8a2fd7
Merge pull request #14780 from afbjorklund/docker-cni
Always use cni unless running with dockershim
2023-06-14 09:08:36 -07:00
minikube-bot 2b74b90244 Updating ISO to v1.30.1-1686713055-15665 2023-06-14 08:54:15 +00:00
Vedant 8571108b11
Update winget.yml 2023-06-14 10:27:28 +05:30
Oldřich Jedlička 6d28d2aa5f Fix kubectl tab-completion and improve error messages
Try to fix the following issues when `kubectl` is an alias for
`minikube kubectl --` and tab-completion for `kubectl` is enabled:

 1. When `--cluster name` form of command-line option is used, it
    conflicts with argument parsing, `name` is interpreted as plugin name.
    Call to `kubectl --cluster test help` leads to error `Error: flags
    cannot be placed before plugin name: --cluster`. Fix this by using
    `--cluster=name` form, which is correctly handled also in call
    `kubectl --cluster=test help`.
 2. When `--cluster=name` is added as first argument (as seen in original
    code), it still leads to error mentioned above when the command is
    unknown like in the call `kubectl --cluster=test unknown`. Fix this by
    inserting `--cluster=name` after all (sub-)commands and before any
    flags/options.
 3. The original code passed `--cluster=name` to normal `kubectl` calls,
    but omitted it for tab-completion calls. This might lead to wrong tab
    suggestions about pods, deployments and the like. Fix this by always
    adding `--cluster=name` option to the command line.
 4. In case of tab-completion, put the `--cluster=name` immediately after
    `__complete` command to prevent any interference with incomplete
    commands (just in case). This works fine and does not generate any
    errors like mentioned in point 2.
2023-06-13 20:36:12 -07:00
Anders F Björklund 257642245b The CNI warnings are not given for Docker
You can still use other network plugins, with it.

Just that cni is now used by default, for 1.24 up.
2023-06-13 20:33:26 -07:00
Anders F Björklund 425f129978 Replace hardcoded docker check with cni check 2023-06-13 20:33:26 -07:00
Anders F Björklund 0659dc868f Always use cni unless running with dockershim
Since cri-dockerd 0.25, it now defaults to cni.

So when using cri (not dockershim), use cni too.
2023-06-13 20:33:26 -07:00
Steven Powell ebf385067e
Merge pull request #14437 from aude/patch-1
Document .localhost usage
2023-06-13 20:19:10 -07:00
W. Duncan Fraser cd4bc0db6a Added geneve as a kernel module 2023-06-13 20:13:07 -07:00
Steven Powell abd35a57f3
Merge pull request #15164 from brancz/patch-1
Add CONFIG_BPF_SYSCALL=y to aarch64 config
2023-06-13 20:11:03 -07:00
Steven Powell 533ba032e1 CI: Cancel build if ISO changes are out of date 2023-06-13 14:47:19 -07:00
minikube-bot 7d2a343328 Updating ISO to v1.30.1-1686672019-15164 2023-06-13 21:34:53 +00:00
Steven Powell e93527e8f9 fix lint errors 2023-06-13 14:05:26 -07:00
Medya Ghazizadeh 7d83ccc234
Merge pull request #16702 from spowelljr/fixCriDockerd
CI: Fix cri-dockerd Dockerfile update
2023-06-13 13:58:33 -07:00
Steven Powell 5680e8172e CI: Fix cri-dockerd Dockerfile update 2023-06-13 11:31:18 -07:00
minikube-bot 48feb9ba4e Update go-github from v43.0.0 to v53.1.0 2023-06-13 18:11:43 +00:00
Steven Powell 64d1eb04e3
Merge pull request #16694 from spowelljr/updateGitHubImport
CI: Automate updating go-github
2023-06-13 11:06:26 -07:00
Steven Powell 237d60ac35
Merge branch 'master' into updateGitHubImport 2023-06-13 11:05:59 -07:00
Steven Powell 5801196244
Merge pull request #16695 from spowelljr/fixOutputMessage
Skip waiting for kicbase downloads on VM drivers
2023-06-13 11:05:22 -07:00
Steven Powell 5562e94102
Merge pull request #16693 from spowelljr/automateUpdatingCriDockerd
CI: Automate updating cri-dockerd
2023-06-13 11:05:07 -07:00
Medya Ghazizadeh 54d410586e
Merge pull request #16681 from spowelljr/fixTypo
Fix typo
2023-06-13 10:43:49 -07:00
Medya Ghazizadeh 1a74ec2c28
Merge pull request #16692 from spowelljr/walkDir
CI: Automate updating workflow files
2023-06-13 10:43:29 -07:00
Steven Powell 02df5a0417
Merge pull request #16698 from kubernetes/dependabot/go_modules/golang.org/x/oauth2-0.9.0
Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
2023-06-13 10:26:24 -07:00
Steven Powell 38e14f15ac
Merge pull request #16699 from minikube-bot/gendocs
Update auto-generated docs and translations
2023-06-13 10:25:34 -07:00
minikube-bot b39647a8f1 Update auto-generated docs and translations 2023-06-13 17:11:18 +00:00
Steven Powell dcc3fd2333
Merge pull request #16655 from spowelljr/fixISORestart
VM drivers: Fix images getting removed on stop/start
2023-06-13 10:10:14 -07:00
Steven Powell 8cf175ff81 update message 2023-06-13 09:48:47 -07:00
Steven Powell 83c109967f fix newlines 2023-06-13 09:43:15 -07:00
piljoong eb34e467af change the message 2023-06-13 09:41:48 -07:00
piljoong 5765b08ae3 Fix to prevent accepting addons flag when no kubernetes 2023-06-13 09:14:16 -07:00
dependabot[bot] 2cc5a049dd
Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.9.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-06-13 16:02:28 +00:00
Kemal Akkoyun ef1e607833 Add CONFIG_BPF_SYSCALL=y to aarch64 config
Fixes https://github.com/kubernetes/minikube/issues/14674
2023-06-13 08:56:15 -07:00
Steven Powell 748111556a
Merge pull request #14689 from rm3l/14351-feature-request-enable-config-proc-children-kernel-configuration-option-for-the-virtualbox-vm
Enable `CONFIG_PROC_CHILDREN` kernel configuration in Minikube ISO
2023-06-13 08:55:00 -07:00
Steven Powell ca13d22069 remove what GitHub Action auto-updater will handle 2023-06-13 08:48:40 -07:00
Steven Powell 0d9f148411 replace accidental use of log with klog 2023-06-13 08:43:59 -07:00
Steven Powell 2a8e759592 Skip waiting for kicbase downloads on VM drivers 2023-06-12 21:29:35 -07:00
Steven Powell c574ac8d5e CI: Automate updating go-github 2023-06-12 21:18:37 -07:00
minikube-bot f1f5478e09 Updating ISO to v1.30.1-1686592820-14689 2023-06-12 23:58:32 +00:00
Steven Powell b90a782691 CI: Automate updating cri-dockerd 2023-06-12 14:24:51 -07:00
Steven Powell 13ea6a8f29
Merge pull request #16685 from kubernetes/dependabot/go_modules/golang.org/x/text-0.10.0
Bump golang.org/x/text from 0.9.0 to 0.10.0
2023-06-12 13:48:10 -07:00
Steven Powell 4d85ac0cd7
Merge pull request #16671 from afbjorklund/docker-machine-reference
Remove extra references to docker machine
2023-06-12 13:33:36 -07:00
Steven Powell b1b4dbe4ab
Merge pull request #16670 from afbjorklund/vmwarefusion-removal
Remove the obsolete vmwarefusion driver
2023-06-12 13:26:46 -07:00
dependabot[bot] 00d6169464
Bump golang.org/x/text from 0.9.0 to 0.10.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 20:20:19 +00:00