Sharif Elgamal
c1486f3f65
reduce hyperkit tests to functional
2020-12-08 16:08:44 -08:00
Medya Gh
c6badf60a4
update docs
2020-12-08 13:50:41 -08:00
Medya Gh
0e85b1819a
bump kic base on head
2020-12-08 13:49:17 -08:00
alonyb
e09dcaa941
Merge branch 'w/add-spinner' of https://github.com/alonyb/minikube into w/add-spinner
2020-12-08 16:46:10 -05:00
alonyb
a763e05b16
change bool to second parameter
2020-12-08 16:46:02 -05:00
priyawadhwa
83f9bd1df3
Merge pull request #9793 from tharun208/feat/show_scheduled_stop_status
...
feat(minikube) display scheduledstop status in minikube status
2020-12-08 11:42:06 -08:00
Ruben Baez
b330cdb29c
Merge branch 'master' into w/add-spinner
2020-12-08 14:39:44 -05:00
alonyb
6b89930222
add older lines in go sum
2020-12-08 14:37:00 -05:00
Medya Ghazizadeh
47217f4c88
Merge pull request #9635 from afbjorklund/podman2-iso
...
ISO: Upgrade podman to version 2.2.0 and remove varlink
2020-12-08 10:30:34 -08:00
Medya Ghazizadeh
3e670f24e0
Merge pull request #9789 from tharun208/fix/config_memory
...
fix unable to set memory in config
2020-12-08 10:29:11 -08:00
Medya Ghazizadeh
4a0382fe72
Merge pull request #9636 from afbjorklund/podman2-kic
...
KIC: Upgrade podman to version 2.2.0 and remove varlink
2020-12-08 10:28:14 -08:00
Medya Ghazizadeh
0898ca21e4
Merge pull request #9801 from afbjorklund/podman-env-existing
...
Add support for restoring existing podman env
2020-12-08 10:25:50 -08:00
Medya Ghazizadeh
0223a6f648
Merge pull request #9859 from afbjorklund/linux-arch
...
Add linux packages for the arm64 architecture
2020-12-08 10:24:27 -08:00
Medya Ghazizadeh
a128bbbbd1
Merge pull request #9819 from afbjorklund/virtualbox-amd64
...
Debian installer: only recommend virtualbox when running on amd64
2020-12-08 10:23:15 -08:00
Medya Ghazizadeh
3fe2a3c81e
Merge pull request #9863 from afbjorklund/kicbase-201106
...
Upgrade kicbase to ubuntu:focal-20201106
2020-12-08 10:18:52 -08:00
Medya Ghazizadeh
268a9386e7
Merge pull request #9844 from ilya-zuyev/gh_9754_downloadprogress_currentstep
...
Set 'currentstep' for PullingBaseImage json event
2020-12-08 10:17:07 -08:00
Medya Ghazizadeh
dd6a445db1
Merge pull request #9861 from afbjorklund/docker-19.03.14
...
Upgrade Docker, from 19.03.13 to 19.03.14
2020-12-08 10:13:06 -08:00
Medya Ghazizadeh
6a0386afd1
Merge pull request #9862 from afbjorklund/buildroot-2020.02.8
...
Buildroot 2020.02.8
2020-12-08 10:12:36 -08:00
Medya Ghazizadeh
254a44ac31
Merge pull request #9867 from afbjorklund/crictl-1.18
...
Update crictl to v1.18.0
2020-12-08 10:07:01 -08:00
Tharun
c6e6f2dc93
added function to check scheduledstop time comparison
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-08 13:09:54 +05:30
alonyb
7a9979b6e7
restore go sum
2020-12-07 14:56:27 -05:00
Sadlil
ff4e7752c0
Fix pod networking for multi node kindnet cni cluster
2020-12-07 15:50:55 +00:00
alonyb
32bb174a9d
fix lint goimports
2020-12-07 09:56:16 -05:00
alonyb
64f4895758
fix lint if statement
2020-12-07 09:55:56 -05:00
alonyb
23dc03c75b
fix delete unittest
2020-12-07 09:55:10 -05:00
Ling Samuel
b9eedce002
Add -n, --node option for `ip` and `ssh-key`
2020-12-07 15:59:49 +08:00
Ilya Zuyev
f0b329142d
Add a comment about new steps
2020-12-06 20:37:38 -08:00
Ilya Zuyev
8e8979cac7
integration: check currentstep field in a subtest
2020-12-06 20:31:45 -08:00
alonyb
f7abca67f7
remove comment line
2020-12-06 21:55:41 -05:00
alonyb
33b6e9a70e
add spinner param in step func
2020-12-06 21:21:25 -05:00
Ling Samuel
278f44899e
Fix `node start` master node
2020-12-07 09:30:35 +08:00
Anders F Björklund
ed66644b68
Update crictl to v1.18.0
2020-12-06 10:02:31 +01:00
Anders F Björklund
d8ceff8779
Bump kernel version for buildroot
2020-12-05 16:38:36 +01:00
Anders F Björklund
756836d16e
Copy kind entrypoint fixes from upstream
2020-12-05 13:56:04 +01:00
Anders F Björklund
1f958c1cd8
Upgrade to latest tag from ubuntu:20.04
2020-12-05 13:44:53 +01:00
Anders F Björklund
d4bdc21ff2
Upgrade buildroot minor version
2020-12-05 13:31:59 +01:00
Anders F Björklund
89c02ceaec
Upgrade Docker, from 19.03.13 to 19.03.14
...
And containerd from 1.3.7 to 1.3.9 as well
2020-12-05 13:28:56 +01:00
Anders F Björklund
45befa0c1d
Merge branch 'master' into docker-env-ssh
2020-12-05 13:07:29 +01:00
Tharun
40cf0dab1c
refractored minikube status function
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 15:50:24 +05:30
Anders F Björklund
318bdcd788
Add linux packages for the arm64 architecture
...
In addition to the already existing amd64 packages
2020-12-05 10:37:59 +01:00
Tharun
c51a20401d
updated scheduled_stop tests
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:52:18 +05:30
Anders F Björklund
ebf37ad15f
Fix whitespace issues in the site content markdown
...
Courtesy of markdownlint, but nothing to show on:
git show --ignore-all-space --ignore-blank-lines
Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...
2020-12-05 10:08:32 +01:00
Tharun
4ca4491124
fixed review feedbacks on clusterstate field and tests
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:34:14 +05:30
Tharun
35e2ce2dcf
added check for timetostop status
2020-12-05 14:33:39 +05:30
Tharun
3f57033c60
added timetostop status in cluster layout
2020-12-05 14:33:39 +05:30
Tharun
81e27dd7b4
fixed review feedbacks
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:33:39 +05:30
Tharun
1b2076122e
feat(minikube) display scheduledstop status in minikube status
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:33:39 +05:30
Anders F Björklund
cd683b3ab5
Fix whitespace issues for goimports
2020-12-05 09:47:29 +01:00
Ilya Zuyev
2188e59133
fix linter error
2020-12-04 13:20:31 -08:00
priyawadhwa
b2e6f2140a
Merge pull request #9856 from priyawadhwa/dont-fail
...
metrics script: don't fail if one container runtime fails
2020-12-04 13:01:16 -08:00