Commit Graph

5030 Commits (f1c0f61963d83ca27144b48b54d734b25a278944)

Author SHA1 Message Date
Thomas Stromberg b114399511 Obsolete 2020-12-14 10:55:20 -08:00
Ilya Zuyev 6044006afe add multi-arch images to kic driver list 2020-12-13 22:29:17 -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
Anders F Björklund a6941f21ca Fix podman network inspect format and error
Somehow this ended up with the docker network inspect format,
instead of the CNI based one used by podman network inspect ?
2020-12-10 07:32:34 +01:00
Ling Samuel 634f0ae0a9
Remove verbose options 2020-12-10 14:29:38 +08:00
Medya Gh d3c375420e bump kicbase on head v0.0.15-snapshot4 2020-12-09 17:32:46 -08:00
Medya Gh a55a0b0286 bump kicbase on head 2020-12-09 17:20:09 -08:00
Medya Ghazizadeh ead11c65cd
Merge pull request #9897 from medyagh/update_k8s_version20
update default kubernetes version to 1.20.0
2020-12-09 16:29:03 -08:00
alonyb f729145c83 fix lint 2020-12-09 18:36:30 -05:00
alonyb e7ca2921fa change more false by constant 2020-12-09 18:31:21 -05:00
alonyb 42aac91acd remove bool var from String func 2020-12-09 18:22:22 -05:00
alonyb c24eda630c change false to constant 2020-12-09 18:17:01 -05:00
Medya Ghazizadeh 6eadee30b8
Merge pull request #9802 from afbjorklund/podman-host-cleanup
Some more cleanup of missing code for podman-env
2020-12-09 15:00:37 -08:00
Medya Gh f6f5253770 newest v1.20.0 2020-12-09 14:41:15 -08:00
Anders F Björklund d14015de33 Run gofmt on the code and not just goimports
This is just whitespaces change, to avoid lint
2020-12-09 22:52:09 +01:00
Anders F Björklund 2591be695b Remove warning for using podman v2 with driver
Being experimental is probably warning enough

Podman 2.1 should be similar to 1.9 in support
2020-12-09 22:16:04 +01:00
Medya Gh 564e74c635 update default kubernetes version to 1.20.0 2020-12-09 12:30:50 -08:00
Thomas Strömberg c0a092e6af
Merge pull request #9379 from Git-Jiro/none_driver_nonroot
Make none driver work as regular user (use sudo on demand)
2020-12-09 10:21:49 -08:00
alonyb 032b43c5b7 fix lint 2020-12-09 09:35:47 -05:00
alonyb 73ea4f2555 add comment and fix bool param 2020-12-09 09:34:18 -05:00
alonyb 8d11d8b0f5 Merge branch 'master' of https://github.com/alonyb/minikube into w/add-spinner 2020-12-09 09:12:09 -05:00
Jituri, Pranav 74cdda9e9a
Resolve review comments 2020-12-09 16:54:19 +05:30
Medya Gh 0e85b1819a bump kic base on head 2020-12-08 13:49:17 -08:00
alonyb e09dcaa941 Merge branch 'w/add-spinner' of https://github.com/alonyb/minikube into w/add-spinner 2020-12-08 16:46:10 -05:00
alonyb a763e05b16 change bool to second parameter 2020-12-08 16:46:02 -05:00
Ruben Baez b330cdb29c
Merge branch 'master' into w/add-spinner 2020-12-08 14:39:44 -05:00
Medya Ghazizadeh 0898ca21e4
Merge pull request #9801 from afbjorklund/podman-env-existing
Add support for restoring existing podman env
2020-12-08 10:25:50 -08:00
Medya Ghazizadeh 268a9386e7
Merge pull request #9844 from ilya-zuyev/gh_9754_downloadprogress_currentstep
Set 'currentstep' for PullingBaseImage json event
2020-12-08 10:17:07 -08:00
Sadlil ff4e7752c0 Fix pod networking for multi node kindnet cni cluster 2020-12-07 15:50:55 +00:00
alonyb 32bb174a9d fix lint goimports 2020-12-07 09:56:16 -05:00
alonyb 64f4895758 fix lint if statement 2020-12-07 09:55:56 -05:00
Ilya Zuyev f0b329142d Add a comment about new steps 2020-12-06 20:37:38 -08:00
alonyb f7abca67f7 remove comment line 2020-12-06 21:55:41 -05:00
alonyb 33b6e9a70e add spinner param in step func 2020-12-06 21:21:25 -05:00
Medya Ghazizadeh 114faa7d97
Merge pull request #9797 from msedzins/issue_9335
Ability to use a custom TLS certificate with the Ingress
2020-12-04 12:45:51 -08:00
alonyb 994ff36e30 restore break line 2020-12-04 11:24:36 -05:00
alonyb f37a4aaa14 remove windows break line 2020-12-04 06:32:19 -05:00
alonyb 88947d6e0f add break line in windows case 2020-12-04 06:26:29 -05:00
Ilya Zuyev 68a1b54112 set currentstep for DownloadProgress 2020-12-03 17:46:41 -08:00
Priya Wadhwa f373155d55 merge conflict 2020-12-03 10:56:41 -08:00
Medya Ghazizadeh 8fc54b430b
Merge pull request #9716 from afbjorklund/podman-network
Add private network implementation for podman
2020-12-02 14:16:41 -08:00
Medya Ghazizadeh c90956172c
Merge pull request #9822 from medyagh/storage_prov_v4
bump storage provsioner to multi arch
2020-12-02 13:57:37 -08:00
Medya Gh 8916ac46ea update storage provsioner 2020-12-02 13:08:54 -08:00
Medya Ghazizadeh 7f5ac8e2fe
Merge pull request #9823 from edtrist/docs-copy-button
Add a button to copy the command to the browser on the docs site
2020-12-02 12:01:47 -08:00
alonyb 7a0a2b0063 remove break line in spinner line 2020-12-02 01:23:46 -05:00
alonyb 2e3e0ab751 add new method to print spinner 2020-12-02 01:18:49 -05:00
alonyb df37c7824b change config func call 2020-12-02 01:17:19 -05:00
edtrist 1440438020 Remove unused argument 2020-12-01 23:25:38 +00:00
priyawadhwa 5365643640
Merge pull request #9808 from priyawadhwa/metrics-code
Add script to collect metrics for minikube start
2020-12-01 14:56:57 -08:00
edtrist 230c397aed Custom GenMarkDown from Cobra to add shell language to runnable commands 2020-12-01 22:42:41 +00:00
msedzins e1aa07feb2 Ability to use a custom TLS certificate with the Ingress
Tutorial added
2020-11-30 22:53:27 +00:00
Priya Wadhwa a2bc2fe64c Enable tracing when collecting metrics 2020-11-30 10:25:51 -08:00
Anders F Björklund da778ea870 Some more cleanup of missing code for podman-env
There is a lot of code duplication from docker-env

Most of it also applies for podman (CONTAINER_HOST)
2020-11-29 23:35:37 +01:00
Anders F Björklund dae980a355 Add support for restoring existing podman env
If user had a podman environment configured before podman-env,
restore it on unset (similar to existing code for docker-env)
2020-11-29 22:56:47 +01:00
Brian Li 6b4dc381f9 fix base image when using with custom image repository 2020-11-27 10:14:01 +08:00
Martin Schimandl 64729fb03a Remove function 'NeedsRoot' 2020-11-26 19:54:13 +01:00
Medya Ghazizadeh 322e138f6b
Merge pull request #9775 from medyagh/restart_docker_systemd
restart inner docker daemon using systemd
2020-11-25 17:59:49 -08:00
Medya Ghazizadeh 4f104787b0
Merge pull request #9782 from medyagh/update_kic_iso
update kicbase and iso images on head
2020-11-25 16:42:19 -08:00
Medya Gh 7bc81b1cbd add imagesha 2020-11-25 14:22:29 -08:00
Medya Gh 8639a067e6 bump kic image on head 2020-11-25 14:07:24 -08:00
Predrag Rogic a60176cf00
fix TestStartStop crio VerifyKubernetesImages serial test 2020-11-25 21:23:30 +00:00
Medya Gh 8ae3bda7d6 use docker recommendation 2020-11-24 15:13:56 -08:00
Medya Gh 46ea96d638 restart on failure 2020-11-24 13:00:33 -08:00
Medya Gh 9637c1fdf9 restart inner docker daemon using systemd 2020-11-24 12:48:41 -08:00
Priya Wadhwa 5e1382432f update docs 2020-11-24 10:48:20 -08:00
Priya Wadhwa 37567070b6 address review comments 2020-11-24 10:39:13 -08:00
Priya Wadhwa 63e5021065 Merge branch 'master' of https://github.com/kubernetes/minikube into add-tracing 2020-11-24 10:29:06 -08:00
Medya Ghazizadeh 5d5a12c60f
Merge pull request #9734 from priyawadhwa/updae-iso-kic
Update ISO and kicbase to include scheduled stop
2020-11-24 10:10:59 -08:00
Medya Ghazizadeh 2dc88c58ea
Merge pull request #9756 from medyagh/docker_env_restart
docker-env: "reload" dockerd service first before "restart" to avoid restarting apiserver container
2020-11-24 10:03:55 -08:00
Medya Ghazizadeh 97c4856e13
Merge pull request #9588 from blueelvis/task/dont-autoselect-hyperv
Do not auto-select Hyper-V driver if session has no privilege
2020-11-23 12:19:04 -08:00
Medya Ghazizadeh beb4077379
Merge pull request #9764 from daehyeok/remove_dup
Remove duplicated if statement in `(p *Profile) IsValid()`.
2020-11-23 12:13:02 -08:00
Medya Ghazizadeh f5478a4117
Merge pull request #9748 from alonyb/w/remove-addons-template-dependency
Remove template dependency in addons
2020-11-23 12:10:56 -08:00
Daehyeok Mun 2cd34b7c36 Remove duplicated if statement in `(p *Profile) IsValid()`. 2020-11-22 18:06:53 -08:00
Anders F Björklund fee0f5310a Add private network implementation for podman
Most of it the same as docker, except for the options.

i.e. libnetwork "bridge" plugin vs. cni "bridge" plugin
2020-11-22 13:58:12 +01:00
Jituri, Pranav 61ba2b6252
Revert "Enable the NGINX ingress addon for windows and kic"
This reverts commit 118d2009
2020-11-21 18:39:42 +05:30
Jituri, Pranav 6bbc5f986b
Enable Ingress Addon for Docker Windows 2020-11-21 16:01:06 +05:30
Medya Gh 5a443f09fb try reload dockerd first before restart 2020-11-20 15:31:05 -08:00
Medya Ghazizadeh 61abd1e64c
Merge pull request #9752 from afbjorklund/download-ellipsis
Abbreviate too long filenames to show progress
2020-11-20 14:31:08 -08:00
Medya Ghazizadeh 131d7248c4
Merge pull request #9710 from valaparthvi/issue9690
convert dockerNetworkInspect to a struct
2020-11-20 14:16:01 -08:00
Jituri, Pranav 118d2009e7
Enable the NGINX ingress addon for windows and kic 2020-11-21 01:05:40 +05:30
Jituri, Pranav 197f2a25ae
Removed unused debugging lines 2020-11-21 00:30:05 +05:30
Jituri, Pranav bf7b09f484
Fix permissions for key file on Windows 2020-11-21 00:27:19 +05:30
Anders F Björklund d6f14d691a Abbreviate too long filenames to show progress
When the prefix string gets too long, the cheggaaa/pb
progress bar library doesn't show the remaining time.
2020-11-20 18:33:24 +01:00
alonyb be1b24c08a replace all yaml by tmpl files 2020-11-20 12:31:52 -05:00
Anders F Björklund fff47bd596 Refactor: put base filename into a proper variable 2020-11-20 18:29:18 +01:00
alonyb e26a64662c change olm to tmpl format 2020-11-20 08:50:30 -05:00
Parthvi Vala 63c186bb05 convert dockerNetworkInspect to a struct 2020-11-20 12:29:37 +05:30
alonyb eff5fadb50 remove all isTemplate bool from addons 2020-11-19 17:01:58 -05:00
alonyb 5552eb307f remove boolean template dependency 2020-11-19 17:01:28 -05:00
Jituri, Pranav 592b3239ad
Merge remote-tracking branch 'origin/master' into task/dont-autoselect-hyperv 2020-11-20 01:18:46 +05:30
Jituri, Pranav 6e900ee2fd
Resolve review comments & fix powershell issue 2020-11-20 01:17:30 +05:30
Priya Wadhwa 6c6329edeb Merge branch 'master' of https://github.com/kubernetes/minikube into updae-iso-kic 2020-11-18 17:29:24 -08:00
Priya Wadhwa e83ba9df9c Update ISO and kicbase to include scheduled stop so we can test them 2020-11-18 10:54:41 -08:00
alonyb b4681e4af2 change is template to true in cred addon 2020-11-17 23:57:58 -05:00
Priya Wadhwa 4cd74633ca Only save scheduled stop config if daemonize is successful 2020-11-17 15:14:09 -08:00
Priya Wadhwa 5a0ab905ed fix merge conflict 2020-11-17 15:11:23 -08:00
Jituri, Pranav 0def75cbc9
Work in progress for SSH key file fix 2020-11-18 01:46:28 +05:30
Priya Wadhwa 14db0debef review comments 2020-11-17 12:15:42 -08:00
Medya Ghazizadeh ac5b827223
Merge pull request #9713 from prezha/fix-kubeadm-unit-tests
fix bsutil (kubeadm) unit tests (testdata)
2020-11-17 11:45:22 -08:00
Medya Ghazizadeh 8b39f56a60
Merge pull request #9510 from ilya-zuyev/gh_9463_non_dev_dockerhost
Support non-default docker endpoints
2020-11-17 10:17:33 -08:00
Priya Wadhwa c4dd42a1d8 add --trace flag 2020-11-16 21:39:50 -08:00
Priya Wadhwa 0f23913f1b Tracing compiles 2020-11-16 20:31:13 -08:00
Jituri, Pranav ada0fc173c
Fixed sudo error for Windows 2020-11-17 00:30:06 +05:30
Predrag Rogic 45e29c9835
merge ReverseDirList() into recentReleases() and reuse it 2020-11-16 12:41:25 +00:00
Vasilyev, Viacheslav 1b632656b3 less verbose language selector 2020-11-16 13:24:12 +02:00
Predrag Rogic d32c5980de
fix bsutil (kubeadm) unit tests (testdata) 2020-11-15 22:01:09 +00:00
Predrag Rogic c7e22b1bad
fix bsutil (kubeadm) unit tests (testdata) 2020-11-15 21:52:04 +00:00
Jituri, Pranav 2406cdc3b8
Address review comments 2020-11-15 01:32:54 +05:30
Priya Wadhwa 1c682c6449 Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows 2020-11-13 16:34:45 -08:00
Medya Ghazizadeh 9b964853a9
Merge pull request #9672 from sadlil/driver-alias
Add Support for driver name alias
2020-11-13 16:18:05 -08:00
Medya Ghazizadeh 992c113100
Merge pull request #9693 from medyagh/k8s_ver_v15
update kubernetes version
2020-11-13 14:05:11 -08:00
Priya Wadhwa 2cdd846565 create dir if it doesn't already exist 2020-11-13 11:59:04 -08:00
Priya Wadhwa 8072057de8 Create dir 2020-11-13 11:55:10 -08:00
Medya Ghazizadeh 3da07455b8
Merge pull request #9679 from medyagh/snapshot_stable
release latest snapshot image/iso
2020-11-13 11:31:07 -08:00
Priya Wadhwa 13476316b5 Now that ISO files are in, scheduled stop works on VM as well so remove restrictions 2020-11-13 10:23:32 -08:00
priyawadhwa 9438167b60
Merge pull request #9671 from Evalle/ISSUE-9664
Rename `out.T` to `out.Step`
2020-11-13 10:16:23 -08:00
Sadlil d6c0256b3e Add Support for driver name alias 2020-11-13 10:52:10 +00:00
Medya Gh 3c5996d0e1 add unit tests 2020-11-12 18:50:08 -08:00
Medya Gh 718d76dd04 update kubernetes version 2020-11-12 18:32:52 -08:00
Medya Gh 7955a891cb bump kicbase 2020-11-12 16:04:26 -08:00
Priya Wadhwa e92a96bc3d add comments and compile on windows 2020-11-12 14:37:31 -08:00
Priya Wadhwa 21d5c01fc5 warn that this only works with docker right now 2020-11-12 14:32:23 -08:00
Priya Wadhwa 5411b3b2f2 Add code for daemonizing on windows and add integration test 2020-11-12 14:29:59 -08:00
Priya Wadhwa 8daf7ea3eb Merge branch 'master' of https://github.com/kubernetes/minikube into ss-windows 2020-11-12 14:20:44 -08:00
Priya Wadhwa cc8ca41915 Start adding scheduled stop for container 2020-11-12 14:20:41 -08:00
priyawadhwa 518ac7de56
Merge pull request #9503 from priyawadhwa/schedule-stop-unix
Implement schedule stop for unix
2020-11-12 14:20:20 -08:00
Priya Wadhwa 572e22d5a3 Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag 2020-11-12 14:13:26 -08:00
Priya Wadhwa ad85a7a57e rename containernetwork to network 2020-11-12 10:36:41 -08:00
Evgeny Shmarnev 1540ca84ca b 2020-11-12 13:53:39 +01:00
Evgeny Shmarnev f88040aad9
Merge branch 'master' into ISSUE-9664 2020-11-12 13:47:12 +01:00
Evgeny Shmarnev db93039f9c Addressing comments 2020-11-12 13:45:33 +01:00
Medya Ghazizadeh 78b4b83096
Merge pull request #9674 from sharifelgamal/auth-env
Use special credential file location for cloud shell
2020-11-11 16:41:09 -08:00
Medya Ghazizadeh 296d887923
Merge pull request #9676 from priyawadhwa/pause-test
Don't check for docker.io prefix in docker preload
2020-11-11 16:21:34 -08:00
Priya Wadhwa 7fb0a9e0c1 Don't check for docker.io prefix in docker preload
Right now, preload isn't working because it thinks that the
kubernetes/dashboard images don't exist. This is because they now have a
docker.io prefix introduced by 4c54e78681

Since `docker images` won't return image names with that prefix, we want
to strip the images of `docker.io` before checking if they exists in the
docker daemon.

This also fixes the TestPause/serial/SecondStartNoReconfiguration
failing integration test.
2020-11-11 14:34:15 -08:00
priyawadhwa 8731ff9f23
Merge pull request #9621 from priyawadhwa/json-int-test
Fix failing TestJSONOutput/start test
2020-11-11 14:14:57 -08:00
Sharif Elgamal c01e106b48 better comment 2020-11-11 13:37:40 -08:00
Sharif Elgamal b23cb6c20d find special cloud shell spot for creds 2020-11-11 12:26:50 -08:00
Priya Wadhwa 9bb9355b50 fix merge conflict 2020-11-11 11:57:27 -08:00
Evgeny Shmarnev bcbe49fbec Rename `out.T` to `out.Step` 2020-11-11 11:29:49 +01:00
Sharif Elgamal 4f4124c69d try to create credentials file if using env to authenticate 2020-11-10 15:53:54 -08:00
Medya Ghazizadeh 0f5a2ca4a4
Merge pull request #9641 from prezha/fix-kvm-minikube-net
Fix minikube-net network failures for KVM driver
2020-11-10 12:43:20 -08:00
Priya Wadhwa 5569817c26 Address code review comments 2020-11-10 10:58:31 -08:00
Priya Wadhwa 291e5b6927 fix merge conflict 2020-11-10 10:49:37 -08:00
Thomas Strömberg 2271cf3d6f
Merge pull request #9551 from yehiyam/imageRepository
add ImageRepository to addons templates
2020-11-10 10:25:18 -08:00
Predrag Rogic 9e114139dc
retry instead of sleep; gc cleanup 2020-11-10 16:28:14 +00:00
Predrag Rogic 8ebc828eb1
Fix minikube-net network failures for KVM driver 2020-11-10 16:27:51 +00:00
Medya Gh 37914938e5 bump kicbase to include crio changes 2020-11-09 17:39:19 -08:00
Medya Gh c2bfd58be3 bump snapshot 2020-11-09 17:16:47 -08:00
Priya Wadhwa 9300331209 don't try to daemonize none driver 2020-11-09 15:47:15 -08:00
Ilya Zuyev 0f2c63881a Merge branch 'master' into gh_9463_non_dev_dockerhost 2020-11-09 14:11:20 -08:00
Priya Wadhwa bcf236f15c don't run scheduled stop test with none driver 2020-11-09 13:56:50 -08:00
Priya Wadhwa cf1ee6b072 Address review comments 2020-11-09 13:33:18 -08:00
Ilya Zuyev e58d538903 Fix linter warning 2020-11-09 12:52:27 -08:00
Priya Wadhwa b618e99b63 Merge branch 'master' of https://github.com/kubernetes/minikube into json-int-test 2020-11-09 10:16:31 -08:00
Priya Wadhwa 0a85ed7ae1 add in import 2020-11-06 15:01:54 -08:00
Priya Wadhwa c1be32529f Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-11-06 14:59:24 -08:00
Medya Ghazizadeh 9afe7c6203
Merge pull request #9604 from medyagh/bump_kicbase
Bump kicbase on head
2020-11-06 14:31:16 -08:00
Priya Wadhwa e050e8c9bd Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-11-06 13:41:53 -08:00
Priya Wadhwa a33a822bdd add step for pulling base image 2020-11-06 13:38:29 -08:00
Medya Ghazizadeh 3bb967a0b4
Merge pull request #9506 from prezha/add-namespace-support
new flag  --namespace
2020-11-06 12:20:09 -08:00
Medya Ghazizadeh 7747655476
Merge pull request #9535 from afbjorklund/podman2-env
Add support for podman v2 to podman-env command
2020-11-06 12:17:52 -08:00
Medya Ghazizadeh 939d2d5575
Merge pull request #9536 from afbjorklund/kubernetesui-docker.io
Add docker.io repo prefix to the dashboard images
2020-11-06 12:17:11 -08:00
Peter Lin 78a692cf41 Updating log messages 2020-11-05 21:06:29 -05:00
Priya Wadhwa 19b2be23bc fix merge conflict 2020-11-05 14:31:39 -08:00
Medya Gh 80566956d6 bump kicbase 2020-11-05 12:36:40 -08:00
Priya Wadhwa f869ca5e91 fix merge conflict 2020-11-05 09:44:47 -08:00
Predrag Rogic 3427f078c3
add support for namespace 2020-11-04 22:13:45 +00:00
Martin Schimandl 427daf6e79 Check if user has sudo permissions 2020-11-01 15:08:52 +01:00
Martin Schimandl 4da751f5d7 Make none driver work as regular user (use sudo on demand) 2020-11-01 14:54:20 +01:00
Yehiyam Livneh 40736fe6ab add ImageRepository to addons templayes 2020-11-01 09:05:31 +02:00
Predrag Rogic 20a1274c7c
implement "--log_file" and "--log_dir" for klog 2020-10-31 19:57:25 +00:00
Jituri, Pranav 5202288dde
Fix error collide with interface 2020-10-31 16:55:46 +05:30
Jituri, Pranav d415adfe9a
Resolve review comments 2020-10-31 16:53:43 +05:30
Ilya Zuyev 996b05bfc1 Add 127.0.0.1 to ssl cert even if external docker host is used 2020-10-30 14:13:43 -07:00
Ilya Zuyev d5a092c3c7 Add unit tests for oci.DaemonHost() 2020-10-30 14:00:52 -07:00
Ilya Zuyev c97cd912f1 Rename oci.RuntimeHost() -> oci.DaemonHost() 2020-10-30 13:44:34 -07:00
Ilya Zuyev 72b710af03 Fix warning about listening to 0.0.0.0 2020-10-30 13:41:06 -07:00
Ilya Zuyev 43a4b62b68 Remove excessive logging 2020-10-30 13:27:29 -07:00
Jituri, Pranav 5e86e783d2
Add hyperv permission health check 2020-10-31 01:20:37 +05:30
Priya Wadhwa 35c33c1ac6 Add stop, pause and unpause to integration test 2020-10-28 13:58:53 -07:00
priyawadhwa 2fb9f8ebfd
Merge pull request #9533 from Hellcatlk/UnitTest
Add unit test
2020-10-28 10:25:50 -07:00
Thomas Strömberg c462ac8061
Merge pull request #9517 from legal90/fix-parallels-library
Update "parallels" driver library and make this driver built into minikube
2020-10-28 07:55:38 -07:00
Ilya Zuyev acbdafa4e1 Fix func naming 2020-10-27 16:07:50 -07:00
Sharif Elgamal 055de4edf8 return stopped profile status quickly 2020-10-26 13:20:03 -07:00
Priya Wadhwa ea6ca08d67 Change flag name to --network and exit if used without docker driver 2020-10-26 11:52:26 -07:00
Priya Wadhwa ebf612254c Fix merge conflict 2020-10-26 09:31:59 -07:00
Priya Wadhwa 865d3a4a34 Merge branch 'master' of https://github.com/kubernetes/minikube into schedule-stop-unix 2020-10-23 18:15:07 -07:00
Medya Ghazizadeh a012248b81
Merge pull request #9530 from medyagh/mini_mtu
docker: When creating networks, use MTU of built-in bridge network
2020-10-23 18:16:31 -05:00
Ilya Zuyev 6b3bf1fee5 Add docker machine to cert hosts 2020-10-23 15:05:31 -07:00
Medya Gh 9f729ac041 readability 2020-10-23 15:04:13 -07:00
Medya Gh 43c2a5cd0c dont pass mtu if 0 2020-10-23 14:54:49 -07:00
Medya Gh 4993dc6ed7 log 2020-10-23 14:25:00 -07:00
Medya Gh 1dd5583ce3 template 2020-10-23 14:07:20 -07:00
Medya Gh aa97aca2ff make struct for netinfo 2020-10-23 13:45:25 -07:00
Priya Wadhwa 20db128cb8 add warning 2020-10-23 13:10:01 -07:00
Medya Gh 94485d5a19 lint 2020-10-23 12:47:51 -07:00
Medya Gh cde546ed80 detect MTU from docker brdige 2020-10-23 12:41:29 -07:00
Predrag Rogic 253b5fbae6
increase logs_test time diff tolerance 2020-10-23 19:23:59 +01:00
Mikhail Zholobov 067ead1841
Do not require "parallels" driver binary since it's built-in to minikube 2020-10-23 19:08:19 +02:00
Mikhail Zholobov 5d6ad5458f
Update "parallels" driver library to the latest
It contains the fix for macOS 11
2020-10-23 19:08:19 +02:00
Mikhail Zholobov f7169e3a3f
Revert "Remove Init function from the parallels driver definition"
This reverts commit 70f4bc7964.
2020-10-23 19:07:53 +02:00
Priya Wadhwa 8b4c48143b implement --docker-network flag 2020-10-23 09:50:23 -07:00
Priya Wadhwa fe2710705e Add --docker-network flag 2020-10-23 09:31:33 -07:00
Anders F Björklund 4c54e78681 Add docker.io repo prefix to the dashboard images
Other CRI might have other registries as default

So explicitly show that they are from Docker Hub
2020-10-23 12:08:46 +02:00
Anders F Björklund 716d793990 Add support for podman v2 to podman-env command
Podman v1 (like 1.9.3) uses the varlink bridge,
while podman v2 (like 2.1.x) uses a REST API.

Both are using ssh for their transport, but the
environment variables exported are different.
2020-10-23 11:46:45 +02:00
Ilya Zuyev 6e02753204 Forward ports for docker machine on Linux 2020-10-22 22:41:58 -07:00
Ilya Zuyev 89bf9ac01c Update certs and API endpoints 2020-10-22 22:10:07 -07:00
zouyu 3130c9fce0 Add unit test
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
2020-10-23 10:13:38 +08:00
Medya Gh 50a04a49d4 try 2020-10-22 17:33:33 -07:00
Medya Gh bfa83ff602 fix option 2020-10-22 16:56:13 -07:00
Medya Gh a6e5fb89d5 lower mtu for cloud shell 2020-10-22 16:05:06 -07:00
Medya Ghazizadeh 92483356f3
Merge pull request #9505 from tstromberg/hush-flannel
Omit error message if 100-crio-bridge.conf has already been disabled
2020-10-22 15:53:18 -05:00
Ilya Zuyev eaa9ecfd31 Experiments 2020-10-22 13:41:01 -07:00
Ilya Zuyev 34a2dc7686 Delete test file 2020-10-22 13:37:05 -07:00
Medya Ghazizadeh 103c98e953
Merge pull request #9494 from legal90/fix-parallels-rpc
Remove Init function from the parallels driver definition
2020-10-21 14:47:34 -05:00
Medya Ghazizadeh 717b738d6d
Merge pull request #9365 from ilya-zuyev/gh_7422-reuse_hyperkit_driver
hyperkit driver should be happy with current minimum verison
2020-10-21 13:42:05 -05:00
Ilya Zuyev 6c65c5d0ef Log driver version when validating driver 2020-10-21 09:58:20 -07:00
Thomas Stromberg e2fdc077f8 Use 6 minutes, to use the philosophy of doubling timeouts you hit 2020-10-21 09:54:01 -07:00
Thomas Stromberg 20d1645ce7 Wait up to 5 minutes for addon pods, improve error message 2020-10-21 09:44:39 -07:00
Ilya Zuyev 85d45be207 Fix docker-env command 2020-10-20 23:10:08 -07:00
Thomas Stromberg 94e91d7f03 Omit error message if 100-crio-bridge.conf has already been disabled 2020-10-20 17:27:45 -07:00
Priya Wadhwa fd425d6b5e fix klog 2020-10-20 13:56:58 -07:00
Priya Wadhwa 51b9f689b1 replace glog with klog 2020-10-20 13:51:35 -07:00
Priya Wadhwa a54ea82e3b Implement schedule stop for unix 2020-10-20 13:45:59 -07:00
Ilya Zuyev d384343c39 When configuring docker environment, use MINIKUBE_EXISTING_* variables if set 2020-10-19 22:02:42 -07:00
Mikhail Zholobov 70f4bc7964
Remove Init function from the parallels driver definition
That's needed for minikube to stop treating "parallels" as a built-in driver and use RPC calls for calling its functionality
2020-10-19 22:09:49 +02:00
heyf 68e937a730
Update warning message for local proxy. 2020-10-19 16:14:45 +08:00
Sharif Elgamal 14003b0905 Infof->Info 2020-10-16 16:16:38 -07:00
Sharif Elgamal 79c69ab8dd add logging for waiting for worker to register 2020-10-16 16:12:04 -07:00
Sharif Elgamal fc8110f9c8 remove unnecessary sleep in test 2020-10-15 17:58:50 -07:00
Sharif Elgamal 11ff57e8b5 make sure worker nodes actually join control plane on restart 2020-10-15 16:53:13 -07:00
Ilya Zuyev 8db8f55e4e replace glog -> klog 2020-10-15 13:42:23 -07:00
Ilya Zuyev a072e89d99 Merge branch 'master' into gh_7422-reuse_hyperkit_driver 2020-10-15 12:55:44 -07:00
Medya Ghazizadeh 29f00628f5
Merge pull request #9459 from medyagh/stopped_kubelet
new --wait component "kubelet"
2020-10-15 12:25:11 -05:00
Medya Gh 359cc82793 change file name 2020-10-14 15:44:18 -07:00