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
655da9091c
Make helper function less generic, to please lint
...
`getCommandPath` - `cmd` always receives `"crictl"` (unparam)
2020-01-06 18:33:07 +01:00
Anders F Björklund
4d0446afa5
Use absolute path, when calling the crictl command
...
To work on CentOS, which has a weird path in sudo
2020-01-06 16:55:05 +01:00
Anders F Björklund
118451f4b2
Refactor: move usage of crictl to cruntime package
...
We don't want the crictl or docker commands outside
2020-01-06 15:55:10 +01:00
Anders F Björklund
723f1f941b
Update the crio.conf instead of overwriting it
...
We are only changing one config value, anyway
2020-01-06 15:19:57 +01:00
Anders F Björklund
024dfe18dc
Refactor: move the crio config to the crio runtime
...
For some reason it was left with the generic CRI
2020-01-06 14:55:18 +01: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
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
Zhou Hao
c1859c44e3
kic/oci: parse all kind of states
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-01-02 14:16:54 +08: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
Medya Ghazizadeh
e5f5abda89
Merge pull request #6179 from q384566678/fix-pause
...
pkg/drivers/kic: fix wrong command in Unpause
2019-12-30 18:42:28 -08:00
Medya Ghazizadeh
d0ec905abb
Merge pull request #6174 from q384566678/oci-info-fix
...
fix kic status comments
2019-12-30 18:41:25 -08:00
Medya Ghazizadeh
630357d80f
Merge pull request #6169 from ttonline6/fix_nvidia
...
fix nvidia GPU docs
2019-12-30 18:40:06 -08:00
Priya Wadhwa
44cde7767f
update gvisor addon test now that addons are per profile
2019-12-30 16:31:59 -05:00
Priya Wadhwa
1126f26197
Parallelize test again, running locally with virtualbox on macOS was successful
2019-12-30 14:21:23 -05:00
Anders F Björklund
bee6dc1a5d
Add systemd patch for booting on AMD Ryzen
...
https://github.com/systemd/systemd/pull/12536
Backported to systemd version 240 for Ubuntu:
[ Jeremy Soller ]
* random-util: eat up bad RDRAND values seen on AMD CPUs.
This fixes AMD Ryzen 3000 series failing to boot (LP: #1835809 )
2019-12-30 18:59:56 +01:00
Priya Wadhwa
e47cde6ae4
Rebased on master, moved istio addon into new package
2019-12-30 10:10:05 -05:00
Zhou Hao
9c4e3fbd3c
pkg/drivers/kic: fix wrong command in Unpause
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2019-12-30 15:54:48 +08:00
Dominic Yin
e8e4f6f120
update zh translation
...
Signed-off-by: Dominic Yin <yindongchao@inspur.com>
2019-12-30 15:38:56 +08:00
Zhou Hao
ae61e56594
pkg/drivers/kic/oci: fix Status info
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2019-12-30 15:21:03 +08:00
Zhou Hao
aa52255be0
pkg/drivers/kic/oci: delete TODO info
...
When the docker exit status is 125, it is not entirely certain that it is caused by duplicate names.There may also be other errors.
e.g:
➜ minikube git:(oci-remove-todo) ✗ docker run -itzz
unknown shorthand flag: 'z' in -zz
See 'docker run --help'.
➜ minikube git:(oci-remove-todo) ✗ echo $?
125
So delete this TODO info.
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2019-12-30 14:43:11 +08:00