- 23 Dec, 2020 1 commit
-
-
kmova authored
Signed-off-by:
kmova <kiran.mova@mayadata.io>
-
- 18 Dec, 2020 4 commits
-
-
kmova authored
Use the steps at below link to setup automated builds via release-tools. https://github.com/kubernetes-csi/csi-release-tools - add release-tools via git subtree - update Makefile to use the release-tools/make - add cloudbuild links from release-tools - update Dockerfile that can be used for multi-arch by release tools Signed-off-by:
kmova <kiran.mova@mayadata.io>
-
Kubernetes Prow Robot authored
Add GitHub multi-architecture pipeline
-
Moikot authored
-
- 17 Dec, 2020 2 commits
- 16 Dec, 2020 1 commit
-
-
Moikot authored
-
- 15 Dec, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Enable mountOptions from StorageClass to PersistentVolume
-
- 12 Dec, 2020 1 commit
-
-
Yonatan Kahana authored
Signed-off-by:
Yonatan Kahana <yonatankahana.il@gmail.com>
-
- 09 Dec, 2020 1 commit
-
-
Kubernetes Prow Robot authored
cloud build: double the timeout, now 1 hour
-
- 04 Dec, 2020 1 commit
-
-
Patrick Ohly authored
Builds of external-snapshotter sometimes timed out because it builds three images and that takes almost half an hour (the previous limit) and more if the network is slow. There's no good way to set timeouts per repo and a too high timeout for shouldn't cause any issue, therefore the timeout gets increased everywhere.
-
- 02 Dec, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Add a flag to disable leader election
-
- 26 Nov, 2020 3 commits
-
-
Robert Munteanu authored
Related to #20.
-
Kubernetes Prow Robot authored
allow export registry name
-
andyzhangx authored
revert part of change
-
- 18 Nov, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Fix the install of snapshot CRDs and controller
-
xing-yang authored
This PR installs snapshot CRDs and rbac rules from the repo and installs snapshot controller from a local image if it is a PR in external-snapshotter repo. Otherwise it uses main or a stable version.
-
- 13 Nov, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Cleanup
-
- 12 Nov, 2020 3 commits
-
-
xing-yang authored
-
Kubernetes Prow Robot authored
Update snapshot CRD version
-
xing-yang authored
-
- 09 Nov, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Fix README.md formatting and remove duplicated parts
-
- 06 Nov, 2020 1 commit
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
- 01 Nov, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Update path creation and implemented possibility save data after removing PV
-
- 27 Oct, 2020 4 commits
-
-
Kubernetes Prow Robot authored
prow.sh: only run alpha tests for latest Kubernetes release
-
Kubernetes Prow Robot authored
prow.sh: work around "kind build node-image" failure
-
Patrick Ohly authored
Kind 0.9.0 accesses the "bazel-out" directory with a relative path, which only works when the command is invoked inside the Kubernetes source code directory (https://github.com/kubernetes-sigs/kind/issues/1910).
-
Patrick Ohly authored
Commit 7bcee13d added alpha feature gates for Kubernetes 1.19 in the CSI_PROW_E2E_ALPHA_GATES_LATEST variable based on the comment in https://github.com/kubernetes-csi/external-provisioner/pull/493#discussion_r502663402 that alpha testing only runs for the latest Kubernetes. But some components (like external-health-monitor) are configured with a single Prow job which runs the default set of tests on a stable Kubernetes release (currently 1.17). Those tests used to include alpha testing which then broke during Kind cluster startup because the Kubernetes 1.19 feature gates weren't recognized by 1.17. The solution is to disable alpha testing for Kubernetes != latest in the default set of tests.
-
- 26 Oct, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Add go ldflags using LDFLAGS at the time of compilation
-
- 23 Oct, 2020 1 commit
-
-
Abhisek Banerjee authored
-
- 21 Oct, 2020 1 commit
-
-
Kubernetes Prow Robot authored
prow.sh: update to kind 0.9, support Kubernetes 1.19
-
- 20 Oct, 2020 1 commit
-
-
Hanna Bledai authored
-
- 17 Oct, 2020 2 commits
-
-
Patrick Ohly authored
kind 0.9 adds support for recent Kubernetes releases like 1.19 and simplifies configuration of feature gates and runtime config. With Kubernetes 1.19, new feature gates were introduced which might become relevant for the alpha Prow jobs. The updated kind release comes with images for different Kubernetes releases than the one before. To avoid breaking existing jobs, the script now picks kind images automatically. As an additional bonus, it then uses images with hash, i.e. it's less likely to break if those image tags change because of a future kind release.
-
Patrick Ohly authored
Bazel makes sense in the Prow jobs because those often get invoked with a pre-populated Bazel cache. But local invocation don't need it and now can turn it off with CSI_PROW_USE_BAZEL=false.
-
- 14 Oct, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Support for running controller outside of cluster
-
- 13 Oct, 2020 1 commit
-
-
moonek authored
-
- 12 Oct, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Update to snapshot-controller v3.0.0
-
- 09 Oct, 2020 2 commits
-
-
Hanna Bledai authored
-
xing-yang authored
-