Commit Graph

8184 Commits (9ac1ad2a7ea8d2f5b6c82131ddda65e3e76c4935)

Author SHA1 Message Date
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
Anders F Björklund 9b8dbdeba9 Build minikube cross for exotic architectures
Split out the non-amd64 from the linux arch,
and build those "exotic" arch separately.

The default is to build all operating systems,
so restore that definition of the "cross".
2020-02-29 20:45:07 +01: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
Csongor Halmai e6e0e412f6 re-phrasing the advice 2020-02-29 14:39:11 +11:00
Sharif Elgamal 4b902f7e9f
more changes 2020-02-28 15:58:05 -08: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
Jose Donizetti 77fbafb620 kic: fix unprivileged port bind tunnel docker for mac 2020-02-28 17:05:44 -03:00
Medya Ghazizadeh 15dfc5c60f
Merge pull request #6830 from josedonizetti/kic-fix-service-list
kic: fix service list for docker on osx
2020-02-28 11:58:09 -08:00
Jose Donizetti 954f5a6b74 kic: fix service list for docker on osx 2020-02-28 14:57:53 -03:00
Sharif Elgamal 3b04a8d85e initial machine name refactor 2020-02-28 09:50:55 -08:00
Medya Ghazizadeh 3f34e68404
Merge pull request #6774 from vikkyomkar/issue-6767
Fix: do not change the profile to a none existing profile
2020-02-28 09:21:32 -08:00
Medya Ghazizadeh 4677bced26
Merge pull request #6828 from josedonizetti/fix-start-for-existing-profile
Fix start for existing profile
2020-02-28 09:17:23 -08:00
Medya Ghazizadeh 256b90acf0
Merge pull request #6817 from sshukun/fix-addon-disable
Fix: disable a disabled addon cause error
2020-02-28 09:08:27 -08:00
Jose Donizetti c412a8ae44 Fix start for existing profile 2020-02-28 12:53:51 -03:00
Medya Ghazizadeh 3cb2b363ae
Merge pull request #6813 from BlackHole1/master
refactor(i18n): Add some Chinese translations
2020-02-28 07:32:02 -08:00
Csongor Halmai 2d7a30defe fixing typo 2020-02-29 02:12:24 +11:00
Csongor Halmai dc5cd606ae give hint if 'minikube delete' fails deleting the machine directory 2020-02-28 14:47:42 +11:00
Medya Ghazizadeh d19049b3ef
Merge pull request #6811 from josedonizetti/kic-add-cmd-service
kic on mac: add service cmd support
2020-02-27 15:20:12 -08:00
Song Shukun 884c30a5f6 Fix: disable a disabled addon cause error 2020-02-27 19:21:08 +09:00
Black-Hole 551c570189 refactor(i18n): optimizing Chinese translation 2020-02-27 10:41:38 +08:00
Jose Donizetti 5e30d2f8c9 Fix linter 2020-02-26 22:29:28 -03:00
Jose Donizetti 7a6ff58384 kic on mac: improve error reporting service tunnel 2020-02-26 22:21:44 -03:00
Jose Donizetti 5d8f2541f6 kic on mac: add service warn 2020-02-26 22:16:50 -03:00
Jose Donizetti 1752d7c004 kic on mac: add random port support to service cmd 2020-02-26 22:09:48 -03:00
Jose Donizetti 5f73506ff6 Remove old code 2020-02-26 20:51:36 -03:00
Jose Donizetti f390d4bf30 kic on mac: add service cmd support 2020-02-26 20:49:58 -03:00
Medya Ghazizadeh 3cf2c9bbe3
Merge pull request #6807 from medyagh/delete_hang
warn about "stuck docker"  in minikube delete
2020-02-26 14:32:18 -08:00
Medya Ghazizadeh 8f887a5e41
Merge pull request #6810 from josedonizetti/fix-kic-tunnel-known-hosts-issue
tunnel on docker driver on mac: fix known_hosts issue
2020-02-26 14:01:31 -08:00