Commit Graph

543 Commits

Author SHA1 Message Date
xiangqian
7bd717198b add basic metrics utility functions
relax latency check to be greater than instead of within threshold
2020-05-21 13:45:44 -07:00
Kubernetes Prow Robot
509aa5f511 Merge pull request #314 from xing-yang/changelog_folder
Move changelog files to a sub-folder
2020-05-11 13:02:21 -07:00
xing-yang
5c5814a9a8 Move changelog files to a sub-folder 2020-05-09 19:04:38 +00:00
Kubernetes Prow Robot
aafeee9c56 Merge pull request #296 from humblec/lco
Remove unwanted code conditions
2020-05-05 06:43:08 -07:00
Humble Chirammal
dcd7162224 Remove unwanted code conditions
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-05-04 20:57:54 +05:30
Kubernetes Prow Robot
859696c419 Merge pull request #286 from humblec/dep-update
Update kube vendor dependency and others
2020-05-04 05:52:26 -07:00
Humble Chirammal
b72230379f update kube and vendor dependencies
With kubernetes 1.18 release of client-go, signatures on methods in
generated clientsets, dynamic, metadata, and scale clients have been
modified to accept context.Context as a first argument.
Signatures of Create, Update, and Patch methods have been updated
to accept CreateOptions, UpdateOptions and PatchOptions respectively.
Signatures of Delete and DeleteCollection methods now accept
DeleteOptions by value instead of by reference.
These changes are now accommodated with this PR and client-go
and dependencies are updated to v1.18.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-05-03 21:52:48 +05:30
Kubernetes Prow Robot
615adeab5f Merge pull request #289 from zhucan/bugfix-268
Add event for snapshotting in progress
2020-04-30 03:56:17 -07:00
zhucan
1ee21c1de5 Add event for snapshotting in progress
Signed-off-by: zhuc <zhucan@xsky.com>
2020-04-30 10:26:27 +08:00
Kubernetes Prow Robot
d6be7e120d Merge pull request #305 from ialidzhikov/nit/fix-typos
Nit: fix typos
2020-04-28 16:58:24 -07:00
ialidzhikov
d1330389c5 Nit: fix typos
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-04-26 23:43:15 +03:00
Kubernetes Prow Robot
d6aa7528cf Merge pull request #298 from msau42/enable-e2es
Re-enable k8s e2e tests in pull jobs
2020-04-22 19:39:45 -07:00
Michelle Au
a15125ee7d Re-enable k8s e2e tests in pull jobs 2020-04-22 17:45:33 -07:00
Kubernetes Prow Robot
8f8c421ad8 Merge pull request #301 from msau42/update-prow
Update prow
2020-04-22 16:49:44 -07:00
Michelle Au
570098bd09 Merge commit '0fcc3b1bc9fafff12d97829569780caf2903f211' into update-prow 2020-04-22 10:30:44 -07:00
Kubernetes Prow Robot
71beade567 Merge pull request #294 from yuxiangqian/GetContent
revamp find content logic to fix 290 291 292
2020-04-21 05:26:55 -07:00
xiangqian
45324b7a67 revamp find content logic to fix 290 291 292
add snapshot source validation in syncSnapshot
add content source validation in syncContent
2020-04-20 21:29:30 -07:00
Kubernetes Prow Robot
0fcc3b1bc9 Merge pull request #78 from ggriffiths/fix_csi_snapshotter_rbac_version_set
Fix csi-snapshotter RBAC yaml version
2020-04-20 15:40:12 -07:00
Grant Griffiths
d8c76fee3e Support local snapshot RBAC for pull jobs
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-04-20 15:21:57 -07:00
Kubernetes Prow Robot
c1bdf5bfd8 Merge pull request #80 from msau42/add-release-process
update release tools instructions
2020-04-17 09:19:07 -07:00
Michelle Au
ea1f94aad7 update release tools instructions 2020-04-17 09:02:07 -07:00
Kubernetes Prow Robot
d11ac31736 Merge pull request #297 from jsafrane/add-version-links
Add links to version in README
2020-04-15 11:13:45 -07:00
Jan Safranek
34a9687303 Add links to version in README
To clarify what the version means.
2020-04-15 20:02:59 +02:00
Kubernetes Prow Robot
ed6cd4a7ec Merge pull request #281 from xing-yang/changelog_2.1
Changelog for 2.1 release
2020-04-03 17:01:48 -07:00
xing-yang
b4f4f16805 Changelog for 2.1 release 2020-04-03 23:50:10 +00:00
Kubernetes Prow Robot
cdbae99f0f Merge pull request #261 from xing-yang/create_timeout
Add AnnVolumeSnapshotBeingCreated
2020-04-03 11:49:45 -07:00
xing-yang
f688d7baef Remove error status check 2020-04-03 18:34:57 +00:00
xing-yang
2295e6aea3 Add error status check in createSnapshotWrapper 2020-04-03 01:53:04 +00:00
xing-yang
9f382acd43 Address review comments 2020-04-02 14:23:08 +00:00
xing-yang
f32313bdb8 checkandUpdateContentStatusOperation should not call createSnapshotOperation 2020-04-02 14:23:08 +00:00
xing-yang
0189c77f5a Check final error 2020-04-02 14:23:08 +00:00
xing-yang
6ca7507bc3 Address review comments 2020-04-02 14:23:08 +00:00
xing-yang
7930dd261d Check error code DeadlineExceeded 2020-04-02 14:23:08 +00:00
xing-yang
aa2bc2fb9c Remove the unnecessary driver name check 2020-04-02 14:23:08 +00:00
xing-yang
4c38cc8c6e Remove VolumeSnapshotBeingCreated annotation after driver response 2020-04-02 14:23:08 +00:00
xing-yang
313507f866 Add AnnVolumeSnapshotBeingCreated 2020-04-02 14:23:08 +00:00
Kubernetes Prow Robot
6c1c0ea959 Merge pull request #283 from xing-yang/check_pvc_inuse
Check if PVC is being used by a snapshot as source
2020-04-01 20:44:24 -07:00
xing-yang
c82c8e0c7e Add a check to see if PVC has a finalizer 2020-04-02 02:01:52 +00:00
xing-yang
8ae4d0c278 Check if PVC is being used by a snapshot as source 2020-04-02 01:50:19 +00:00
Kubernetes Prow Robot
69db0844a9 Merge pull request #282 from huffmanca/issue276
Makes the number of worker threads configurable.
2020-03-31 11:59:00 -07:00
Christian Huffman
12f4e1c114 Makes the number of worker threads configurable. 2020-03-31 13:01:33 -04:00
Kubernetes Prow Robot
505542bc75 Merge pull request #265 from alex1989hu/doc/add-v2-code-generator-readme
doc: add workaround for hack/update-generated-code.sh
2020-03-22 11:14:45 -07:00
Kubernetes Prow Robot
7af2d0f1f4 Merge pull request #279 from huffmanca/update_content_nil_check
Moving nil check to correct location
2020-03-19 13:40:36 -07:00
Christian Huffman
25b65ea8a8 Moving nil check to correct location 2020-03-19 16:21:46 -04:00
Kubernetes Prow Robot
ac3ef99c2d Merge pull request #275 from huffmanca/update_snapshotclass_deletion
Allows VolumeSnapshot to be deleted if the class isn't found
2020-03-18 17:12:43 -07:00
Christian Huffman
91a55c0e13 Allows VolumeSnapshot to be deleted if the class isn't found 2020-03-18 16:54:59 -04:00
Kubernetes Prow Robot
bf65357417 Merge pull request #278 from huffmanca/check_nil_content
Include a nil check for the snapshotContent
2020-03-18 10:50:48 -07:00
Christian Huffman
806ccc0b29 Include a nil check for the snapshotContent 2020-03-18 13:35:25 -04:00
Kubernetes Prow Robot
152396e2d7 Merge pull request #77 from ggriffiths/snapshotter201_update
Update snapshotter to version 2.0.1
2020-03-11 14:58:36 -07:00
Grant Griffiths
7edc1461ea Update snapshotter to version 2.0.1
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-03-11 10:48:03 -07:00