Yanshu Zhao
4a940d0079
Fix docker inspect network go template
2020-12-27 08:38:39 +00:00
Priya Wadhwa
322efcb406
Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag
2020-12-23 14:02:22 -08:00
Medya Ghazizadeh
f68005724c
Merge pull request #9958 from tstromberg/vmwarefusion
...
Remove obsolete 'vmwarefusion' driver, add friendly message
2020-12-23 12:56:05 -08:00
Medya Ghazizadeh
46043a6aee
Merge pull request #10018 from afbjorklund/kubeadm-memory
...
The kubeadm bootstrapper now requires 1700M mem
2020-12-23 12:40:42 -08:00
Medya Ghazizadeh
a962466d34
Merge pull request #10027 from azhao155/yzhao/fix/dockerReload
...
Fix docker reload issue in docker-env cmd
2020-12-23 12:17:08 -08:00
Anders F Björklund
1413d267b2
The kubeadm bootstrapper now requires 1700M mem
...
The node requirement is 2 vCPU and 2.0 GiB RAM
You can use --force to bypass the requirement
2020-12-23 21:09:30 +01:00
Medya Ghazizadeh
7b1b565882
Merge pull request #9974 from blueelvis/add-warning-windows-ssh-client-tunnel
...
Adding warning for docker windows tunnel
2020-12-23 11:22:59 -08:00
Yanshu Zhao
bb37572a44
Fix docker reload issue in docker-env cmd
2020-12-23 01:00:23 +00:00
Priya Wadhwa
a3b80e1fff
add log
2020-12-22 14:57:04 -08:00
Priya Wadhwa
bd413794c2
Avoid creating network if it is the default
2020-12-22 14:56:27 -08:00
alonyb
df6a8f6558
add spinner in creating container step
2020-12-22 15:47:48 -05:00
Medya Ghazizadeh
167b6c4399
Merge pull request #10021 from azhao155/yzhao/feature/dockerEnvWaitForApiServerFixCommits
...
Replace fixed time wait with wait function for docker-env cmd
2020-12-21 16:18:14 -08:00
Medya Ghazizadeh
9d5faff315
Merge pull request #9983 from tstromberg/storage-type
...
RSRC_DOCKER_STORAGE advice: remove typo and improve text
2020-12-21 16:07:57 -08:00
Yanshu Zhao
bb83ce154e
Fix lint
2020-12-21 20:34:33 +00:00
Yanshu Zhao
a31b851b31
docker-env cmd wait for api server to be up
2020-12-21 20:32:03 +00:00
Jituri, Pranav
f2b47962e1
Address review comments
2020-12-18 10:06:30 +05:30
Sharif Elgamal
f8d0a91990
fix ip node retrieve for none driver
2020-12-17 10:59:30 -08:00
Thomas Strömberg
02c8f8b30a
Merge pull request #9761 from blueelvis/task/enable-ingress-docker-windows
...
Enable Ingress Addon for Docker Windows
2020-12-17 10:40:04 -08:00
priyawadhwa
63faabb0ce
Merge pull request #9984 from tstromberg/preload-bump
...
Bump preload to v8 to include updated dashboard
2020-12-17 10:27:28 -08:00
Thomas Strömberg
78163cfb90
Merge pull request #9630 from afbjorklund/ssh-host
...
Add ssh-host command for getting the ssh host keys
2020-12-17 08:09:29 -08:00
Thomas Stromberg
44b60e0fb1
Bump preload to v8 to include updated dashboard
2020-12-17 08:07:52 -08:00
Thomas Stromberg
b851282639
Remove least, for consistency
2020-12-17 08:04:49 -08:00
Thomas Stromberg
282465d782
Improve text for RSRC_DOCKER_STORAGE
2020-12-17 08:03:41 -08:00
Thomas Strömberg
49f850cb50
Merge pull request #9963 from afbjorklund/dashboard-2.1.0
...
Upgrade kubernetes dashboard to v2.1.0 for 1.20
2020-12-17 08:00:35 -08:00
Priya Wadhwa
55f496492c
fix merge conflict
2020-12-16 10:37:51 -08:00
Jituri, Pranav
22d03ff5e9
Adding warning for docker windows tunnel
2020-12-16 18:09:15 +05:30
Steven Powell
5f0144ac32
Added sub-step logging to adm init step on start
2020-12-15 16:59:42 -07:00
Thomas Strömberg
f85bed1150
Merge pull request #9753 from blueelvis/'bug/9078-tunnel-windows-docker'
...
Fix minikube tunnel for Docker on Windows
2020-12-15 07:59:44 -08:00
Jituri, Pranav
a8463f3453
fix linting errors
2020-12-15 18:25:10 +05:30
Jituri, Pranav
0ae11fd5c8
fix linting error
2020-12-15 18:22:36 +05:30
Jituri, Pranav
ce17200bd8
address review comment
2020-12-15 18:09:43 +05:30
Anders F Björklund
4c39ffc91f
Upgrade kubernetes dashboard to v2.1.0 for 1.20
...
Now with support for Kubernetes version 1.20 too
2020-12-14 21:20:14 +01:00
Thomas Stromberg
e5f06a1f13
Remove the vmwarefusion driver
2020-12-14 11:10:43 -08:00
Thomas Stromberg
b114399511
Obsolete
2020-12-14 10:55:20 -08:00
Anders F Björklund
7822a4e36e
Add option to add the ssh-host key to known_hosts
...
This matches the ssh-add command for identity keys,
it will add the host key to the ssh known_hosts file.
If a ssh key for the host already exists in the file,
it will not be added again so can be run multiple times.
2020-12-12 18:54:33 +01:00
Anders F Björklund
a387989c72
Add ssh-host command for getting the ssh host keys
...
This is similar to the existing minikube "ssh-key" command, but gets
the content of the host key instead of the path to the identity key.
The output of this command can be added to the ~/.ssh/known_hosts,
for strict host key authentication. For instance when using Docker.
2020-12-12 18:54:33 +01:00
Thomas Strömberg
a60e2645f2
Merge pull request #9932 from kubernetes/br_netfilter2
...
wsl2: log warning if br_netfilter cannot be enabled rather than fatally exit
2020-12-11 14:42:28 -08:00
Steven Powell
12893a6121
Fixed output on back to back spinner steps
2020-12-11 14:53:43 -07:00
Thomas Stromberg
789610bbaf
Log warning if br_netfilter cannot be enabled rather than fatally exiting
2020-12-11 10:58:46 -08:00
Thomas Strömberg
b4bf2bde33
Merge pull request #9866 from afbjorklund/podman-network-fix
...
Fix podman network inspect format and error
2020-12-11 10:20:46 -08:00
Medya Ghazizadeh
442a9cf2d3
Merge pull request #9911 from medyagh/update_kicbase_16_1
...
Update kicbase 15 snapshot4 on head
2020-12-10 16:55:28 -08:00
Medya Ghazizadeh
e96b05e45e
Merge pull request #9875 from sadlil/kindnet-podcidr
...
Fix multi node two pods getting same IP and nodespec not having PodCIDR
2020-12-10 16:53:29 -08:00
Medya Ghazizadeh
71b0237e5b
Merge pull request #9855 from alonyb/w/add-spinner
...
Add spinner at preparing Kubernetes...
2020-12-10 16:49:19 -08:00
Medya Ghazizadeh
6b079476c6
Merge pull request #9918 from lingsamuel/remove-verbose-options
...
Remove verbose options
2020-12-10 15:58:01 -08:00
Anders F Björklund
c3d0621d97
Only use sudo with the none driver when on linux
2020-12-10 21:07:10 +01:00
Sadlil
fc10bca4ae
Enable KindNet CNI only if multi node is specified
2020-12-10 18:40:20 +00:00
alonyb
2d80cfcdb0
fix lint
2020-12-10 09:37:50 -05:00
alonyb
8ee898976a
move spinner character const to style
2020-12-10 09:12:24 -05:00
alonyb
d47405830c
restore unittest
2020-12-10 08:46:20 -05:00
alonyb
277e0961b1
remove param && add spin bool to style enum
2020-12-10 08:39:52 -05:00