Commit Graph

12913 Commits (9e5beb4e37298d296694cd7339740e336c62a653)

Author SHA1 Message Date
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
Medya Ghazizadeh 114faa7d97
Merge pull request #9797 from msedzins/issue_9335
Ability to use a custom TLS certificate with the Ingress
2020-12-04 12:45:51 -08:00
Medya Ghazizadeh a6d56c61e9
Merge pull request #9852 from prezha/fix-update-scripts
fix GHReleases() to use rls tag name instead of rls name for rls version
2020-12-04 12:37:38 -08:00
Medya Ghazizadeh 9c3c127ced
Merge pull request #9853 from prezha/hack-update--gopogh-version
add script to automate gopogh version update
2020-12-04 12:20:57 -08:00
Priya Wadhwa ab1d2e474a don't fail if one container runtime fails 2020-12-04 11:36:16 -08:00
priyawadhwa 7dc52c4e03
Merge pull request #9854 from priyawadhwa/container-runtimes
Collect metrics for each container runtime
2020-12-04 11:13:59 -08:00
Priya Wadhwa e38a97c718 collect metrics for each container runtime 2020-12-04 11:09:15 -08:00
alonyb b6ee8f2f67 remove old versions of the spinner 2020-12-04 12:01:49 -05:00
alonyb 994ff36e30 restore break line 2020-12-04 11:24:36 -05:00
alonyb 6e37ffb671 change spinner module version 2020-12-04 11:24:21 -05:00
Predrag Rogic e442cdef22
restrict cleanup only to jenkins and root user 2020-12-04 15:17:51 +00:00
Predrag Rogic 934a0bf50f
add script to automate gopogh version update 2020-12-04 12:40:18 +00:00
Predrag Rogic c343113d68
add script to automate gopogh version update 2020-12-04 12:37:55 +00:00
Predrag Rogic 9f5d501509
add script to automate gopogh version update 2020-12-04 12:31:10 +00:00
Predrag Rogic bbd0529f4b
fix GHReleases() to use release tag name instead of release name for release version 2020-12-04 12:12:31 +00:00
alonyb f37a4aaa14 remove windows break line 2020-12-04 06:32:19 -05:00
alonyb ead02fde4e remove unnecesary file 2020-12-04 06:28:26 -05:00
alonyb 88947d6e0f add break line in windows case 2020-12-04 06:26:29 -05:00
Medya Ghazizadeh 0a4f2930e3
Merge pull request #9832 from lingsamuel/fix-node-start-step
Fix missing InitialSetup in `node start`
2020-12-04 00:45:33 -08:00
Ilya Zuyev 68a1b54112 set currentstep for DownloadProgress 2020-12-03 17:46:41 -08:00
Ling Samuel 8c2e03b2a7
Fix missing InitialSetup in `node start`
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2020-12-03 11:22:44 +08:00
Medya Ghazizadeh 8fc54b430b
Merge pull request #9716 from afbjorklund/podman-network
Add private network implementation for podman
2020-12-02 14:16:41 -08:00
Medya Ghazizadeh c90956172c
Merge pull request #9822 from medyagh/storage_prov_v4
bump storage provsioner to multi arch
2020-12-02 13:57:37 -08:00
priyawadhwa fe595efec0
Merge pull request #9824 from priyawadhwa/add-metrics
Add --label flag so we can add custom labels to metric collection
2020-12-02 13:18:36 -08:00
Medya Gh 8916ac46ea update storage provsioner 2020-12-02 13:08:54 -08:00
Medya Ghazizadeh 7f5ac8e2fe
Merge pull request #9823 from edtrist/docs-copy-button
Add a button to copy the command to the browser on the docs site
2020-12-02 12:01:47 -08:00
Priya Wadhwa 89bb352c6d specify temp file via flag and don't run infintely 2020-12-02 11:11:23 -08:00
alonyb 65dc5b8079 add spinner library to mod 2020-12-02 01:24:41 -05:00