Commit Graph

271 Commits

Author SHA1 Message Date
zhucan
4f8220979c run 'make -k all test' failed 2019-05-14 18:41:19 +08:00
zhucan
10d6437d60 Merge branch 'master' into status-52 2019-05-14 18:26:07 +08:00
zhucan
95fc4bc56f update snapshot yaml 2019-05-14 18:18:59 +08:00
Kubernetes Prow Robot
567d14c09c Merge pull request #123 from xing-yang/fake
Add groupName in doc.go when generating files
2019-05-10 14:32:13 -07:00
Kubernetes Prow Robot
7030fe062d Merge pull request #122 from xing-yang/update_image_1.1.0
Update deployment images to v1.1.0
2019-05-10 11:56:18 -07:00
Kubernetes Prow Robot
3c03339d2d Merge pull request #119 from zhucan/68
fix TODO use time.Time for createSnapshot & solute conflict
2019-05-09 14:02:50 -07:00
Xing Yang
e49856eb41 Add groupName in doc.go when generating files 2019-05-09 13:40:40 -07:00
zhucan
dd61cbe221 restart external-snapshotter failed 2019-05-08 11:36:18 +08:00
Xing Yang
ae9a5ff9f7 Update deployment images to v1.1.0 2019-05-07 20:35:23 -07:00
zhucan
51a8bd87ea add status subresources for volumeSnapshot & solute conflict 2019-05-07 14:08:37 +08:00
zhucan
26f95af09c fix TODO use time.Time for createSnapshot & solute conflict 2019-04-30 16:39:12 +08:00
Kubernetes Prow Robot
a1b3374fac Merge pull request #47 from xing-yang/delete_volume_finalizer
Add Delete Volume Finalizer
2019-04-29 04:38:19 -07:00
Kubernetes Prow Robot
b36da39ab6 Merge pull request #118 from xing-yang/timeout
Fix the default timeout in help msg
2019-04-27 09:10:22 -07:00
Xing Yang
7dec039b68 Fix the default timeout in help msg 2019-04-27 08:43:16 -07:00
Xing Yang
603855fc1b Add Delete Volume Finalizer
This PR adds Finalizer on the snapshot source PVC to prevent it
from being deleted when a snapshot is being created from it.
2019-04-26 20:05:05 -07:00
Kubernetes Prow Robot
ac33959738 Merge pull request #114 from xing-yang/changelog
Add change log for v1.1
2019-04-17 11:56:06 -07:00
Kubernetes Prow Robot
3d4db44c04 Merge pull request #104 from oleksiys/master
Use discovered storageclassName to look up the storage class
2019-04-16 18:44:03 -07:00
Xing Yang
d3822a7bc6 Add Change log for v1.1 2019-04-16 16:36:23 -07:00
Kubernetes Prow Robot
c15057c619 Merge pull request #93 from andrewsykim/timeout-fix
add csi timeout flag
2019-04-16 14:09:09 -07:00
Andrew Sy Kim
35d8184c7b set default timeout to 1m
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-04-16 15:15:46 -04:00
Kubernetes Prow Robot
e52077fce4 Merge pull request #113 from jsafrane/add-pr-template
Add PR template
2019-04-16 01:59:11 -07:00
Andrew Kim
6504b48a2e add csi timeout flag for request timeouts to CSI driver 2019-04-15 18:08:15 -04:00
Kubernetes Prow Robot
22a67f3b74 Merge pull request #111 from pohly/prow
Prow testing
2019-04-15 08:04:07 -07:00
Jan Safranek
f7000fe34d Add PR template 2019-04-15 13:43:07 +02:00
Patrick Ohly
7f6e3175af Merge commit '88dc9a47e5aa627fc28179087d8ee1caeb40ecac' into prow 2019-04-12 08:39:14 +02:00
Kubernetes Prow Robot
88dc9a47e5 Merge pull request #17 from pohly/prow
prow.sh: skip sanity testing if component doesn't support it
2019-04-11 13:38:45 -07:00
Patrick Ohly
0fafc663dc prow.sh: skip sanity testing if component doesn't support it
Whether a component supports sanity testing depends on the
component. For example, csi-driver-host-path enables it because it
makes sense there (and only there). Letting the prow.sh script decide
whether it actually runs simplifies the job definitions in test-infra.
2019-04-11 22:32:01 +02:00
Patrick Ohly
85f85cd83f Merge commit 'bcac1c1fb6d791fe54a84716a5fdcccd0987a351' into prow 2019-04-11 16:45:36 +02:00
Kubernetes Prow Robot
bcac1c1fb6 Merge pull request #16 from pohly/prow
prow.sh: update csi-driver-host-path
2019-04-11 07:06:14 -07:00
Patrick Ohly
0b10f6a4b0 prow.sh: update csi-driver-host-path
This pulls in
https://github.com/kubernetes-csi/csi-driver-host-path/pull/37, which
turned out to be necessary for pre-submit testing of the
livenessprobe.
2019-04-11 13:37:43 +02:00
Patrick Ohly
fe433119d3 Merge commit '0c2677e8fecad9bf904fca32b0319068d3eaa186' into prow 2019-04-11 12:04:16 +02:00
Kubernetes Prow Robot
0c2677e8fe Merge pull request #15 from pengzhisun/master
build.make: Replace 'return' to 'exit' to fix shellcheck error
2019-04-11 03:04:14 -07:00
Pengzhi Sun
ff9bce4a71 Replace 'return' to 'exit' to fix shellcheck error 2019-04-11 17:42:44 +08:00
Patrick Ohly
7cb8471e93 Merge commit 'c60f3823c09a501b1cc12b97b20eb05cec9f822e' into prow 2019-04-11 11:08:47 +02:00
Kubernetes Prow Robot
c60f3823c0 Merge pull request #14 from pohly/prow
prow.sh: remove AllAlpha=all, part II
2019-04-10 07:08:16 -07:00
Patrick Ohly
7aaac22571 prow.sh: remove AllAlpha=all, part II
This was already meant to be done earlier in cda2fc5874.
While at it, extend the permanent TODO with guidance on future feature
gates.
2019-04-10 08:44:54 +02:00
Kubernetes Prow Robot
66177736d7 Merge pull request #13 from pohly/prow
prow enhancements
2019-04-09 14:26:46 -07:00
Patrick Ohly
cda2fc5874 prow.sh: avoid AllAlpha=true
It turned out to not work. Instead of reverting the commit which
introduced this, let's better document this explicitly.
2019-04-09 10:48:37 +02:00
Patrick Ohly
546d5504a1 prow.sh: debug failing KinD cluster creation
When KinD fails in a Prow job, we need additional information to
understand why it failed.
2019-04-09 10:48:37 +02:00
Patrick Ohly
9b0d9cd743 build.make: skip shellcheck if Docker is not available
Not all environments have Docker. The simplifying assumption here is
that if the Docker command is available, it's also usable.
2019-04-09 10:48:37 +02:00
Patrick Ohly
aa45a1cd9b prow.sh: more efficient execution of individual tests
When running only some tests, sometimes extra, unnecessarily work was
done, like bringing up the cluster without alpha gates.
2019-04-09 10:48:37 +02:00
Kubernetes Prow Robot
ae656b3dba Merge pull request #110 from xing-yang/unprune_code-generator
Un-prune code-generator scripts
2019-04-08 17:39:04 -07:00
Kubernetes Prow Robot
98e454bc4d Merge pull request #107 from andrewsykim/external-snapshotter-leader-election
Add Leader Election Support
2019-04-08 10:04:27 -07:00
Patrick Ohly
f3d1d2df5c prow.sh: fix hostpath driver version check
The previous logic failed for canary jobs, those also deploy a recent
driver. Instead of guessing what driver gets installed based on job
parameters, check what really runs in the cluster and base the
decision on that.

We only need to maintain this blacklist for 1.0.x until we replace it
with 1.1.0, then this entire hostpath_supports_block can be removed.
2019-04-08 16:39:58 +02:00
Andrew Sy Kim
2e2058d559 update README, examples and RBAC to include leader election 2019-04-08 10:23:31 -04:00
Patrick Ohly
31dfaf31dc prow.sh: fix running of just "alpha" tests
"grep -w" treated "serial-alpha" as two words and therefore
CSI_PROW_TESTS sometimes ran too many tests.
2019-04-08 13:01:32 +02:00
Patrick Ohly
f5014439fc prow.sh: AllAlpha=true for unknown Kubernetes versions
This ensures that also new, currently unknown alpha gates are enabled
when testing against a future Kubernetes versions. For all currently
known Kubernetes versions we just use the minimal set of alpha gates,
which ensures that we don't miss any of them in our documentation.
2019-04-08 13:01:27 +02:00
Patrick Ohly
944be888d8 .prow.sh: enable Prow testing 2019-04-08 11:06:38 +02:00
Xing Yang
33f789c095 Un-prune code-generator scripts
Scripts under code-generator are required to generate code when
snapshot APIs are changed. Therefore they should not be pruned.
2019-04-07 18:56:20 -07:00
Kubernetes Prow Robot
95ae9de9ac Merge pull request #9 from pohly/prow
Prow testing
2019-04-03 14:20:48 -07:00