Commit Graph

8554 Commits (31dec90cc890faaad2b5db7d7075fa331f9c5fa4)

Author SHA1 Message Date
Sharif Elgamal f387032d7f Merge branch 'master' of github.com:kubernetes/minikube into m2 2020-03-16 15:32:56 -07:00
Medya Ghazizadeh 82900a7811
Merge pull request #7030 from wallrj/7028-kubeadm-v1beta2-extra-config-controller-manager
Remove controllerManager from the kubeadm v1beta2 template
2020-03-16 13:39:54 -07:00
Sharif Elgamal 376111bae8 fix unit tests pt 2 2020-03-16 12:38:59 -07:00
Sharif Elgamal c1c2653879 fix unit tests 2020-03-16 12:25:59 -07:00
Sharif Elgamal 577dfa3393 it works again 2020-03-16 11:53:07 -07:00
Priya Wadhwa 316eef44d1 Run preloaded images release script in jenkins 2020-03-16 10:44:19 -07:00
Sharif Elgamal 74b1f34715 Merge branch 'master' of github.com:kubernetes/minikube into m2 2020-03-16 10:01:38 -07:00
jumahmohammad a350bf06b1 updated French translation 2020-03-15 13:48:50 +00:00
Anders F Björklund dc6b9bae2b Add basic unit test for image mirror country 2020-03-15 13:47:56 +01:00
Anders F Björklund e7af223d72 Strip the version prefix before calling semver 2020-03-15 12:31:14 +01:00
Medya Ghazizadeh bf1b6d799c
Merge pull request #7048 from afbjorklund/reportcard-1.8.2
Improve reportcard for the v1.8.2 release
2020-03-14 19:22:24 -07:00
Medya Ghazizadeh 1be289b5e9
Merge pull request #7051 from vikkyomkar/issue-7029
Function name "HostPortBinding" changed to "ForwardedPort
2020-03-14 19:21:01 -07:00
Medya Ghazizadeh 0bd6323c29
Merge pull request #7035 from afbjorklund/goflags
Add makefile parameter for adding go build args
2020-03-14 09:15:25 -07:00
vikkyomkar f54af5d684 function name HostPortBinding changed to ForwardedPort 2020-03-14 21:28:12 +05:30
Vikky Omkar 6ec3fca13e
Merge pull request #2 from kubernetes/master
Code rebase
2020-03-14 21:12:44 +05:30
Anders F Björklund 5987a390e7 Improve reportcard for the v1.8.2 release
gofmt: 99%
	pkg/minikube/docker/store_test.go
		Line 1: warning: file is not gofmted with -s (gofmt)
golint: 99%
	pkg/minikube/cruntime/docker.go
		Line 40: warning: exported type ErrISOFeature should have comment or be unexported (golint)
		Line 44: warning: exported function NewErrISOFeature should have comment or be unexported (golint)
gocyclo: 99%
	cmd/minikube/cmd/start.go
		Line 801: warning: cyclomatic complexity 18 of function generateCfgFromFlags() is high (> 15) (gocyclo)
2020-03-14 14:25:50 +01:00
Anders Björklund 359f846ef3
Merge pull request #7049 from afbjorklund/unused-machineDirs
Remove now unused machineDirs function
2020-03-14 14:19:17 +01:00
Anders F Björklund 8447f0f6ce Remove now unused machineDirs function 2020-03-14 14:10:29 +01:00
Medya Ghazizadeh 75ba4c27df
Merge pull request #7043 from tstromberg/lz4-missing
Delete: output underlying status failure, better machine function names
2020-03-13 18:38:24 -07:00
Medya Ghazizadeh df44b7b51e
Merge pull request #7045 from tstromberg/182-changes
Add some color and detail to v1.8.2 changelog
2020-03-13 18:12:43 -07:00
Sharif Elgamal c3b56b6466 let's rearrange a bunch of code 2020-03-13 18:08:10 -07:00
Medya Ghazizadeh 06387461c2
Merge pull request #7041 from tstromberg/better-status-msg2
status: error properly if cluster does not exist
2020-03-13 18:03:34 -07:00
Thomas Stromberg cb601f7f7a Merge conflict 2020-03-13 17:13:03 -07:00
Thomas Strömberg c2f0cf061e
Merge pull request #7038 from priyawadhwa/changelog
Add two missing bugs to changelog
2020-03-13 17:11:24 -07:00
Thomas Stromberg 0599392cb0 Add some color and detail to v1.8.2 changelog 2020-03-13 16:29:08 -07:00
Priya Wadhwa 6128767779 Add preload bug to changelog 2020-03-13 16:28:05 -07:00
Thomas Stromberg 895967235a Improve error message output 2020-03-13 16:18:14 -07:00
Priya Wadhwa 8b364befc0 Remove unused variables from Makefile 2020-03-13 16:10:55 -07:00
Priya Wadhwa a83478f268 Add running preload release script to github actions 2020-03-13 16:10:44 -07:00
Priya Wadhwa 9c8102dd58 Refactor preload_images.go to generate and upload a preloaded tarball
This script is now responsible for making sure that the DefaultK8sVersion, NewestK8sVersion, and OldestK8sVersion supported by minikube have preloaded tarballs. It will be run on every PR as an automated release script for preloaded tarballs.
2020-03-13 16:05:46 -07:00
Thomas Stromberg b0e4b32805 Correct name variable 2020-03-13 16:00:30 -07:00
Thomas Stromberg 9fa98a834b status: properly state if cluster does not exist 2020-03-13 15:58:14 -07:00
Thomas Stromberg 196a8d7b82 Delete: output underlying status failure, refactor wordy code 2020-03-13 15:51:03 -07:00
Anders Björklund 5986083ca0
Merge pull request #7040 from afbjorklund/docker-19.03.8
Upgrade Docker, from 19.03.7 to 19.03.8
2020-03-13 23:40:47 +01:00
Sharif Elgamal d98ebcfb68 lint 2020-03-13 15:32:14 -07:00
Anders F Björklund 94083d85e2 Upgrade Docker, from 19.03.7 to 19.03.8 2020-03-13 23:30:46 +01:00
Anders Björklund 1e484b9539
Merge pull request #6939 from afbjorklund/docker-19.03.7
Upgrade Docker, from 19.03.6 to 19.03.7
2020-03-13 23:30:09 +01:00
Sharif Elgamal 36089037d9 Merge branch 'master' of github.com:kubernetes/minikube into m2 2020-03-13 15:24:07 -07:00
Medya Ghazizadeh fb2ec883b4
Merge pull request #6949 from afbjorklund/go-1.13.8
Upgrade go version 1.13.6 -> 1.13.8
2020-03-13 15:14:00 -07:00
Priya Wadhwa 2cc9ddbea0 add hyperv bug fix to changelog 2020-03-13 15:04:52 -07:00
Sharif Elgamal a9b73b8ba3 fixing up minikube start path 2020-03-13 15:03:19 -07:00
Medya Ghazizadeh d4860fe3f9
Merge pull request #7034 from minikube-bot/jenkins-releases.json-v1.8.2
update releases.json to include v1.8.2
2020-03-13 14:56:38 -07:00
Anders F Björklund cc72fdb535 Add makefile parameter for adding go build args
For instance -v (verbose) or -work (show $WORK)
2020-03-13 22:38:56 +01:00
minikube-bot 17a5a13ecf Update releases.json to include v1.8.2 2020-03-13 14:33:01 -07:00
priyawadhwa eb13446e78
Merge pull request #7033 from priyawadhwa/release
Release minikube v1.8.2
2020-03-13 14:23:48 -07:00
Priya Wadhwa 1372c4742d Update to minikube v1.8.2 2020-03-13 14:21:49 -07:00
Medya Ghazizadeh 6d16146cb7
Merge pull request #7021 from medyagh/reload_dameojn
Fix dockerd internal port changing on restart
2020-03-13 14:15:05 -07:00
priyawadhwa e46547d73e
Merge pull request #6914 from priyawadhwa/ebpf-doc
Add doc for running ebpf based tools in minikube
2020-03-13 14:14:21 -07:00
Priya Wadhwa 29db560be7 Updated doc to use tarball of necessary kernel headers 2020-03-13 13:25:04 -07:00
Priya Wadhwa fdf4104873 Merge branch 'master' of https://github.com/kubernetes/minikube into ebpf-doc 2020-03-13 13:18:06 -07:00