Steven Powell
5736749832
allow skipping kubeadm kube-proxy addon on restart
2022-02-01 13:49:08 -08:00
Steven Powell
48065d9090
Merge pull request #13506 from spowelljr/revertKubeadmDelete
...
Revert "Delete and init kubeadm on subsequent starts"
2022-02-01 13:40:25 -08:00
Medya Ghazizadeh
30b187f04d
Merge pull request #13514 from presztak/service_docker_hard_coded
...
Fix hard coded docker driver in minikube service command
2022-02-01 13:24:45 -08:00
Medya Gh
c24818d9b7
lint
2022-02-01 13:21:53 -08:00
Sharif Elgamal
cce8d19112
default test runtime to docker
2022-02-01 12:59:42 -08:00
Sharif Elgamal
634b8030f9
Merge branch 'master' of github.com:kubernetes/minikube into anders-default-runtime
2022-02-01 12:59:09 -08:00
Sharif Elgamal
fc6efd9083
add arch to binary cache path
2022-02-01 12:57:41 -08:00
Sharif Elgamal
2cbe070b94
Merge pull request #13482 from anoopcs9/libvirt-use-src-arp
...
drivers/kvm: Use ARP for retrieving interface ip addresses
2022-02-01 09:26:03 -08:00
Chris Tomkins
2f2d026f3f
Added Network Policy page to handbook
2022-02-01 14:22:53 +00:00
Chris Tomkins
51092e0e3a
Added Network Policy page to handbook
2022-02-01 14:08:07 +00:00
Sharif Elgamal
74452b5802
Merge pull request #13521 from presztak/update_istio_addon_yaml
...
Update istio addon YAML
2022-01-31 17:23:33 -08:00
Sharif Elgamal
034f55696d
Merge pull request #13326 from gAmUssA/addons/kong
...
[Addon] Kong Ingress Controller
2022-01-31 17:15:54 -08:00
Medya Gh
8c6f9f64c7
lint
2022-01-31 15:18:04 -08:00
Steven Powell
43f832d111
remove unused import
2022-01-31 13:36:59 -08:00
Sharif Elgamal
0568a70235
Merge pull request #13518 from jeffmaury/fix-french-translation
...
Fix french translation
2022-01-31 13:26:29 -08:00
dependabot[bot]
72e67cf4a6
Bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.11+incompatible to 20.10.12+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/docker/docker/compare/v20.10.11...v20.10.12 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 20:41:41 +00:00
Medya Ghazizadeh
e5c60016e8
Merge pull request #13523 from kubernetes/dependabot/go_modules/cloud.google.com/go/storage-1.19.0
...
Bump cloud.google.com/go/storage from 1.18.2 to 1.19.0
2022-01-31 12:40:29 -08:00
dependabot[bot]
66c3fb6616
Bump cloud.google.com/go/storage from 1.18.2 to 1.19.0
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/storage/v1.18.2...spanner/v1.19.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 18:04:23 +00:00
Piotr Resztak
3799866c13
update istio addon
2022-01-31 18:30:27 +01:00
minikube-bot
7ba402742a
bump golint versions
2022-01-31 10:01:44 +00:00
Jeff MAURY
6aff467b05
Fix french translation
...
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2022-01-31 10:13:36 +01:00
minikube-bot
b65b7badea
bump default/newest kubernetes versions
2022-01-31 08:02:50 +00:00
nishipy
9da7049f8a
Currently, no warn or exit are there even if user specifies
...
any version newer than newestKubernetesVersion.
This fixes the flow as follows:
if not --force:
- Warn but do NOT exit for newer minor version and patch version
- Warn and Exit for newer major version
if --force: Warn but try anyways
2022-01-30 07:27:23 -05:00
Jin Zhang
cb8577f4be
[deps] upgrade go.opentelemetry.io/otel to v1.3.0
2022-01-30 08:12:15 +00:00
Piotr Resztak
dd431d36c2
remove hard coded docker driver
2022-01-30 00:08:23 +01:00
Anoop C S
061fd88d2e
drivers/kvm: Use ARP for retrieving interface ip addresses
...
On platforms where dhcp lease status is not updated immediately after
domain creation it fails to list ip addresses until next refresh
happens resulting in the following error:
8<----------8<----------8<----------8<----------8<----------8<----------
Creating kvm2 VM (CPUs=2, Memory=4096MB, Disk=20480MB) ...
Failed to start kvm2 VM. Running "minikube delete" may fix it: creating
host: create: Error creating machine: Error in driver during machine
creation: IP not available after waiting: machine minikube didn't
return IP after 1 minute
Exiting due to GUEST_PROVISION: Failed to start host: creating host:
create: Error creating machine: Error in driver during machine
creation: IP not available after waiting: machine minikube didn't
return IP after 1 minute
8<----------8<----------8<----------8<----------8<----------8<----------
Using ARP instead of LEASE for ip address query is justifiable as
listing is done following the domain creation. In case of failure we
fallback to listing via LEASE source.
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
2022-01-29 09:57:56 +05:30
Medya Ghazizadeh
327b1b959e
Merge pull request #13507 from minikube-bot/gendocs
...
Update auto-generated docs and translations
2022-01-28 13:38:13 -08:00
minikube-bot
8d5e7efba3
Update auto-generated docs and translations
2022-01-28 05:25:19 +00:00
Steven Powell
c5b1c56f57
Merge pull request #12835 from presztak/remove_kicbase_image_info
...
Print a message about preserving kicbase image when `minkube delete --purge --all` used
2022-01-27 21:23:27 -08:00
Steven Powell
e922055714
revert "Delete and init kubeadm on subsequent starts"
2022-01-27 14:02:53 -08:00
Steven Powell
f9eb139d2b
Merge pull request #13499 from spowelljr/addArmPreloadsUpload
...
preloads: Add option to upload arm64 preloads
2022-01-26 15:58:08 -08:00
Steven Powell
4a5b21cb78
added comment
2022-01-26 15:07:26 -08:00
Steven Powell
6c0ec55cf8
add option to upload arm64 preloads
2022-01-26 14:59:40 -08:00
Medya Ghazizadeh
017047126d
Merge pull request #13069 from olivierbouchomsfreshheads/patch-1
...
site: Add info about gcp-auth to registry handbook page
2022-01-26 14:15:50 -08:00
nishipy
dc1b226562
Update cmd/minikube/cmd/start.go
...
Co-authored-by: Sharif Elgamal <selgamal@google.com>
2022-01-26 15:32:09 +09:00
Medya Ghazizadeh
cf95dd3498
Merge pull request #13345 from spowelljr/wslDocument
...
Add docs for setting up WSL 2 & Docker
2022-01-25 15:59:47 -08:00
Medya Ghazizadeh
3018093bac
Merge pull request #13490 from sharifelgamal/v1beta3
...
update yaml templates to v1beta3 for update k8s version job
2022-01-25 15:31:57 -08:00
Sharif Elgamal
7c9e458133
update yaml templates to v1beta3 for update k8s version job
2022-01-25 15:19:08 -08:00
Viktor Gamov
7d129a660e
docs: typo fix
2022-01-25 17:58:51 -05:00
Viktor Gamov
5cc50e64cb
added Kong addon documentation and quick start
2022-01-25 17:49:38 -05:00
Steven Powell
76172fdae0
added timeout to second test
2022-01-25 14:12:57 -08:00
Sharif Elgamal
131dad7403
Merge pull request #13368 from chungjin/kubeadm
...
[Kubeadm] add kubeadm v1beta3 template for k8s version 1.23.0
2022-01-25 13:44:32 -08:00
Steven Powell
16cc594a52
Merge pull request #13321 from yosshy/japanese-translation14
...
Update Japanese translation (LINE 400-449)
2022-01-25 13:25:00 -08:00
Steven Powell
beebaf2fd7
Merge pull request #13485 from spowelljr/fixPreload
...
preloads: Add trailing slash to bucket destination to indicate folder
2022-01-25 12:54:28 -08:00
Steven Powell
e3d82f958b
add trailing slash to bucket destination to indicate folder
2022-01-25 11:55:31 -08:00
Steven Powell
fa5f67cc95
Merge pull request #13340 from spowelljr/addDisableOptimization
...
Add `--disable-optimizations` flag
2022-01-24 18:51:42 -08:00
Steven Powell
398906ebd7
generate-docs
2022-01-24 17:09:11 -08:00
Steven Powell
3eaf0f627c
Update cmd/minikube/cmd/start_flags.go
...
Co-authored-by: Medya Ghazizadeh <medyagh@users.noreply.github.com>
2022-01-24 17:07:57 -08:00
Steven Powell
3a4b676199
list optimizations in flag
2022-01-24 17:00:26 -08:00
Medya Ghazizadeh
662b99f7ac
Merge pull request #13419 from klaases/url1
...
Fix bug in AUX Driver Download URL for ARM64
2022-01-24 16:55:13 -08:00