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
phbits
27a22b9afc
Update PowerShell path updates
2021-09-02 22:57:56 +00:00
phbits
37b6b09255
update windows install using powershell
2021-09-02 22:14:25 +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
Anders F Björklund
68197de861
Add command to save images from the cluster
...
This is the opposite command of "minikube image load",
and can be used after doing a "minikube image build".
The default is to save images in the cache, but it is
also possible to save to files or to standard output.
2021-08-13 23:28:25 +01:00
Anders F Björklund
4f8adb6f6d
Add output parameter to the docker-env none shell
...
Allows structured output as json and yaml, in addition to the
previous text output format. Note that keys might not be sorted.
2021-08-13 23:31:05 +02:00
Medya Ghazizadeh
0bd906077f
Revert "new `image save` command"
2021-08-13 14:06:42 -07:00
Medya Ghazizadeh
8d01b5ef95
Merge pull request #12086 from browncrane/patch-2
...
Update custom_cert_ingress.md
2021-08-13 13:25:05 -07:00
Medya Ghazizadeh
61f1361ff4
Merge pull request #12163 from rajdevworks/master
...
Add external package management page under Minikube contribution
2021-08-13 13:23:23 -07:00
Medya Ghazizadeh
0cd6ce854e
Merge pull request #12144 from JulienBreux/patch-1
...
doc: refresh roadmap year date and sort checkboxes
2021-08-13 13:11:56 -07:00
Medya Ghazizadeh
41ba49d597
Merge pull request #12162 from afbjorklund/image-save-cmd
...
Image save command
2021-08-13 13:02:58 -07:00
Medya Ghazizadeh
adbeae1763
Merge pull request #12032 from spowelljr/updateBuildkit
...
Upgrade buildkit from 0.8.2 to 0.9.0
2021-08-13 12:43:49 -07:00
rajdevworks
f6788118f3
Adding maintainer for chocolatey package
2021-08-11 16:23:57 -05:00
rajdevworks
c62edf779c
Small cosmetic changes to chocolatey package
2021-08-10 20:32:28 -05:00
Medya Gh
4e32f41c83
move away from v1beta apis
2021-08-10 14:24:43 -07:00
minikube-bot
d7681967bf
Updating ISO to v1.22.0-1628622362-12032
2021-08-10 20:06:04 +00:00
minikube-bot
6cecbf6fe5
Updating kicbase image to v0.0.25-1628619379-12032
2021-08-10 18:33:49 +00:00
Anders F Björklund
b75bf27942
Add command to save images from the cluster
...
This is the opposite command of "minikube image load",
and can be used after doing a "minikube image build".
The default is to save images in the cache, but it is
also possible to save to files or to standard output.
2021-08-10 09:49:23 +02:00
Parthvi Vala
0255bbb675
Fix typo in addons/ingress-dns
2021-08-10 12:47:03 +05:30
rajdevworks
c0be805e39
Change Note font size
2021-08-09 21:36:18 -05:00
rajdevworks
e4ce399a6f
Rephrased and rearranged the chocolatey section
...
Added a note on Windows support
Removed bullets and used paragraph
Rephrased statements
2021-08-09 21:32:48 -05:00
minikube-bot
2c23bbefb8
Update auto-generated docs and translations
2021-08-09 22:17:18 +00:00
rajdevworks
5e4f5d435e
Create external-packages.en.md
...
A page under Contributions to guide managing external packages
Add first external package - chocolatey
2021-08-09 00:15:12 -05:00
Medya Ghazizadeh
543cca5776
Merge pull request #12122 from afbjorklund/docker-20.10.8
...
ISO: Upgrade Docker, from 20.10.6 to 20.10.8
2021-08-07 03:14:46 -07:00
Anders F Björklund
2ab5c86a88
Build images on the primary control plane
...
Allow selecting another node using --node
Or continue build on all nodes with --all
2021-08-06 19:04:51 +02:00
Anders F Björklund
2d4b88bb29
Mark ssh driver and image build as completed
2021-08-06 17:54:08 +02:00
minikube-bot
3dccb2bea0
Updating ISO to v1.22.0-1628238775-12122
2021-08-06 09:27:20 +00:00
Julien Breux
1c1f4a64e5
doc: refresh roadmap year date and sort checkboxes
2021-08-06 10:13:48 +02:00
Medya Ghazizadeh
be0322360b
Merge pull request #12129 from afbjorklund/crictl-1.21
...
ISO: Upgrade crictl (from cri-tools) to v1.21.0
2021-08-05 16:47:48 -07:00
Sharif Elgamal
521648c7c8
Merge pull request #12119 from andriyDev/TokenAuth
...
Create tutorial for using a static token file
2021-08-05 14:28:36 -07:00
Sharif Elgamal
82b6c2d677
Merge pull request #12131 from spowelljr/unpauseDoc
...
Add unpause command under pause in docs
2021-08-05 14:21:34 -07:00
minikube-bot
5ca148661f
Update auto-generated docs and translations
2021-08-05 21:06:19 +00:00
Andriy Dzikh
3c90833e5f
Add documentation explaining the maintainer field.
2021-08-05 11:38:45 -07:00
Steven Powell
aa6b987178
add unpause command under pause in docs
2021-08-05 09:20:23 -07:00
minikube-bot
16f5466439
Updating ISO to v1.22.0-1628159026-12129
2021-08-05 11:19:56 +00:00
Andriy Dzikh
e75fbcc182
Create tutorial for using a static token file.
2021-08-04 10:27:45 -07:00
Medya Ghazizadeh
1288a4ce4c
Merge pull request #12040 from coolamiy/master
...
Site: add icon to side bar items
2021-08-03 17:49:21 -07:00
amit dixit
8c283b189d
added outlined bullets and filled bullets for selecte item
2021-08-02 18:53:52 +02:00
Zhang Shihe
9197a59189
Update custom_cert_ingress.md
2021-08-01 16:51:05 +08:00
Kumar Shivendu
bac3b6918f
docs: Simplify minikube alias documentation
...
Co-authored-by: Sharif Elgamal <selgamal@google.com>
2021-07-30 00:24:50 +05:30
amit dixit
23a4cd3f0f
fix casing for Tuturials| replaced arrow with blank space | top level box color change to blue ( as per the asthetics) when selected
2021-07-29 09:04:07 +02:00
Sharif Elgamal
faca0fd9ff
Merge pull request #11483 from BlaineEXE/add-extra-disks-to-hyperkit-vms
...
Add ability to create extra disks on hyperkit vms
2021-07-28 13:50:13 -07:00
Medya Ghazizadeh
78a6c03d53
Merge pull request #11549 from m-aciek/patch-1
...
Site: update versionApi for Ingress Kubernetes definition
2021-07-28 12:33:01 -07:00
minikube-bot
6aa3c7ff11
Updating ISO to v1.22.0-1627488369-11483
2021-07-28 17:03:32 +00:00
amit dixit
d1cdd24efc
resolve change requests for #12040
...
1. changed icon from ☘ to ⬛ (solid black square)
2. fix benchmark folder renderation (for subfolders)
Signed-off-by: amit dixit <dixitamitcs@gmail.com>
2021-07-28 14:36:38 +02:00
Medya Ghazizadeh
2b84cb9a71
Merge pull request #12052 from minikube-bot/auto_bump_k8s_versions
...
bump default/newest kubernetes versions
2021-07-27 15:00:24 -07:00
Medya Ghazizadeh
3375c39c76
Merge pull request #11981 from de-sh/vb-warn
...
Add message to discourage the use of the virtualbox driver
2021-07-26 17:30:38 -07:00
minikube-bot
bb1af92e41
Update auto-generated docs and translations
2021-07-26 22:32:47 +00:00
minikube-bot
190226eb07
bump default/newest kubernetes versions
2021-07-26 08:03:10 +00:00
Medya Ghazizadeh
c7c608e78e
Merge pull request #11872 from mahalrs/cli-windows-binary-download
...
site: Add command-line download instructions for windows binary
2021-07-23 16:10:19 -07:00
minikube-bot
e53e762ad5
Update auto-generated docs and translations
2021-07-23 21:03:06 +00:00
amit dixit
4edece6dc8
updated site/README.md
2021-07-23 14:05:49 +02:00
amit dixit
cc03cdab21
fix for issues #12039 and #12025
2021-07-23 13:35:15 +02:00
amit dixit
7dab2e078e
fix for issues #12039 and #12025
2021-07-23 13:18:53 +02:00
Zhang Shihe
1d266146a3
Change link formatting
...
formatting
2021-07-20 11:13:31 +08:00
Medya Ghazizadeh
5d8d7819bf
Merge pull request #12016 from spowelljr/fixBenchmarkOrdering
...
Order time-to-k8s benchmarks from newest to oldest
2021-07-19 18:22:05 -07:00
Medya Ghazizadeh
ca20d21735
Merge pull request #11951 from spowelljr/publicTimeToK8s
...
time-to-k8s Public Charts
2021-07-19 18:20:32 -07:00
Steven Powell
38aca6718c
update weight of page so always on top
2021-07-19 15:54:42 -07:00
Steven Powell
6e591890ed
order benchmarks from newest to oldest
2021-07-19 15:22:17 -07:00
minikube-bot
839b0fbdbc
bump default/newest kubernetes versions
2021-07-19 08:02:48 +00:00
Kumar Shivendu
4b2d9a6838
docs: Suggest using alias for minikube kubectl --
2021-07-18 13:23:42 +05:30
Steven Powell
948bc0023a
typo
2021-07-16 17:19:26 -07:00
Steven Powell
791c257574
added benchmark for containerd runtime
2021-07-16 16:57:34 -07:00
minikube-bot
6edbeacf24
Update leaderboard
2021-07-15 20:39:29 +00:00
Devdutt Shenoi
0e665930e8
Add message to discourage the use of virtualbox driver
2021-07-14 15:00:22 +05:30
Steven Powell
bcfddca2c6
added chart to site
2021-07-13 17:04:07 -07:00
Sharif Elgamal
2d394aad09
Update iso.md
2021-07-13 15:11:22 -07:00
Sharif Elgamal
6b6a7c0192
Merge pull request #11956 from minikube-bot/auto_bump_k8s_versions
...
bump default/newest kubernetes versions
2021-07-13 14:15:29 -07:00
Rajwinder Mahal
736e403669
Fix requested changes
2021-07-12 19:55:01 -07:00
Rajwinder Mahal
2d74c40ebc
Update instructions to set path in Windows using command-line
2021-07-12 19:55:01 -07:00
Rajwinder Mahal
1ff04f137e
Add instructions for setting path in Windows
2021-07-12 19:55:01 -07:00
Rajwinder Mahal
dcd401d7ad
Add cli instructions for windows binary
2021-07-12 19:55:00 -07:00
Steven Powell
961bbbe0aa
Merge pull request #11553 from zigarn/dashboard-set-port
...
Allow to set the dashboard proxyfied port
2021-07-12 16:53:32 +00:00
minikube-bot
35253acf40
bump default/newest kubernetes versions
2021-07-12 08:02:55 +00:00
minikube-bot
7502ffb229
add time-to-k8s benchmark for
2021-07-09 00:20:19 +00:00
Medya Gh
1348ae8644
icon
2021-07-07 19:10:51 -04:00
Medya Gh
e1f2679f70
add twitter to site footer
2021-07-07 19:05:43 -04:00
minikube-bot
af60c5de90
Update releases.json to include v1.22.0
2021-07-07 14:59:10 -07:00
minikube-bot
064257c0ff
Update auto-generated docs and translations
2021-07-06 23:50:19 +00:00
minikube-bot
058d2b4201
bump default/newest kubernetes versions
2021-07-05 08:02:58 +00:00
Alexandre Garnier
f76b0795d8
Allow to set the dashboard proxyfied port
2021-07-03 15:59:59 +02:00
minikube-bot
0e60bdd8f3
Update auto-generated docs and translations
2021-07-02 21:34:57 +00:00
Steven Powell
c29adeaa06
Merge pull request #11864 from minikube-bot/auto_bump_k8s_versions
...
bump default/newest kubernetes versions
2021-07-02 21:32:45 +00:00
Steven Powell
88005d16a7
Merge pull request #11779 from MaximeKjaer/patch-1
...
Fix indentation of JSON Kubernetes manifest in docs
2021-07-02 17:28:06 +00:00
minikube-bot
539be93523
Update auto-generated docs and translations
2021-07-02 17:16:58 +00:00
Medya Ghazizadeh
8667d10572
Merge pull request #11876 from minikube-bot/kicbase-release-v0.0.25
...
Update kicbase to v0.0.25
2021-07-02 10:07:45 -04:00
Medya Ghazizadeh
881a4f3d7f
Merge pull request #11878 from minikube-bot/iso-release-v1.22.0
...
Update ISO to v1.22.0
2021-07-02 10:06:56 -04:00
Medya Ghazizadeh
d1366cfb1c
Merge pull request #11866 from spowelljr/addHowToRunMinikubeDifferentDrive
...
site: add faq for running minikube on different drive
2021-07-02 09:51:26 -04:00
minikube-bot
db8ceca6ed
Update ISO to v1.22.0
2021-07-02 01:00:03 +00:00
minikube-bot
4db717a5eb
Update kicbase to v0.0.25
2021-07-01 23:38:36 +00:00
Sharif Elgamal
494a24abcc
Merge pull request #11834 from andriyDev/AutoPause
...
Add support for other container runtimes for auto-pause
2021-07-01 16:01:27 -07:00
minikube-bot
4d5c3ace53
Update auto-generated docs and translations
2021-07-01 21:35:20 +00:00
minikube-bot
914c5801ce
Update auto-generated docs and translations
2021-07-01 21:17:23 +00:00
Steven Powell
b36dd9027a
add faq for running minikube on different drive
2021-07-01 14:04:50 -07:00
minikube-bot
1a5b4ac397
bump default/newest kubernetes versions
2021-07-01 20:49:00 +00:00
minikube-bot
202e2fa36f
Updating kicbase image to v0.0.24-1625170572-11834
2021-07-01 20:31:45 +00:00
Medya Ghazizadeh
05b64d1a74
Merge pull request #11824 from andriyDev/fix-auto-pause
...
Make kicbase copy auto-pause binary instead of auto-pause folder
2021-07-01 16:10:33 -04:00
Medya Ghazizadeh
a910fd411a
Merge pull request #11859 from mahalrs/beta-releases
...
site: Add beta releases to website installation instructions
2021-07-01 15:47:30 -04:00
Rajwinder Mahal
271a5b034f
Add beta releases to installation instructions
2021-07-01 12:19:32 -07:00
minikube-bot
cfb6aaede3
Update auto-generated docs and translations
2021-07-01 19:15:28 +00:00
Medya Ghazizadeh
4811cecc67
Update _index.md
2021-06-30 18:34:56 -04:00
Medya Ghazizadeh
32948d4e8b
Update _index.md
2021-06-30 18:02:49 -04:00
Medya Ghazizadeh
4a9e985b97
Update _index.md
2021-06-30 17:51:23 -04:00
Medya Ghazizadeh
4afa863d31
Update _index.md
2021-06-30 17:46:00 -04:00
Medya Ghazizadeh
f3798a8e39
Update _index.md
2021-06-30 17:40:32 -04:00