Commit Graph

7030 Commits (f80572bb4c99f4bcfa1cd2a0587f63d1f5cdacbc)

Author SHA1 Message Date
Medya Gh f80572bb4c code review 2020-01-07 13:59:41 -08:00
Medya Gh 07c0e32954 improve kic image 2020-01-07 13:54:00 -08:00
Medya Gh 77394db9aa add Dockerfile for kic images 2020-01-07 13:54:00 -08:00
Medya Gh 618b150bcd fix setup kubeconfig for kic 2020-01-07 13:54:00 -08:00
Medya Gh d76eb6d28c use net join for kubeconfig port 2020-01-07 13:54:00 -08:00
Medya Gh a64a2721d5 Add localhost to ca cert 2020-01-07 13:54:00 -08:00
Medya Gh d298593d8a refactor api server verification 2020-01-07 13:54:00 -08:00
Medya Gh e9b7451278 auto set podsubnet for kic improve none auto set 2020-01-07 13:54:00 -08:00
Medya Gh ae45bb75e3 add podsubnet to all tempaltes 2020-01-07 13:54:00 -08:00
Medya Gh 860ce25bf2 Add podSubnet to templates 2020-01-07 13:54:00 -08:00
Medya Gh 4dd9866e9d Add addons to kic too 2020-01-07 13:54:00 -08:00
Medya Gh c7bc61af2c Add overlay network for kic 2020-01-07 13:54:00 -08:00
Medya Gh 6cf2554877 add flag for kic host binding port 2020-01-07 13:54:00 -08:00
Medya Gh 35c47b9dc4 Ignore iptables for kic and fix chmod +x permission 2020-01-07 13:53:19 -08:00
Medya Gh ea207b34a1 add output to logs kubeadm init 2020-01-07 13:53:19 -08:00
Medya Gh 0b85aa9daf Add start restart to kic bs 2020-01-07 13:53:19 -08:00
Medya Gh 08c715af8b move verify clusters to its own package 2020-01-07 13:53:19 -08:00
Medya Gh af1b77a164 implement pull images for kicbs 2020-01-07 13:52:47 -08:00
Medya Gh 1de4adf273 Implement images list for kic 2020-01-07 13:52:47 -08:00
Medya Gh ac97b51058 implement setup certs for kicbs 2020-01-07 13:52:47 -08:00
Medya Gh a358aff093 fix ocibinary 2020-01-07 13:52:47 -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 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
Medya Ghazizadeh 72ea2047a2
Merge pull request #6183 from afbjorklund/systemd-amd
Add systemd patch for booting on AMD Ryzen
2020-01-02 16:15:50 -08:00
Priya Wadhwa 885ec3c725 Don't run TestAddons in parallel with other tests, virtualbox on linux complains 2020-01-02 10:50:11 -08:00
priyawadhwa 279b94c055
Merge pull request #6176 from ydcool/translation-zh
update zh translation
2020-01-02 10:36:40 -08:00
Anders F Björklund 9e990f6b87 Upgrade buildroot minor version 2020-01-02 12:52:23 +01:00
Medya Ghazizadeh 4ab2cfdf87
Merge pull request #6188 from GennadySpb/patch-1
Update hyperkit.md (fix typo)
2020-01-01 22:14:19 -08:00
GennadySpb 42932b223c
Update hyperkit.md 2019-12-31 19:43:14 +03:00