Commit Graph

6346 Commits (3eaf0f627c89efd878469791b2ba965954f04044)

Author SHA1 Message Date
klaases c6fc55aa98 Refactor Start() to reduce cyclomatic complexity. 2021-12-03 11:22:58 -08:00
Steven Powell b7634e12bf
Merge pull request #13071 from spowelljr/skipMountModeMac
mount: Skip chmod-ing mounted folder on macOS
2021-12-03 09:02:20 -08:00
klaases a156f26fbb resolve linter errors 2021-12-02 15:54:31 -08:00
klaases e468a42e15
Merge branch 'master' into kstop1 2021-12-02 14:43:33 -08:00
klaases 3074132aeb Stop K8s if running, when --no-kubernetes. 2021-12-02 14:35:38 -08:00
Steven Powell 3063fb45dd skip chmod-ing mounted folder on macOS 2021-12-02 14:34:34 -08:00
Steven Powell de8bef415c remove swap file 2021-12-01 16:24:48 -08:00
Steven Powell ed91ff8334 remove unused func 2021-12-01 16:16:00 -08:00
Steven Powell 3f8e3dc3ed use oci cache to get storage driver 2021-12-01 16:15:01 -08:00
minikube-bot 846e0c4edb Updating ISO to v1.24.0-1638385553-13059 2021-12-01 20:01:11 +00:00
Steven Powell 592e2b01ca auto set LocalStorageCapacityIsolation for BTRFS 2021-11-30 14:34:57 -08:00
Medya Ghazizadeh 61984694f6
Merge pull request #13018 from spowelljr/fixMountMode
mount: Fix `--mode` not being respected
2021-11-30 12:51:26 -08:00
Medya Gh 1982860139 bump k8s lib 2021-11-29 16:46:18 -08:00
Steven Powell 006934bde5 add chmod error 2021-11-29 10:48:23 -08:00
Steven Powell ef64db3a95 fix mount mode not being respected 2021-11-23 15:59:24 -08:00
Medya Ghazizadeh d7d2bc1f00
Merge pull request #12973 from spowelljr/updateOldestVersion
Update OldestKubernetesVersion to v1.16.0
2021-11-23 10:35:08 -08:00
Medya Ghazizadeh 2237e230f4
Merge pull request #12997 from minikube-bot/auto_bump_k8s_versions
bump default/newest kubernetes versions
2021-11-22 13:50:20 -08:00
Medya Ghazizadeh 3686ba58f0
Merge pull request #11598 from daehyeok/copy_from
Support copy file from node to local host or between nodes.
2021-11-22 13:42:35 -08:00
minikube-bot 12b711e797 bump default/newest kubernetes versions 2021-11-22 08:02:49 +00:00
Steven Powell e1cecc0fa0 add advice if user using btrfs storage driver 2021-11-19 13:49:08 -08:00
Medya Gh 5d0ce59625 tests docs change name 2021-11-18 10:55:32 -08:00
Steven Powell 3c125f10e9
Merge pull request #12972 from mpuckett159/bug/fix-docker-env-typo
Fix typo in help text for minikube docker-env command
2021-11-17 13:51:52 -05:00
Steven Powell c432ea13f1 update OldestKubernetesVersion to v1.16.0 2021-11-17 12:52:09 -05:00
Marcus Puckett d831158c0c Fix typo in help text for minikube docker-env
In the help text for the `minikube docker-env` command the suggestions for setting the docker command for Windows (cmd and powershell) don't work as output because if you don't pass the `--shell` flag, it adds a line at the beginning that will cause the cmd example to fail, and doesn't specify that you need to set the flag `--shell powershell` for it to work properly. I've updated the help text to provide a command that will work as expected for both shells.
2021-11-16 22:48:55 -08:00
Sharif Elgamal cf09e50b4e iterate through arguments 2021-11-16 09:24:33 -08:00
Sharif Elgamal 558ece4a8e no need to explicitly translate title, Fmt does it for us 2021-11-15 17:03:09 -08:00
Sharif Elgamal d8ec4704e4 support functions with multiple string args 2021-11-15 16:52:39 -08:00
Sharif Elgamal ea7bc858c7 allow for fmt.Sprintf in Advice text 2021-11-15 16:31:25 -08:00
Medya Ghazizadeh 8bd28a6599
Merge pull request #12933 from klaases/go2
update suggestion messaging for --no-kubernetes
2021-11-12 12:21:14 -08:00
Medya Ghazizadeh 80b4e238cf
Merge pull request #12900 from AkihiroSuda/rootless-crio
Support CRI-O runtime with Rootless Docker driver (`--driver=docker --container-runtime=cri-o`)
2021-11-11 16:05:36 -08:00
klaases 4238bc1319 update message by runtime 2021-11-11 14:49:18 -08:00
Medya Ghazizadeh 75e2466cf9
Merge pull request #12923 from sharifelgamal/sched-ctd
fix scheduled stop test for containerd on docker driver
2021-11-11 12:45:12 -08:00
Sharif Elgamal d226d04eab fix schedule stop test for containerd on docker driver 2021-11-10 09:09:50 -08:00
Steven Powell 413d10192e
Merge pull request #12907 from spowelljr/addFileSharingError
Add error message for file sharing
2021-11-09 15:14:53 -05:00
Steven Powell 414b3ddf78
Merge pull request #12740 from spowelljr/discardUnpackedLayers
containerd preload: discard unpacked layers to reduce size
2021-11-09 14:30:15 -05:00
Steven Powell ab3f316ce6 bump preload version 2021-11-09 13:54:03 -05:00
Steven Powell 5c4e70bb26 add error message for file sharing 2021-11-09 10:58:16 -05:00
Akihiro Suda d7e728487c
Support CRI-O runtime with Rootless Docker driver
Follow-up to PR 12359 (containerd runtime with Rootless Docker driver).

Usage (needs cgroup v2):
```
dockerd-rootless-setuptool.sh install
docker context use rootless
minikube start --driver=docker --container-runtime=cri-o
```

See site/content/en/docs/drivers/includes/docker_usage.inc

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-09 16:09:52 +09:00
Steven Powell 69aa495d02 address lint concerns 2021-11-08 09:23:00 -05:00
srikrishnabh93@gmail.com c80793cd5d Merge branch 'master' of https://github.com/kubernetes/minikube into master_srikrishnabh 2021-11-07 00:26:40 +05:30
srikrishnabh93@gmail.com 7dd0eb0c94 fixed review comments 2021-11-07 00:25:33 +05:30
Sharif Elgamal ef9a1a3a4f
Merge pull request #12863 from medyagh/hyperkit_suggestion
update suggestion for disabling internet sharing on hyperkit
2021-11-04 15:14:01 -07:00
Medya Ghazizadeh f8c34933fd
Update pkg/minikube/reason/known_issues.go
Co-authored-by: Sharif Elgamal <selgamal@google.com>
2021-11-04 15:07:40 -07:00
Medya Ghazizadeh bd973bba7c
Update pkg/minikube/reason/known_issues.go
Co-authored-by: Sharif Elgamal <selgamal@google.com>
2021-11-04 15:07:33 -07:00
Medya Ghazizadeh 94c74a2f52
Merge pull request #12848 from medyagh/no_kubernetes
Add --no-kubernetes flag  to start minikube without kubernetes
2021-11-04 14:46:48 -07:00
Medya Gh 8a7f43439a improve wording 2021-11-04 14:45:50 -07:00
Medya Gh 2ec8dc516a update suggestion for disalbing internet sharing on hyperkit 2021-11-04 14:43:43 -07:00
Medya Gh f4055654a1 spell 2021-11-04 12:48:28 -07:00
Medya Gh 75e6ba6637 better translate 2021-11-04 12:35:12 -07:00
Daehyeok Mun a88aec8b46 Support copy file from node to local host or between nodes. 2021-11-03 14:49:32 -07:00
Medya Gh 5bcdba0a09 add more constants 2021-11-03 14:16:04 -07:00
Medya Gh bfdc3cfdea address review comments 2021-11-03 14:13:04 -07:00
James Yin 54be390bba fix: check err before preload 2021-11-03 15:27:15 +08:00
Medya Gh c827bf849f better name 2021-11-02 15:44:30 -07:00
Medya Gh 79f1b8c55c add --no-kubernetes flag to start minikube without kubernetes 2021-11-02 15:41:40 -07:00
Steven Powell 22969595a7 convert containerd config to v2 2021-11-02 15:18:52 -07:00
Sharif Elgamal 3342d3aa34
Merge pull request #12811 from nbusseneau/pr/fix-virtualbox-ip
virtualbox: change default `host-only-cidr`
2021-11-02 13:38:16 -07:00
Steven Powell 2de2ef09a4 discard unpacked layers 2021-11-02 13:36:50 -07:00
Nicolas Busseneau 02a43c52e2
virtualbox: change default `host-only-cidr`
We change the default `--host-only-cidr` to `192.168.59.1/24` in order
to be compatible with the new default host-only networking restrictions
implemented in VirtualBox 6.1.28.

This fixes access denied errors on `minikube start` when using
VirtualBox >= 6.1.28:

```
VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp
```

More details:

VirtualBox 6.1.28 introduced new restrictions on host-only networking:
https://www.virtualbox.org/wiki/Changelog-6.1#v28

Manual: https://www.virtualbox.org/manual/ch06.html#network_hostonly

> On Linux, Mac OS X and Solaris Oracle VM VirtualBox will only allow IP
> addresses in 192.68.56.0/21 range to be assigned to host-only
> adapters. For IPv6 only link-local addresses are allowed. If other
> ranges are desired, they can be enabled by creating
> /etc/vbox/networks.conf and specifying allowed ranges there. For
> example, to allow 10.0.0.0/8 and 192.168.0.0/16 IPv4 ranges as well as
> 2001::/64 range put the following lines into /etc/vbox/networks.conf:
>
>      * 10.0.0.0/8 192.168.0.0/16
>      * 2001::/64
>
> Lines starting with the hash # are ignored. Next example allows any
> addresses, effectively disabling range control:
>
>      * 0.0.0.0/0 ::/0

These new restrictions manifest in the form of the following issue on
`minikube start` due to the default `--host-only-cidr` used by the
VirtualBox driver being `192.168.99.1/24`:

```console
😄  minikube v1.23.2 on Ubuntu 18.04
  Using the virtualbox driver based on user configuration
👍  Starting control plane node minikube in cluster minikube
🔥  Creating virtualbox VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
🔥  Deleting "minikube" in virtualbox ...
🤦  StartHost failed, but will try again: creating host: create: creating: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet0 --ip 192.168.99.1 --netmask 255.255.255.0 failed:
VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp

🔥  Creating virtualbox VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
😿  Failed to start virtualbox VM. Running "minikube delete" may fix it: creating host: create: creating: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet1 --ip 192.168.99.1 --netmask 255.255.255.0 failed:
VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp

  Exiting due to GUEST_PROVISION: Failed to start host: creating host: create: creating: Error setting up host only network on machine start: /usr/bin/VBoxManage hostonlyif ipconfig vboxnet1 --ip 192.168.99.1 --netmask 255.255.255.0 failed:
VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp

╭───────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                           │
│    😿  If the above advice does not help, please let us know:                             │
│    👉  https://github.com/kubernetes/minikube/issues/new/choose                           │
│                                                                                           │
│    Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
│                                                                                           │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
```

While the above is the primary error, other errors will be reported if
the adapter already exists (this happens when the adapter was created
before updating to VirtualBox 6.1.28, on a version of VirtualBox without
the new restrictions). Some examples:

```
 Exiting due to IF_VBOX_NOT_VISIBLE: Failed to start host: creating host: create: creating: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
```

```
  minikube is unable to connect to the VM: dial tcp 192.168.99.112:22: i/o timeout

	This is likely due to one of two reasons:

	- VPN or firewall interference
	- virtualbox network configuration issue

	Suggested workarounds:

	- Disable your local VPN or firewall software
	- Configure your local VPN or firewall to allow access to 192.168.99.112
	- Restart or reinstall virtualbox
	- Use an alternative --vm-driver
	- Use --force to override this connectivity check

  Exiting due to GUEST_PROVISION: Failed to validate network: dial tcp 192.168.99.112:22: i/o timeout
```

When switching to a valid CIDR, `minikube start` works as usual:

```console
😄  minikube v1.23.2 on Ubuntu 18.04
  Using the virtualbox driver based on user configuration
👍  Starting control plane node minikube in cluster minikube
🔥  Creating virtualbox VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
🐳  Preparing Kubernetes v1.22.2 on Docker 20.10.8 ...
    ▪ Generating certificates and keys ...
    ▪ Booting up control plane ...
    ▪ Configuring RBAC rules ...
    ▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🔎  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
```

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
2021-11-02 15:30:46 +01:00
minikube-bot 79766cee83 bump default/newest kubernetes versions 2021-11-01 08:03:05 +00:00
Sharif Elgamal 6bbf98d57f
Merge pull request #12794 from prezha/improve-ingress
support k8s < v1.19 & watch-ingress-without-class
2021-10-28 10:40:09 -07:00
Steven Powell 2aa49b6295
Merge pull request #12806 from minikube-bot/iso-release-v1.24.0
Update ISO to v1.24.0
2021-10-28 09:55:13 -07:00
Sharif Elgamal c5a933fc45
Merge pull request #12801 from minikube-bot/kicbase-release-v0.0.28
Update kicbase to v0.0.28
2021-10-28 09:12:35 -07:00
Predrag Rogic ea3aa4f3a8
support ingress-dns addon, add tests 2021-10-28 04:14:35 +01:00
minikube-bot c3b8912852 Update ISO to v1.24.0 2021-10-27 23:10:38 +00:00
minikube-bot 3bc369459b Update kicbase to v0.0.28 2021-10-27 19:53:03 +00:00
Gio Gutierrez a49cd8a685 feat: Use new bridge interface name on OSX Monterey 2021-10-27 12:23:31 -05:00
Predrag Rogic 76c1e79598
support k8s < v1.19 & watch-ingress-without-class 2021-10-27 15:05:01 +01:00
Sharif Elgamal 418a9a17d2
Merge pull request #12779 from sharifelgamal/gcp-auth-test2
Fix disabling gcp-auth addon and test
2021-10-26 22:37:22 -07:00
Steven Powell 57de50af7b
Merge pull request #12702 from prezha/update-ingress
update ingress controller to v1/1.0.4 and v1beta1/0.49.3
2021-10-26 15:04:44 -07:00
Medya Ghazizadeh 6f72fc9a25
Merge pull request #12578 from AliyunContainerService/aliyun-mirror
Initial support for adding Aliyun mirror for preload images and K8s release binaries
2021-10-26 13:22:30 -07:00
Sharif Elgamal 8cf0a18069 no need to reverse file order for kubectl delete 2021-10-26 11:46:29 -07:00
Sharif Elgamal aaf85032f4 fix unit test part deux 2021-10-26 10:34:46 -07:00
Sharif Elgamal 77da350d83 fix unit test 2021-10-26 09:01:58 -07:00
Sharif Elgamal 1e932bc5bd cleanup and comments 2021-10-25 18:22:49 -07:00
Sharif Elgamal b0598d06e5 ignore-not-found for kubectl delete 2021-10-25 18:07:45 -07:00
Sharif Elgamal bd9da42651 reverse files for kubectl remove on addon disable 2021-10-25 17:31:24 -07:00
Sharif Elgamal bec03819df fix disabling gcp-auth addon 2021-10-25 15:32:13 -07:00
Medya Ghazizadeh 27b0c741cc
Merge pull request #12756 from spowelljr/fixNetworkIndex
fix podman network inspect index check
2021-10-25 14:41:34 -07:00
Medya Ghazizadeh 91c9af304a
Merge pull request #12730 from sharifelgamal/ingress-dns-002
Upgrade minikube-ingress-dns image to 0.0.2
2021-10-25 14:39:37 -07:00
Medya Gh d33b59d8b2 fix len 2021-10-21 14:54:14 -07:00
Medya Gh f80304a022 address review comments 2021-10-21 14:54:14 -07:00
Medya Gh c8cb7a3c2d delete older minikube version preload files on start tup 2021-10-21 14:54:14 -07:00
Steven Powell 016b3ac40a trim space earlier 2021-10-21 13:28:52 -07:00
srikrishnabh93@gmail.com d0928b1913 updated kubeadm-constants image version 2021-10-21 23:01:32 +05:30
srikrishnabh93@gmail.com fce35c9721 Merge branch 'master' of https://github.com/kubernetes/minikube into master_srikrishnabh 2021-10-21 22:56:01 +05:30
Steven Powell fbd4d27582 fix podman network inspect index check 2021-10-21 10:01:10 -07:00
Sharif Elgamal c4b801c8dc
Merge pull request #12735 from zigarn/ingress-driver-none
Remove useless check of baremetal driver for ingress addon
2021-10-20 11:58:07 -07:00
Medya Ghazizadeh b5f8781152
Merge pull request #12717 from afbjorklund/kubeadm-pause
Add kubeadm image versions for kubernetes 1.23
2021-10-19 10:44:31 -07:00
Alexandre Garnier 1c89bd7bf9 Remove useless check of baremetal driver for ingress addon 2021-10-19 17:03:02 +02:00
Sharif Elgamal e41415ce9c Upgrade minikube-ingress-dns image to 0.0.2 2021-10-18 17:18:37 -07:00
Steven Powell d7decc2a8d persist mount settings after stop 2021-10-18 15:40:48 -07:00
srikrishnabh93@gmail.com 2d7e884817 Merge branch 'master' of https://github.com/kubernetes/minikube into master_srikrishnabh 2021-10-18 22:55:57 +05:30
Sharif Elgamal 029a9d1700
Merge pull request #12587 from duttaANI/fixIpCilium
Fix Ipv4 cidr in cilium
2021-10-15 14:06:52 -07:00
Steven Powell 99661e64a3
Merge pull request #12711 from spowelljr/fixMount
Fix mounting on non-default profile
2021-10-15 12:57:24 -07:00
Anders F Björklund 9f16ff632f Add kubeadm image versions for kubernetes 1.23 2021-10-15 21:40:09 +02:00
Steven Powell 2a489bf7e1 fix mounting on non-default profile & make mounting processes cluster independent 2021-10-14 14:44:51 -07:00
Sharif Elgamal c3a9f66a8d
Merge pull request #11590 from dinever/detailed-test-info
Add detailed info generation for integration tests
2021-10-14 11:17:23 -07:00
Predrag Rogic db4937aa8f
update ingress-nginx controller to v1.0.4 2021-10-13 09:02:12 +01:00
Predrag Rogic c680044eae
remove allow-snippet-annotations as per recommendation 2021-10-12 23:24:26 +01:00
Predrag Rogic 29abb74777
update ingress to v1-1.0.3 and v1beta1-0.49.3 2021-10-12 21:21:54 +01:00
Peixuan Ding b43f0bcd39 Add detailed info for integration tests 2021-10-11 01:00:06 -04:00
Anders F Björklund 75804c43ad Match the lower case of the podman error message
Turns out that Docker says "No such network",
but Podman says "no such network". Little nuances.
2021-10-10 12:25:18 +02:00
KallyDev 70022d9b2e
Move from deprecated ioutil to os and io packages 2021-10-08 08:57:19 +08:00
Marc Velasco a48e875ec1 return error if unable to get os.UserHomeDir in ssh-key when resolving absolute path 2021-10-07 11:57:43 -07:00
Marc Velasco 4f5524f039 changes for comments to the PR, use os.UserHomeDir and strings.hasprefix, move package order 2021-10-07 10:40:13 -07:00
Marc Velasco a827379f08 remove comment before absolute path function to fix lint errors 2021-10-07 09:27:25 -07:00
Marc Velasco c27326cab8 fix for #12659, rendor absolute path when tilde starts ssh-key path 2021-10-06 23:14:46 -07:00
Steven Powell c516c43aaf
Merge pull request #12641 from duttaANI/updateHelmTillerImage
Update Helm Tiller image to v2.17.0
2021-10-05 14:39:37 -04:00
Steven Powell 1a4160e60d
Merge pull request #12081 from spowelljr/buildkitSocket
buildkit socket: Add systemd unit
2021-10-01 20:49:41 -04:00
Aniruddha Amit Dutta 33396184bb Update Helm Tiller image to v2.17.0 2021-10-01 13:16:06 +05:30
Aniruddha Amit Dutta d3dad9c7f9 Feat: Add a template for cilium yaml 2021-10-01 10:50:35 +05:30
minikube-bot 39eb5cb53c Updating kicbase image to v0.0.27-1633027942-12081 2021-09-30 19:21:11 +00:00
Steven Powell dafbe6aac3 add created by label for podman 2021-09-29 13:47:59 -07:00
srikrishnabh93@gmail.com 7e7a97e69d updated the test data kubeadm_test.go 2021-09-29 20:51:03 +05:30
srikrishnabh93@gmail.com ab496e6765 Merge branch 'master' of https://github.com/kubernetes/minikube into master_srikrishnabh 2021-09-29 20:28:34 +05:30
Marcus Watkins 6b8aba3c68 Fix invoking kubeadm failing when spaces in PATH 2021-09-28 10:43:13 -06:00
Medya Ghazizadeh 2fd09e11a8
Merge pull request #12149 from afbjorklund/build-cp
Build images on the primary control plane
2021-09-27 19:11:04 -07:00
Medya Ghazizadeh 87dfeb7db5
Merge pull request #12514 from yxxhero/fix_image_none_none
add better error output for minikube image rm
2021-09-27 19:04:14 -07:00
yxxhero 860c66de97 fix typo
Signed-off-by: yxxhero <aiopsclub@163.com>
2021-09-28 07:41:22 +08:00
Aniruddha Amit Dutta cd89ccd30c Fix Ipv4 cidr in cilium 2021-09-27 18:36:13 +05:30
Li Yi f1d56741f8 Fix for boilerplate 2021-09-26 16:19:19 +08:00
Anders F Björklund a9b74bbea2 Allow running podman as experimental driver 2021-09-26 10:16:46 +02:00
Li Yi 9ae94cf8d4 Initial support for adding Aliyun mirror for preload images and Kubernetes binaries
Signed-off-by: Li Yi <denverdino@gmail.com>
2021-09-26 16:04:29 +08:00
Li Yi eb66c6797e Initial support for adding Aliyun mirror for preload images and Kubernetes binaries
Signed-off-by: Li Yi <denverdino@gmail.com>
2021-09-26 15:36:36 +08:00
yxxhero 68b34d41ae add error message out
Signed-off-by: yxxhero <aiopsclub@163.com>
2021-09-25 08:47:47 +08:00
Sharif Elgamal 73d66f0c94
Merge pull request #12534 from sharifelgamal/renew-certs
renew minikube certs if expired
2021-09-24 14:53:22 -07:00
Sharif Elgamal 4307e834df address review comments 2021-09-24 11:47:10 -07:00
Medya Ghazizadeh 8c0e46c784
Merge pull request #12553 from spowelljr/addForceSystemdCrio
Implement --force-systemd into cri-o
2021-09-23 12:15:31 -07:00
Sharif Elgamal 03d9b16c7b write to the correct cell 2021-09-23 09:51:11 -07:00
Steven Powell 205b492a87 implement --force-systemd into cri-o 2021-09-22 15:07:36 -07:00
minikube-bot 2dd9c28d27 Updating ISO to v1.23.1-1632339185-12081 2021-09-22 20:31:56 +00:00
Steven Powell 923928efb7 remove buildkitd start script 2021-09-22 11:31:41 -07:00
Sharif Elgamal 9997caa178 actually print the results 2021-09-22 09:07:00 -07:00
Sharif Elgamal 5038cc0599 fix lint 2021-09-21 17:56:28 -07:00
Sharif Elgamal 92010a5f12 start timing enable ingress for containerd 2021-09-21 17:44:33 -07:00
Sharif Elgamal 2799f24e12 don't skip none driver, fix logging 2021-09-21 17:38:09 -07:00
Sharif Elgamal 1212848649 make cert expiration configurable and add test 2021-09-21 16:17:52 -07:00
Medya Ghazizadeh 6592a43ce2
Merge pull request #12533 from spowelljr/fixDefaultCgroupCrio
change default crio cgroup to systemd
2021-09-21 13:49:12 -07:00
yxxhero 9347def2d0 Modify as suggested
Signed-off-by: yxxhero <aiopsclub@163.com>
2021-09-21 09:48:33 +08:00
Sharif Elgamal e5b8f654fe renew minikube certs if expired 2021-09-20 18:13:24 -07:00
Steven Powell b4cdf84618 change default crio cgroup to systemd 2021-09-20 17:34:49 -07:00
Steven Powell 01314b959b fix template typo 2021-09-20 15:55:40 -07:00
minikube-bot 4a8f4a1e28 bump default/newest kubernetes versions 2021-09-20 08:02:52 +00:00
yxxhero e31738aec4 add better error output for minikube image rm
Signed-off-by: yxxhero <aiopsclub@163.com>
2021-09-19 21:18:30 +08: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
Sharif Elgamal a5cdaf53b2 remove debugging 2021-09-16 15:30:59 -07:00
Sharif Elgamal a74d50eade be a little smarter about refreshing secrets 2021-09-16 15:18:52 -07:00
Sharif Elgamal 047f2e553f fix refreshing gcp-auth pull secret 2021-09-16 15:06:31 -07:00