Commit Graph

2609 Commits (dependabot/go_modules/golang.org/x/term-0.35.0)

Author SHA1 Message Date
minikube-bot 0e12a7d541
Update yearly leaderboard (#20864) 2025-06-02 14:32:24 -07:00
minikube-bot 64552bad4c
site: Update docsy version to v0.12.0 (#20875) 2025-06-02 14:23:04 -07:00
minikube-bot 97cc0cab23
Update auto-generated docs and translations (#20861) 2025-05-29 18:21:47 -07:00
Nir Soffer c306a0fbd6
docs: Fix instructions for building iso (#20830)
Testing shows that we need changes changes:
- x86_64 cpu
- Ubuntu 22.04
- docker is required even if building without docker
- python2 instead of python
- genisoimage (for mkisofs)
- Installing Go manually (Ubuntu 22.04 have only Go 1.18)
- Target should be minikube-iso-aarch64 or minikube-iso-x86_64. Using
  arm64 and amd64 fails.

I also cleaned up a little bit the formatting to make it easier to
maintain (one package per line).

Tested building:
- minikube-iso-aarch64
- minikube-iso-x86_64

I did not test the built iso images.
2025-05-27 14:06:31 -07:00
minikube-bot f89d46d8a2
add time-to-k8s benchmark for v1.36.0 (#20825) 2025-05-23 10:19:44 -07:00
minikube-bot 1df6e76107
Add leaderboard for v1.36.0 (#20823) 2025-05-23 10:17:06 -07:00
minikube-bot 11420854dc
Update releases.json & releases-v2.json to include v1.36.0 (#20824) 2025-05-22 11:54:08 -07:00
minikube-bot 012dc3cba9
Release: Update kicbase to v0.0.47 (#20819) 2025-05-22 00:42:03 -07:00
minikube-bot 5e88fb0f1a
Update auto-generated docs and translations (#20817) 2025-05-21 22:12:29 -07:00
Nir Soffer 56ed2662b0
vfkit: Minor docs, test, and help fixes (#20815)
* vfkit: Fix help text for --extra-disks

vfkit can use extra disks but we forgot to mention it in the help text.

* vfkit: Remove stale tap

vfkit in cfergeau/crc will no longer be updated now that it’s in the main repo.

* vfkit: Fix status in index

The vfkit driver is preferred now.
2025-05-21 20:30:26 -07:00
Nir Soffer e9f13e56a9
site: Add example to ingress tutorial (#20814)
We show how to connect to redis with telnet, so let's show some commands
to make it more interesting.

This is modified example from redis docs:
https://redis.io/docs/latest/develop/get-started/data-store/#store-and-retrieve-data
2025-05-21 11:34:12 -07:00
Cosmic Oppai 42fa39b108
improved invoke-webrequest command (#20574) 2025-05-20 15:26:34 -07:00
minikube-bot 2943611b81
bump default/newest kubernetes versions (#20784) 2025-05-19 12:30:08 -07:00
minikube-bot 9171dbbc18
Kicbase/ISO: Update cni-plugins from v1.6.2 to v1.7.1 (#20771)
* Kicbase/ISO: Update cni-plugins from v1.6.2 to v1.7.1

* Updating kicbase image to v0.0.46-1747341282-20771

* Updating ISO to v1.35.0-1747341198-20771
2025-05-16 11:31:38 -07:00
Anthony Holloman b0a0695082
Update qemu.md docs for homebrew/services decommission (#20685)
`brew tap homebrew/services` is now unnecessary.

Previous Tap:
https://github.com/Homebrew/homebrew-services

New Tap:
https://github.com/Homebrew/brew
2025-05-15 11:13:29 -07:00
minikube-bot be7dd7c518
Kicbase/ISO: Update runc from v1.2.6 to v1.3.0 (#20764)
* Kicbase/ISO: Update runc from v1.2.6 to v1.3.0

* Updating kicbase image to v0.0.46-1747264594-20764

* Updating ISO to v1.35.0-1747264512-20764
2025-05-15 10:38:52 -07:00
minikube-bot a141f42521
Kicbase/ISO: Update cri-dockerd from v0.3.15 to v0.4.0 (#20747)
* Kicbase/ISO: Update cri-dockerd from v0.3.15 to v0.4.0

* Updating kicbase image to v0.0.46-1747166185-20747

* Updating ISO to v1.35.0-1747160120-20747
2025-05-14 14:49:05 -07:00
minikube-bot cc8d0d14e6
Update auto-generated docs and translations (#20754) 2025-05-13 13:07:10 -07:00
Sri Panyam 7b97f424c7
New flag to allow option for passing a config file for addon configure command. (#20255)
* Addon configuration now takes an optional config file to load from
instead of forcing prompts

Fixes #20124

* Using a rarer value for default instead of changeme so it has less chance to interfere with other possible user defaults

* Fixing expected values of test cases

* making addonConfigFile private

* Keeping registry_creds configs together.

* Starting a typed AddonConfig struct so each addon con loads its
  configs in a typed way.
* Started configs for RegistryCreds using this convention and moved
  registry_creds config processing to its own file
  (configure_registry_creds.go)

* Making registry creds structs private and other PR feedback cleanups

* Changing default value back to 'changeme'

* Simplifying duplicate consts

* Adding missed comma

* lint fixes

* Generating docs

* Copyright for new file
2025-05-13 11:05:48 -07:00
minikube-bot 47f7a18efc
Kicbase: Bump ubuntu:jammy from 20250126 to 20250415.1 (#20718)
* Kicbase: Bump ubuntu:jammy from 20250126 to 20250415.1

* Updating kicbase image to v0.0.46-1746731792-20718
2025-05-09 11:38:19 -07:00
minikube-bot 57f12b1c10
Update yearly leaderboard (#20690) 2025-05-08 12:07:34 -07:00
minikube-bot eba8fc9e50
Update auto-generated docs and translations (#20687) 2025-05-01 13:49:57 -04:00
Nir Soffer 55b88a6763
Shared network for vfkit driver using vmnet-helper (#20501)
* vfkit: Remove temporary variable

Remove temporary and unneeded mac variable. It is easier to follow the
code when we use d.MACAddress.

* vfkit: Promote state change to INFO level

System state changes should be more visible to make debugging easier.

* vmnet: Add vmnet package

The package manages the vmnet-helper[1] child process, providing
connection to the vmnet network without running the guest as root.

We will use vmnet-helper for the vfkit driver, which does not have a way
to use shared network, when guests can access other guest in the
network.  We can use it later with the qemu driver as alternative to
socket_vmnet.

[1] https://github.com/nirs/vmnet-helper

* vfkit: add vmnet-shared network

Add new network option for vfkit "vmnet-shared", connecting vfkit to the
vmnet shared network. Clusters using this network can access other
clusters in the same network, similar to socket_vmnet with QEMU driver.

If network is not specified, we default to the "nat" network, keeping
the previous behavior. If network is "vmnet-shared", the vfkit driver
manages 2 processes: vfkit and vmnet-helper.

Like vfkit, vmnet-helper is started in the background, in a new process
group, so it not terminated if the minikube process group is terminate.

Since vmnet-helper requires root to start the vmnet interface, we start
it with sudo, creating 2 child processes. vmnet-helper drops privileges
immediately after starting the vmnet interface, and run as the user and
group running minikube.

Stopping the cluster will stop sudo, which will stop the vmnet-helper
process. Deleting the cluster kill both sudo and vmnet-helper by killing
the process group.

This change is not complete, but it is good enough to play with the new
shared network.

Example usage:

1. Install vmnet-helper:
   https://github.com/nirs/vmnet-helper?tab=readme-ov-file#installation

2. Setup vmnet-helper sudoers rule:
   https://github.com/nirs/vmnet-helper?tab=readme-ov-file#granting-permission-to-run-vmnet-helper

3. Start 2 clusters with vmnet-shared network:

    % minikube start -p c1 --driver vfkit --network vmnet-shared
    ...

    % minikube start -p c2 --driver vfkit --network vmnet-shared
    ...

    % minikube ip -p c1
    192.168.105.18

    % minikube ip -p c2
    192.168.105.19

4. Both cluster can access the other cluster:

    % minikube -p c1 ssh -- ping -c 3 192.168.105.19
    PING 192.168.105.19 (192.168.105.19): 56 data bytes
    64 bytes from 192.168.105.19: seq=0 ttl=64 time=0.621 ms
    64 bytes from 192.168.105.19: seq=1 ttl=64 time=0.989 ms
    64 bytes from 192.168.105.19: seq=2 ttl=64 time=0.490 ms

    --- 192.168.105.19 ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet loss
    round-trip min/avg/max = 0.490/0.700/0.989 ms

    % minikube -p c2 ssh -- ping -c 3 192.168.105.18
    PING 192.168.105.18 (192.168.105.18): 56 data bytes
    64 bytes from 192.168.105.18: seq=0 ttl=64 time=0.289 ms
    64 bytes from 192.168.105.18: seq=1 ttl=64 time=0.798 ms
    64 bytes from 192.168.105.18: seq=2 ttl=64 time=0.993 ms

    --- 192.168.105.18 ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet loss
    round-trip min/avg/max = 0.289/0.693/0.993 ms

* reason: Remove trailing whitepsace

Trailing whitespace is removed by some editors or displayed as a
warning. Clean up to make it easy to make maintain this file.

* start: Validate vfkit --network option

The vfkit driver supports now `nat` and `vmnet-shared` network options.
The `nat` option provides the best performance and is always available,
so it is the default network option. The `vmnet-shared` option provides
access between machines with lower performance compared to `nat`.

If `vment-shared` option is selected, we verify that vmnet-helper is
available. The check ensure that vmnet-helper is installed and sudoers
configuration allows the current user to run vment-helper without a
password.

If validating vment-helper failed, we return a new NotFoundVmnetHelper
reason pointing to vment-helper installation docs or recommending to use
`nat`. This is based on how we treat missing socket_vmnet for QEMU
driver.

* site: Document vfkit network options
2025-05-01 13:26:48 -04:00
minikube-bot 908f7d5dac
bump default/newest kubernetes versions (#20661) 2025-04-30 14:56:05 -04:00
minikube-bot 49bb44034d
Update auto-generated docs and translations (#20672) 2025-04-28 15:49:35 -04:00
minikube-bot fe470c1679
Kicbase/ISO: Update runc from v1.2.5 to v1.2.6 (#20604)
* Kicbase/ISO: Update runc from v1.2.5 to v1.2.6

* Updating kicbase image to v0.0.46-1744107393-20604
2025-04-10 14:15:59 -07:00
minikube-bot 709f200e9b
Kicbase/ISO: Update docker from 28.0.1 to 28.0.4 (#20591)
* Kicbase/ISO: Update docker from 28.0.1 to 28.0.4

* Updating kicbase image to v0.0.46-1743675393-20591
2025-04-04 12:07:07 -07:00
minikube-bot 3b71fa646c
Update yearly leaderboard (#20590) 2025-04-02 09:47:43 -07:00
minikube-bot 802ce44801
Kicbase/ISO: Update docker from 28.0.0 to 28.0.1 (#20523)
* Kicbase/ISO: Update docker from 28.0.0 to 28.0.1

* Updating kicbase image to v0.0.46-1741860993-20523
2025-03-13 16:46:47 -07:00
minikube-bot 7512311745
Update go from 1.23.4 to 1.24.0 (#20510)
* Update go from 1.23.4 to 1.24.0

* Updating kicbase image to v0.0.46-1741597657-20510
2025-03-10 10:37:40 -07:00
minikube-bot 3332297bfe
Update yearly leaderboard (#20479) 2025-03-02 20:06:16 -08:00
minikube-bot c551e9aeda
Kicbase/ISO: Update docker from 27.4.0 to 28.0.0 (#20436)
* Kicbase/ISO: Update docker from 27.4.0 to 28.0.0

* Updating kicbase image to v0.0.46-1740046583-20436
2025-02-20 14:41:42 -08:00
minikube-bot 7395b1d110
bump default/newest kubernetes versions (#20417) 2025-02-18 10:15:29 -08:00
minikube-bot 15b614c7cd
Kicbase/ISO: Update runc from v1.2.3 to v1.2.5 (#20433)
* Kicbase/ISO: Update runc from v1.2.3 to v1.2.5

* Updating kicbase image to v0.0.46-1739873784-20433
2025-02-18 10:14:25 -08:00
minikube-bot ce6428950e Updating kicbase image to v0.0.46-1739182054-20387 2025-02-10 10:27:07 +00:00
minikube-bot d8acfdc942 Update yearly leaderboard 2025-02-02 00:04:45 +00:00
錦南路之花 abdbc5b3a3 Apply suggestions from code review
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2025-01-28 11:42:51 -08:00
锦南路之花 1edaec55f4 test: allow running functional tests for different k8s versions 2025-01-28 11:42:51 -08:00
锦南路之花 876297cea5 fix: fix slack link on minikube website 2025-01-22 19:02:00 +00:00
minikube-bot 667e53b87e bump default/newest kubernetes versions 2025-01-22 18:37:50 +00:00
minikube-bot d3804e6f10 Update releases.json & releases-v2.json to include v1.35.0 2025-01-16 08:59:05 -08:00
minikube-bot a2abb68df1 Add leaderboard for v1.35.0 2025-01-16 08:58:35 -08:00
minikube-bot 79bdb3c228 add time-to-k8s benchmark for v1.35.0 2025-01-16 08:58:06 -08:00
锦南路之花 bfc2436dda fix: add missing latest rpm and deb links and packages 2025-01-15 12:04:07 -08:00
minikube-bot feaa4d9486 Release: Update kicbase to v0.0.46 2025-01-14 11:46:24 -08:00
minikube-bot cbd4945d16
Kicbase/ISO: Update cni-plugins from v1.6.1 to v1.6.2 (#20236)
* Kicbase/ISO: Update cni-plugins from v1.6.1 to v1.6.2

* Updating kicbase image to v0.0.45-1736763277-20236

* Updating ISO to v1.34.0-1736762773-20236
2025-01-13 08:26:04 -08:00
minikube-bot aa60809cd4
Update yearly leaderboard (#20193) 2025-01-06 10:11:06 -08:00
Hello World d352083403
fix(install): fix minikube-linux-amd64 download URL error (#20198)
the linux amd64 download url error
2025-01-06 08:28:37 -08:00
錦南路之花 720cc645be
docs: use github release link for get started page (#20146) 2024-12-30 11:44:58 -08:00
Steven Powell f22b29f30d
Merge pull request #19545 from RamBITS-AI/merge_nvidia-gpu-device-plugin__and__nvidia_device_plugin
Merge nvidia-gpu-device-plugin and nvidia-device-plugin.
2024-12-19 09:37:12 -08:00
minikube-bot d5c439e0ae
bump default/newest kubernetes versions (#20091) 2024-12-18 10:03:35 -08:00
Sarath Kumar dfc0696c2d
Update Github actions documentation url (#20126) 2024-12-17 09:42:39 -08:00
minikube-bot a507260e73
Kicbase/ISO: Update dependency versions (#20090)
* Kicbase/ISO: Update dependency versions

* Updating kicbase image to v0.0.45-1734029593-20090

* Updating ISO to v1.34.0-1734029574-20090
2024-12-16 11:13:46 -08:00
minikube-bot 7e1077f88d
Kicbase/ISO: Update crun from 1.18.2 to 1.19 (#20083)
* Kicbase/ISO: Update crun from 1.18.2 to 1.19

* Updating kicbase image to v0.0.45-1733912881-20083

* Updating ISO to v1.34.0-1733936888-20083
2024-12-12 10:11:52 -08:00
minikube-bot f2738585f3 Updating kicbase image to v0.0.45-1733735246-20065 2024-12-09 09:27:06 +00:00
Steven Powell fd37158032
Merge pull request #20048 from uos-ljtian/patch-1
Update roadmap.en.md
2024-12-05 09:14:50 -08:00
tianlj 81228a0691
Update _index.md
Update more accurate page descriptions based on content
2024-12-05 03:15:46 +00:00
tianlj c07c4446be
Update roadmap.en.md
change fixed time to relative time to ensure accurate content description
2024-12-05 02:57:46 +00:00
minikube-bot e5b3289208 Update yearly leaderboard 2024-12-02 00:05:08 +00:00
minikube-bot 7cf70409cb
Kicbase/ISO: Update crun from 1.18 to 1.18.2 (#19917)
* Kicbase/ISO: Update crun from 1.18 to 1.18.2

* Updating kicbase image to v0.0.45-1730888964-19917

* Updating ISO to v1.34.0-1730913550-19917
2024-11-07 09:52:36 -08:00
Bingtan Lu 1143b528bf
site: add step manage-docker-as-a-non-root-user in the requirements of docker driver (#19925)
Signed-off-by: lubingtan <bingtanlu@gmail.com>
2024-11-07 09:51:48 -08:00
Medya Ghazizadeh fb58a5334d
Update ebpf_tools_in_minikube.md (#19887)
* Update ebpf_tools_in_minikube.md

* Update site/content/en/docs/tutorials/ebpf_tools_in_minikube.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

* Update ebpf_tools_in_minikube.md

* Update site/content/en/docs/tutorials/ebpf_tools_in_minikube.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>

---------

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2024-11-06 11:07:33 -08:00
minikube-bot 6acd7f411f Update yearly leaderboard 2024-11-02 00:04:06 +00:00
minikube-bot 86e523ce2a Updating kicbase image to v0.0.45-1730282848-19883 2024-10-30 10:27:55 +00:00
minikube-bot 13886a7d1b Updating kicbase image to v0.0.45-1730110049-19872 2024-10-28 10:27:39 +00:00
Steven Powell 9db834c9cd
Merge pull request #19868 from minikube-bot/auto_bump_golang_version-8b7cf0c
Update go from 1.23.1 to 1.23.2
2024-10-27 17:00:47 -07:00
minikube-bot 7e44049069 Updating kicbase image to v0.0.45-1729876044-19868 2024-10-25 17:29:23 +00:00
minikube-bot 66dc35765c bump default/newest kubernetes versions 2024-10-25 16:50:38 +00:00
minikube-bot f5b46994d3 Updating kicbase image to v0.0.45-1729002334-19806 2024-10-21 11:21:50 -07:00
minikube-bot b83473872a site: Update docsy version to v0.11.0 2024-10-21 10:07:04 +00:00
fbyrne 50b5d8ee62 Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
minikube-bot d746befbd7 Updating kicbase image to v0.0.45-1728382586-19774 2024-10-08 10:36:45 +00:00
minikube-bot f8223e98e8 Updating kicbase image to v0.0.45-1728063813-19756 2024-10-04 18:09:47 +00:00
Ramachandran C a98eefef98 Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
2024-10-04 19:59:41 +05:30
Ramachandran C 28e780532a
Merge branch 'master' into merge_nvidia-gpu-device-plugin__and__nvidia_device_plugin 2024-10-04 19:49:41 +05:30
minikube-bot c7c4d2b7b6 Update yearly leaderboard 2024-10-02 00:04:33 +00:00
Steven Powell 5242abafc8
kicbase: Update nvidia packages (#19738) 2024-10-01 10:33:36 -07:00
Predrag Rogic 2c6754b0c3
use installed kubectl version in examples 2024-09-28 16:11:48 +01:00
minikube-bot f130d3898c Updating kicbase image to v0.0.45-1727108449-19696 2024-09-23 16:41:54 +00:00
Steven Powell fc1f001a76
Merge pull request #19672 from minikube-bot/auto_bump_docker_version-1967f28
Kicbase/ISO: Update docker from 27.2.1 to 27.3.0
2024-09-21 23:35:34 -07:00
Matt L bebee72e90
Update "Using NVIDIA GPUs with minikube" (#19677)
Adding a note to delete existing minikube instance before starting one with the nvidia shim. This confused me for an good bit before I figured out why minikube couldn't see my GPUs.

Completely deleting the the instance and restarting from scratch seems to set everything up in a good state:
> 🌟  Enabled addons: nvidia-device-plugin, storage-provisioner, default-storageclass
2024-09-20 10:25:53 -07:00
minikube-bot 2a43a73725 Updating kicbase image to v0.0.45-1726784731-19672 2024-09-19 22:47:13 +00:00
Tyler Auerbeck f4ded199f0
remove tiller addon (#19636)
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
2024-09-19 11:21:24 -07:00
minikube-bot 3f64d3c641 Updating kicbase image to v0.0.45-1726589491-19662 2024-09-17 16:31:25 +00:00
Steven Powell ee137b870a
Merge pull request #19659 from medyagh/rm_dedlnk
remove deadlink
2024-09-17 08:52:12 -07:00
Medya Gh f33a321ef5 remove deadlink 2024-09-16 15:41:43 -07:00
minikube-bot 49c50513a4 Updating kicbase image to v0.0.45-1726481311-19649 2024-09-16 10:27:13 +00:00
minikube-bot 5fdfb21eba Updating kicbase image to v0.0.45-1726358845-19644 2024-09-15 00:26:42 +00:00
minikube-bot aa22bea64e Updating kicbase image to v0.0.45-1726281268-19643 2024-09-14 02:54:04 +00:00
Steven Powell 39c0f744d6
Merge pull request #19640 from minikube-bot/auto_bump_crun_version-174652a
Kicbase/ISO: Update crun from 1.16.1 to 1.17
2024-09-13 19:32:04 -07:00
Steven Powell 4e1b13000c
site: Update that containerd CRI supports docker-env (#19641) 2024-09-13 10:57:32 -07:00
minikube-bot 7e8b65d24f Updating kicbase image to v0.0.45-1726243947-19640 2024-09-13 16:32:28 +00:00
Steven Powell eef1c4b56b
Merge pull request #19581 from uos-ljtian/master
Update nginx_tcp_udp_ingress.md
2024-09-13 08:59:48 -07:00
minikube-bot c375b8a7be Updating kicbase image to v0.0.45-1726193793-19634 2024-09-13 02:38:58 +00:00
Steven Powell ead8b21730
Merge branch 'master' into auto_bump_docker_version-14989ed 2024-09-12 14:03:57 -07:00
minikube-bot 6c0aeb3449 Updating kicbase image to v0.0.45-1726156396-19616 2024-09-12 16:12:38 +00:00
minikube-bot 07a0c3d271 bump default/newest kubernetes versions 2024-09-12 16:07:01 +00:00
minikube-bot 3807d4d4e5 Update auto-generated docs and translations 2024-09-12 15:41:06 +00:00
Steven Powell ad0b57aab2
site: Backfill yearly leaderboard updates (#19603) 2024-09-09 14:31:26 -07:00
Steven Powell 9f3bcdb874
Merge pull request #19594 from minikube-bot/jenkins-releases.json-v1.34.0
Post-release: update releases.json & releases-v2.json to include v1.34.0
2024-09-09 13:27:26 -07:00