Commit Graph

8051 Commits (54df61d67773d142fa70aefdb849b757db9d12c1)

Author SHA1 Message Date
Medya Gh 54df61d677 point to host daemon more places 2020-03-04 10:37:10 -08:00
Medya Gh 5c5bfa7ef5 point to right docker 2020-03-04 10:27:56 -08:00
Medya Gh 6a62046e62 add warning and point to right docker 2020-03-04 10:22:20 -08:00
Medya Ghazizadeh 3ba072c13d
Merge pull request #6878 from ulm0/skip-phases
skip phases in cmd whitelist for kubeadm
2020-03-04 00:04:37 -08:00
Pierre Ugaz a92e670642
skip phases in cmd whitelist for kubeadm
Signed-off-by: Pierre Ugaz <ulm0@innersea.xyz>
2020-03-04 02:59:18 -03:00
Medya Ghazizadeh aa02c106c3
Merge pull request #6875 from josedonizetti/fix-delete-all-cmd
Fix delete --all if using non default profile
2020-03-03 17:59:07 -08:00
Jose Donizetti a269de762f Fix delete --all if using non default profile 2020-03-03 20:41:24 -03:00
priyawadhwa 22ca04aa80
Merge pull request #6720 from priyawadhwa/preload-images-into-docker-volume
Preload images into docker volume
2020-03-03 10:25:01 -08:00
Medya Ghazizadeh 6affbc3209
Merge pull request #6867 from josedonizetti/fix-kic-service-warn-message
kic: Fix service warn message on docker/osx
2020-03-03 10:16:19 -08:00
Medya Ghazizadeh 4d08ec6216
Merge pull request #6847 from josedonizetti/kic-tunnel-improve-error-message
kic: improve error message for service not found
2020-03-03 10:14:51 -08:00
Jose Donizetti f679db1d09 kic: Fix service warn message on docker/osx 2020-03-03 10:03:52 -03:00
Priya Wadhwa 5d1628113a use docker command line to check if image exists, since it is much faster than go-containerregistry 2020-03-02 17:30:26 -08:00
Priya Wadhwa 3d291fd69e Only add necessary directories to tarball 2020-03-02 17:20:46 -08:00
Priya Wadhwa 59615132a8 Include container runtime and tarball version in preloaded tarball name 2020-03-02 17:04:50 -08:00
Priya Wadhwa 26de14676d Add integration test for docker download only 2020-03-02 16:54:05 -08:00
Priya Wadhwa 05a46f6526 remove unnecessary PreloadedVolume 2020-03-02 16:17:35 -08:00
Medya Ghazizadeh 682b8edc7e
Merge pull request #6864 from sharifelgamal/docker-info
add docker info to github actions
2020-03-02 15:30:33 -08:00
Sharif Elgamal d78c28dd24
add docker info to github actions 2020-03-02 15:25:20 -08:00
Priya Wadhwa 4996b14a28 check for preloaded images before loading again 2020-03-02 15:10:40 -08:00
Priya Wadhwa 481010d8dc added overlay2 to preloaded images tarball name 2020-03-02 14:10:41 -08:00
Priya Wadhwa d6e94c1ee4 remove unused functions 2020-03-02 13:54:35 -08:00
Priya Wadhwa 742b3e44d6 remove transfer binaries 2020-03-02 13:53:23 -08:00
Priya Wadhwa 095b4b4596 small fixes 2020-03-02 13:51:44 -08:00
Priya Wadhwa 474561d082 remove unused functions 2020-03-02 13:48:18 -08:00
Priya Wadhwa 697359b4f3 Fixed lint 2020-03-02 13:37:22 -08:00
Priya Wadhwa 333caffa49 Merge branch 'master' of https://github.com/kubernetes/minikube into preload-images-into-docker-volume 2020-03-02 13:33:30 -08:00
Priya Wadhwa 6b0e942e7e Rebased on master 2020-03-02 13:33:27 -08:00
Medya Ghazizadeh 16388a2adc
Merge pull request #6858 from afbjorklund/ssh-native
Fix native-ssh flag for the ssh command
2020-03-02 13:19:34 -08:00
Anders F Björklund fd99260ae7 Fix native-ssh flag for the ssh command 2020-03-02 19:12:04 +01:00
Jose Donizetti b8941d4f9e
Merge pull request #6835 from kschaab/patch-1
doc: minikube tunnel command runs as a process in the same terminal
2020-03-01 21:17:07 -03:00
Medya Ghazizadeh cc1b515a5d
Merge pull request #6849 from afbjorklund/golangci-docker
Allow running lint (golangci-lint) using docker
2020-03-01 15:29:32 -08:00
Medya Ghazizadeh 6054065bc8
Merge pull request #6853 from prasadkatti/patch-1
minor fix in roadmap doc
2020-03-01 15:28:54 -08:00
Prasad Katti 07d1402588
minor fix in roadmap doc 2020-03-01 13:11:49 -08:00
Medya Ghazizadeh 92fe4dd28f
Merge pull request #6845 from josedonizetti/change-service-wait-interval-defaults
Change service wait and interval defaults
2020-03-01 11:49:33 -08:00
Anders F Björklund d8e203e325 Don't download the golangci-lint binary for docker
It will instead download the golangci/golangci-lint docker image
2020-03-01 12:24:46 +01:00
Anders F Björklund 21e5e1873d Skip native drivers when running lint in docker
They require libvirt and hyperkit host packages installed
2020-03-01 12:24:23 +01:00
Anders F Björklund 6d1612f899 Allow running lint (golangci-lint) using docker 2020-03-01 12:23:23 +01:00
Medya Ghazizadeh 4f1a16385b
Merge pull request #6846 from josedonizetti/refactor-kic-tunnel-out-pkg
refactor kic tunnel to use out pkg
2020-02-29 22:27:42 -08:00
Jose Donizetti a36b4bd5b0 kic: improve error message for service not found 2020-02-29 21:32:50 -03:00
Jose Donizetti 960d402e1e refactor kic tunnel to use out pkg 2020-02-29 21:10:00 -03:00
Jose Donizetti d6e414326c Change service wait and interval defaults 2020-02-29 20:26:20 -03:00
Medya Ghazizadeh 7a552e9f93
Merge pull request #6842 from afbjorklund/nslookup-host
Add fallback command when nslookup is missing
2020-02-29 09:50:32 -08:00
Medya Ghazizadeh 37638d3d52
Merge pull request #6841 from afbjorklund/docker-api
Negotiate Docker API Version before image query
2020-02-29 09:49:10 -08:00
Anders F Björklund da1ee8bcae Add fallback command when nslookup is missing
The "dnsutils" package with nslookup is not installed in all
installations, but the node can still resolve DNS lookups...

Also restore the correct order of the type parameter, that
was lost in a previous commit (when changing from querytype).
2020-02-29 18:31:45 +01:00
Anders F Björklund df70b7900d Negotiate Docker API Version before image query
Avoids error working with older Docker daemons
    Error response from daemon:
        client version 1.41 is too new.
        Maximum supported API version is 1.39
2020-02-29 14:04:41 +01:00
Keith Schaab 44467579a6
Update loadbalancer.md 2020-02-28 14:02:16 -08:00
Keith Schaab f02a0a53b7
Update loadbalancer.md 2020-02-28 14:00:49 -08:00
Medya Ghazizadeh 83dd0dbe26
Merge pull request #6833 from josedonizetti/kic-fix-unprivileged-port-bind
kic: fix unprivileged port bind tunnel docker for mac
2020-02-28 13:55:25 -08:00
Jose Donizetti 11c0612b5c kic: only ask sudo for privileged ports tunnel docker for mac 2020-02-28 18:34:10 -03:00
Keith Schaab 71a83acabb
Update loadbalancer.md 2020-02-28 12:39:21 -08:00