Commit Graph

7045 Commits (f98b5b85c78cad893f65acfd06330c05c852de1b)

Author SHA1 Message Date
sshukun f98b5b85c7 Fix some typos and improve documents 2020-01-10 17:35:07 +09:00
Thomas Strömberg 885dc8b85b
Merge pull request #6241 from tstromberg/disable-ipv6
Disable IPv6 in the minikube VM until it can be properly supported
2020-01-09 17:17:50 -08:00
Thomas Strömberg ef7469f3f3
Merge pull request #6261 from tstromberg/ssh_mock_race
ssh_mock: Copy buffer to avoid data race
2020-01-09 16:27:46 -08:00
Thomas Strömberg 010338ff99
Merge pull request #6260 from tstromberg/service_test_race
De-parallelize GetServiceURL unit tests: the mocks are not thread safe
2020-01-09 16:07:25 -08:00
Thomas Stromberg 851d1d5d3a ssh_mock: Copy buffer to avoid data race 2020-01-09 16:04:54 -08:00
Thomas Stromberg 8895dacd1a De-parallelize GetServiceURL tests: the mocks are not thread safe 2020-01-09 15:42:05 -08:00
Thomas Strömberg 3ae3db5e1b
Merge pull request #6119 from tstromberg/int-ughs
Address low-hanging integration timeout & image list issues
2020-01-09 15:15:30 -08:00
Thomas Stromberg 9611d7e7e2 Merge branch 'master' into int-ughs-local 2020-01-09 15:09:46 -08:00
Thomas Strömberg 4072f17aa2
Merge pull request #6259 from tstromberg/loop-ref
Create explicit var to avoid incorrect loop iterator reference
2020-01-09 14:50:08 -08:00
Medya Ghazizadeh 727beb50c7
Merge pull request #6240 from tstromberg/bitflip
Fix inverted logic for showing issue link
2020-01-09 14:10:11 -08:00
Medya Ghazizadeh 1d406fbeaf
Merge pull request #6248 from q384566678/fix-proxy_test
proxy_test: improve TestIsValidEnv unit test
2020-01-09 14:09:45 -08:00
Thomas Stromberg c18692f4a7 Create explicit var to avoid incorrect loop iterator reference 2020-01-09 13:51:29 -08:00
Zhou Hao 29deded5f4 proxy_test: improve TestIsValidEnv unit test
Add test under the ture case to complete this unit test.

Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-01-09 13:33:41 +08:00
Thomas Strömberg 359a1c2a83
Merge pull request #6244 from tstromberg/no-elevate
Set CGO_ENABLED=0 when building the storage-provisioner
2020-01-08 15:35:44 -08:00
tstromberg bf0dc79bcd Set CGO_ENABLED=0 to avoid 'standard_init_linux.go:211: exec user process caused no such file or directory' 2020-01-08 14:57:58 -08:00
tstromberg db2d1818bb Disable IPv6 in the minikube VM until it can be properly supported 2020-01-08 14:04:27 -08:00
Medya Ghazizadeh 0ab5bee685
Merge pull request #6234 from laozc/fix-dns-resolve
Fixes busybox nslookup does not support query type
2020-01-08 13:35:59 -08:00
tstromberg f908468bec Fix inverted logic for showing issue link 2020-01-08 13:32:34 -08:00
Thomas Strömberg 03bec81681
Merge pull request #6235 from tstromberg/gvisor-build
Rebuild docker images for each release
2020-01-08 12:06:38 -08:00
Medya Ghazizadeh 6da07be75d
Merge pull request #6175 from q384566678/oci-remove-todo
pkg/drivers/kic/oci: delete TODO info
2020-01-08 10:40:32 -08:00
Medya Ghazizadeh e35b83e6df
Merge pull request #6230 from q384566678/code-fix
lint change if to swtich
2020-01-08 10:25:14 -08:00
tstromberg 7632ff9731 Rebuild docker images for each release 2020-01-08 09:47:21 -08:00
Zhongcheng Lao f46e11f14a
Fixes busybox nslookup does not support queryt type
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2020-01-08 22:31:45 +08:00
Zhou Hao 7e0b89cc9d code optimization
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-01-08 16:25:11 +08:00
Medya Ghazizadeh 444b36161b
Merge pull request #6193 from q384566678/oci-status
kic/oci: parse all kind of states
2020-01-07 14:54:42 -08:00
Medya Ghazizadeh b1789b82f8
Merge pull request #6210 from afbjorklund/crio-v1.16.1
Upgrade crio to 1.16.1
2020-01-07 14:53:30 -08:00
Medya Ghazizadeh 91af8032d5
Merge pull request #6212 from truongnh1992/update-link
Docs: Refer links to ingress-minikube
2020-01-07 13:29:54 -08:00
Medya Ghazizadeh 4dd8498ff1
Merge pull request #6209 from afbjorklund/runc-version
Fix the version number output of runc
2020-01-07 13:28:58 -08:00
Medya Ghazizadeh 19e7ea4c40
Merge pull request #6217 from tiendc/unit_test_config_get
Add unit test for cmd/minikube/cmd/config/get.go
2020-01-07 11:48:11 -08:00
Medya Ghazizadeh 94cc704f1b
Merge pull request #6208 from afbjorklund/podman-1.6.4
Upgrade podman to 1.6.4
2020-01-07 11:47:24 -08:00
Medya Ghazizadeh be79843f75
Merge pull request #6214 from laozc/hostport-join
Fixes IPv6 address handling in kubeadm
2020-01-07 11:45:32 -08:00
Medya Ghazizadeh d23b446d2e
Merge pull request #6218 from afbjorklund/reportcard-minor
Improve reportcard by refactoring and commenting
2020-01-07 11:42:55 -08:00
Medya Ghazizadeh 9dc78fb9a8
Merge pull request #6224 from tiendc/unit_test_config_set
Add unit test for cmd/minikube/cmd/config/set.go
2020-01-07 11:41:57 -08:00
Dao Cong Tien 60f514c0a5 Add unit test for cmd/minikube/cmd/config/set.go
Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>
2020-01-07 14:02:05 +07:00
Thomas Strömberg af4ee5cf1f
Merge pull request #6124 from priyawadhwa/addon-per-profile-refactor
Enable or disable addons per profile
2020-01-06 16:33:01 -08:00
Priya Wadhwa 6ad7e4a9a0 address code review comments
add better error handling and remove duplication in enableOrDisableAddonsInternal
2020-01-06 13:42:09 -08:00
Anders F Björklund ea7a2d7e33 Improve reportcard by refactoring and commenting
golint: 99%
	pkg/minikube/localpath/localpath.go
		Line 64: warning: comment on exported function SanitizeCacheDir should be of the form "SanitizeCacheDir ..." (golint)
gocyclo: 99%
	pkg/minikube/cluster/cluster.go
		Line 422: warning: cyclomatic complexity 16 of function createHost() is high (> 15) (gocyclo)
	cmd/minikube/cmd/start.go
		Line 276: warning: cyclomatic complexity 18 of function runStart() is high (> 15) (gocyclo)
		Line 742: warning: cyclomatic complexity 18 of function validateFlags() is high (> 15) (gocyclo)
2020-01-06 13:39:55 +01:00
Dao Cong Tien 743c67d40e Add unit test for cmd/minikube/cmd/config/get.go
Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>
2020-01-06 18:49:31 +07:00
Anders Björklund 06b1cf393a
Merge pull request #6207 from afbjorklund/reportcard-ineffassign
Minor: change assignment to declaration
2020-01-06 10:14:42 +01:00
Kubernetes Prow Robot ecdd9a4a86
Merge pull request #6215 from longkb/remove_duplicated_words
Remove duplicated words
2020-01-06 01:13:34 -08:00
Kim Bao Long f388f69220 Remove duplicated words
Although it is spelling mistakes, it might make an affects while reading.

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
2020-01-06 15:54:27 +07:00
Zhongcheng Lao 5f8a4503eb
Fixes IPv6 address handling in kubeadm
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2020-01-05 23:37:00 +08:00
Nguyen Hai Truong 255e62ef8e Docs: Refer links to ingress-minikube
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2020-01-05 11:05:06 +07:00
Anders F Björklund c8b30a566d Fix the version number output of runc
And make the build more standardized, use the make target
2020-01-04 15:55:27 +01:00
Anders F Björklund aaca78e249 Upgrade crio to 1.16.1 2020-01-04 15:06:14 +01:00
Anders F Björklund a8d8147477 Upgrade podman to 1.6.4 2020-01-04 13:51:19 +01:00
Anders F Björklund 81622e2a00 Minor: change assignment to declaration
"warning: ineffectual assignment to updated (ineffassign)"
2020-01-04 10:23:16 +01:00
Anders Björklund ca5213b2f4
Merge pull request #6199 from afbjorklund/buildroot-2019.02.8
Upgrade buildroot minor version
2020-01-04 10:00:34 +01:00
priyawadhwa 5f0ba5492d
Merge pull request #6191 from q384566678/fix-typo
Fix a typo 'the the' -> 'the'
2020-01-02 19:52:12 -08:00
Zhou Hao 62bfc39404 Fix comment
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-01-03 09:31:55 +08:00