minikube-bot
cba41a6868
Update auto-generated docs and translations
2021-09-24 21:55:17 +00:00
minikube-bot
1e245304af
Update auto-generated docs and translations
2021-09-23 19:17:52 +00:00
minikube-bot
9166757b51
Update leaderboard
2021-09-23 18:40:39 +00:00
minikube-bot
ad62419baa
add time-to-k8s benchmark for
2021-09-22 00:10:08 +00:00
minikube-bot
917b9e9c67
Update releases.json to include v1.23.2
2021-09-21 16:41:39 -07:00
Medya Ghazizadeh
60127fcf20
Merge pull request #12517 from minikube-bot/auto_bump_k8s_versions
...
bump default/newest kubernetes versions
2021-09-20 12:28:29 -07:00
Steven Powell
8ef5b46a8d
Merge pull request #12510 from lakshya8066/update-pushing.md
...
Update pushing.md
2021-09-20 10:36:38 -07:00
Steven Powell
5de0e584ab
Merge pull request #12495 from spowelljr/changeBusyBox
...
Replace BusyBox image with gcr.io image in functional tests
2021-09-20 10:34:46 -07:00
minikube-bot
4a8f4a1e28
bump default/newest kubernetes versions
2021-09-20 08:02:52 +00:00
Lakshya Gupta
d5ebf3d5c3
updated order of the commands to match with the methods
2021-09-18 17:58:47 +05:30
Lakshya Gupta
2227267a17
fixed broken links
2021-09-18 16:42:54 +05:30
Steven Powell
bc9edad431
add description to test
2021-09-17 15:21:02 -07:00
Sharif Elgamal
a3387a09b9
Merge pull request #12505 from minikube-bot/jenkins-releases.json-v1.23.1
...
update releases.json to include v1.23.1
2021-09-17 14:50:12 -07:00
minikube-bot
ef8bd38897
Update releases.json to include v1.23.1
2021-09-17 14:46:44 -07:00
minikube-bot
6b72f32f02
add time-to-k8s benchmark for
2021-09-17 18:42:12 +00:00
Steven Powell
90b7ebb45f
Merge pull request #12492 from minikube-bot/kicbase-release-v0.0.27
...
Update kicbase to v0.0.27
2021-09-16 22:44:18 -07:00
Steven Powell
65e7e54788
Merge pull request #12491 from minikube-bot/iso-release-v1.23.1
...
Update ISO to v1.23.1
2021-09-16 22:44:04 -07:00
minikube-bot
1976e1b296
Update kicbase to v0.0.27
2021-09-16 18:55:00 +00:00
minikube-bot
f0636429fb
Update ISO to v1.23.1
2021-09-16 18:00:10 +00:00
Brian de Alwis
60d611eeff
doc: be more specific as to what the gcp-auth does
2021-09-16 11:32:06 -04:00
minikube-bot
d52130b292
Updating ISO to v1.23.0-1631662909-12425
2021-09-15 00:37:07 +00:00
minikube-bot
030b3837ab
Updating kicbase image to v0.0.26-1631295795-12425
2021-09-14 09:50:53 -07:00
Medya Ghazizadeh
e882779b24
Merge pull request #12409 from minikube-bot/addTimeToK8s
...
Add time-to-k8s benchmark for
2021-09-05 00:00:31 -07:00
minikube-bot
aa8fe49db6
add time-to-k8s benchmark for
2021-09-03 20:37:49 +00:00
Sharif Elgamal
54adb51685
add contribution leaderboard for v1.23.0
2021-09-03 20:25:06 +00:00
minikube-bot
14e4d072a6
Update releases.json to include v1.23.0
2021-09-03 13:03:45 -07:00
minikube-bot
67b82f3fe1
Update kicbase to v0.0.26
2021-09-03 02:18:31 +00:00
minikube-bot
703324b7c7
Updating kicbase image to v0.0.25-1630631232-12398
2021-09-03 01:36:51 +00:00
minikube-bot
9597ac2f89
Update ISO to v1.23.0
2021-09-02 18:39:41 +00:00
Joel Klint
3e83449bf0
Added windows instructions for adding a dns-server
...
Added missing instructions for Windows, regarding adding minikube ip as a dns server
2021-09-02 16:40:10 +02:00
Medya Ghazizadeh
3469c77ffa
Merge pull request #12351 from raghavendra-talur/rtalur-add-disks-kvm2
...
Add `--extra-disks` capability to kvm2 driver
2021-08-30 16:50:58 -07:00
Akihiro Suda
323225483e
Support Rootless Docker
...
Requirements:
- Install rootless Docker 20.10 or later, see https://rootlesscontaine.rs/getting-started/docker/
- Enable cgroup v2 delegation, see https://rootlesscontaine.rs/getting-started/common/cgroup2/
Usage: `minikube start --driver=docker --container-runtime=containerd`.
The `--container-runtime` flag needs to be set to "containerd".
CRI-O can be also supported later.
Closes issue 10836 ("add support for rootless Docker").
Support for rootless Podman (issue 8719) is not covered in this commit.
---
Code reading guide:
- `deploy/kicbase/Dockerfile`: updated to install fuse-overlayfs and containerd-fuse-overlayfs, which is used
instead of `overlayfs` snapshotter
- `deploy/kicbase/entrypoint`: updated to verify cgroup v2 delegation.
Mostly from 8a83ee46b2/images/base/files/usr/local/bin/entrypoint
- `cmd/minikube/cmd/start_flags.go`: updated to set `KubeletInUserNamespace` feature gate when rootless
- `pkg/drivers/kic/oci`: updated to use port forwarding, because rootless container IPs are not reachable from the host
- `pkg/minikube/cruntime`: updated to generate `/etc/containerd/config.toml` with rootless support.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 17:21:53 +09:00
Medya Ghazizadeh
219580efcc
Merge pull request #12325 from prezha/fix-ingress-v1.22
...
Bump default Kubernetes version to v1.22.1 and update addons to with new API (ingress, gcpauth, olm and cilium)
2021-08-25 10:48:14 -07:00
Medya Ghazizadeh
527a3d920f
Merge pull request #12265 from prezha/fix-image-save-cmd
...
fix image save cmd
2021-08-25 10:45:08 -07:00
Raghavendra Talur
dceb676527
Add extra disks capability to kvm2 driver
...
Having additional disks on the nodes is a requirement for developers
working on the storage components in Kubernetes. This commit adds the
extra-disks feature to the kvm2 driver.
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
2021-08-25 00:15:02 -04:00
Medya Gh
4b896270d7
address review comments
2021-08-24 11:07:40 -07:00
Predrag Rogic
abd52901cf
fix ingress for k8s v1.22+
2021-08-24 18:05:44 +01:00
Predrag Rogic
6efbd1ce13
merge
2021-08-24 04:20:52 +01:00
Medya Gh
5fad8b8f79
update docs
2021-08-23 18:43:10 -07:00
Medya Gh
41554ddbde
add ci docs
2021-08-23 15:54:58 -07:00
Sharif Elgamal
e7d2a518ff
Merge pull request #12329 from andriyDev/FixTypo
...
Fix typo in FAQ docs
2021-08-23 13:01:27 -07:00
Andriy Dzikh
af957cb64d
Fix typo.
2021-08-23 09:48:12 -07:00
Anders F Björklund
817f8b4b70
Add also stand-alone image push matching pull
...
Normally this is done as part of image build
2021-08-22 20:11:19 +02:00
Anders F Björklund
380b846715
Add stand-alone image pull and image tag commands
...
Needed for testing, but maybe elsewhere as well
2021-08-22 19:52:07 +02:00
Medya Ghazizadeh
2df63c00af
Merge pull request #12263 from afbjorklund/env-format
...
Add output parameter to the docker-env none shell
2021-08-17 00:13:55 -07:00
Medya Ghazizadeh
7dc8836303
Merge pull request #12268 from afbjorklund/minikube-2021.02-new
...
Upgrade Buildroot to 2021.02 LTS with Linux 4.19
2021-08-16 16:47:00 -07:00
Medya Ghazizadeh
29117e3c13
Merge pull request #12230 from medyagh/v1beta_depricate
...
bump calico to v3.20 and move away from v1beta apis
2021-08-16 16:38:16 -07:00
Anders F Björklund
ab61a07f95
Make sure to use sudo for load/save docker images
...
Add a test for SaveImage, similar to LoadImage
2021-08-16 18:13:32 +02:00
Anders F Björklund
9e588e6ba1
Add stand-alone image pull and image tag commands
...
Needed for testing, but maybe elsewhere as well
2021-08-15 20:22:24 +02:00
minikube-bot
d7484e41ee
Updating ISO to v1.22.0-1628974786-12268
2021-08-14 22:13:14 +00:00