Sharif Elgamal
30afddc6c1
Merge pull request #13072 from klaases/kstop1
...
Stop K8s if running, when '--no-kubernetes' flag used
2021-12-06 12:49:20 -08:00
Eugene Kalinin
c66f557823
Fix golint warnings
2021-12-05 12:26:25 +03:00
Medya Ghazizadeh
f1d63dfcff
Merge pull request #12990 from spowelljr/btrfsErrorMessage
...
Add advice if user using btrfs storage driver
2021-12-03 16:06:06 -08:00
klaases
a37ea8e5c2
Add tuple to make sure we handle error properly.
2021-12-03 15:42:38 -08:00
klaases
3ac94ae5e3
Remove extra space.
2021-12-03 14:55:11 -08:00
klaases
47a280bdc7
Fix check for stopping k8s.
2021-12-03 14:15:00 -08:00
klaases
f3186d07d8
Detect whether k8s needs to be stopped.
2021-12-03 12:35:34 -08:00
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
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