Pranshu Srivastava
60824e54a5
Add "SnapshotCreated" and "SnapshotReady" events for snapshot-controller
2021-07-05 19:21:00 +05:30
Kubernetes Prow Robot
c1db509d9b
Merge pull request #537 from f10atin9/update-image-version
...
update setup-csi-snapshotter.yaml csi-snapshotter image
2021-07-04 16:06:18 -07:00
f10atin9
8107014fd3
Merge branch 'kubernetes-csi:master' into update-image-version
2021-06-29 23:47:53 +08:00
f10atin9
c020e5b763
update webhook.yaml snapshot-validation-webhook image from v4.0.0 to v4.1.1
2021-06-29 23:43:07 +08:00
f10atin9
c9c8c38f8b
update set-csi-snapshotter.yaml csi-snapshotter image from v4.0.0 to v4.1.1
2021-06-29 23:40:21 +08:00
Kubernetes Prow Robot
5e46b4bceb
Merge pull request #538 from RaunakShah/leaderelection_config
...
Add command line arguments to configure leader election options
2021-06-29 07:12:40 -07:00
shahra
db972e7c50
Add command line arguments to configure leader election options
2021-06-25 11:38:58 +05:30
Kubernetes Prow Robot
e6f0b49700
Merge pull request #535 from tsmetana/vsc-print-vs-namespace
...
Add VS namespace to VSC printed columns
2021-06-18 05:18:05 -07:00
Tomas Smetana
0bd24e247e
Add VS namespace to VSC printed columns
2021-06-17 12:42:52 +02:00
Kubernetes Prow Robot
d6d967c79d
Merge pull request #527 from ggriffiths/removeannvs_beingcreated_returncontent
...
Return VolumeSnapshotContent from various functions instead of nil
2021-06-17 01:54:18 -07:00
Kubernetes Prow Robot
629e8621e0
Merge pull request #532 from chrishenzie/csi-spec-v1.5.0
...
Use CSI spec v1.5.0
2021-06-14 13:56:00 -07:00
Chris Henzie
b2709eaca7
Use CSI spec v1.5.0
2021-06-14 13:14:16 -07:00
Grant Griffiths
5cf92fc01a
Return VolumeSnapshotContent from various functions instead of nil
...
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com >
2021-06-14 10:47:05 -07:00
Kubernetes Prow Robot
81542bde66
Merge pull request #530 from humblec/rate-limiter
...
Allow tuning common-controller Ratelimiter with `retryIntervalStart & retryIntervalMax`
2021-06-12 13:09:01 -07:00
Humble Chirammal
206fecb9f1
Allow tuning Common-controller Ratelimiter with retryIntervalStart & retryIntervalMax
...
This patch adds two new parameters `retryIntervalStart & retryIntervalMax`
which can be configured to adjust the ratelimiters of snapshotqueue and contentqueue
in the controller.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
```release-note
`retry-interval-start` and `retry-interval-max` arguments are added to common-controller
which controls retry interval of failed volume snapshot creation and deletion.
These values set the ratelimiter for snapshot and content queues.
```
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2021-06-11 23:29:17 +05:30
Kubernetes Prow Robot
af117aad81
Merge pull request #308 from humblec/ratelimiter
...
Add ability to customize VolumeSnapshotContent workqueue
2021-06-10 11:55:27 -07:00
Kubernetes Prow Robot
a06aa1923b
Merge pull request #529 from humblec/beta
...
correct snapshot controller installation doc
2021-06-10 07:11:27 -07:00
Humble Chirammal
de7589cf03
Correct CRD installation in the doc
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2021-06-10 19:15:22 +05:30
Humble Chirammal
9f7f993c50
Add ability to customize VolumeSnapshotContent workqueue
...
Two new timeout values ( retryIntervalStart & retryIntervalMax )
have been added to set the ratelimiter for volumesnapshotcontent queue.
Fix# https://github.com/kubernetes-csi/external-snapshotter/issues/463
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
```release-note
`retry-interval-start` and `retry-interval-max` arguments are added to csi-snapshotter sidecar which controls retry interval of failed volume snapshot creation and deletion. These values set the ratelimiter for volumesnapshotcontent queue.
```
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2021-06-10 19:12:12 +05:30
Kubernetes Prow Robot
87ef4df277
Merge pull request #520 from pohly/prow-update-master
...
master: update release-tools + OWNERS
2021-05-22 13:27:37 -07:00
Patrick Ohly
5a68e984a3
OWNERS update with aliases
2021-05-21 16:35:31 +02:00
Patrick Ohly
ceabf92589
Merge commit '3aefc40813efe34f0e8de035925eea7f74733b47' into prow-update-master
2021-05-21 09:31:22 +02:00
Patrick Ohly
a6a467e059
Squashed 'release-tools/' changes from 6616a6b5..f3255906
...
https://github.com/kubernetes-csi/csi-release-tools/commit/f3255906 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/149 from pohly/cluster-logs
https://github.com/kubernetes-csi/csi-release-tools/commit/4b03b308 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/155 from pohly/owners
https://github.com/kubernetes-csi/csi-release-tools/commit/a6453c86 owners: introduce aliases
https://github.com/kubernetes-csi/csi-release-tools/commit/ad83def4 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/153 from pohly/fix-image-builds
https://github.com/kubernetes-csi/csi-release-tools/commit/55617801 build.make: fix image publishng
https://github.com/kubernetes-csi/csi-release-tools/commit/29bd39b3 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/152 from pohly/bump-csi-test
https://github.com/kubernetes-csi/csi-release-tools/commit/bc427931 prow.sh: use csi-test v4.2.0
https://github.com/kubernetes-csi/csi-release-tools/commit/b546baaf Merge https://github.com/kubernetes-csi/csi-release-tools/pull/150 from mauriciopoppe/windows-multiarch-args
https://github.com/kubernetes-csi/csi-release-tools/commit/bfbb6f35 add parameter base_image and addon_image to BUILD_PARAMETERS
https://github.com/kubernetes-csi/csi-release-tools/commit/2d61d3bc Merge https://github.com/kubernetes-csi/csi-release-tools/pull/151 from humblec/cm
https://github.com/kubernetes-csi/csi-release-tools/commit/48e71f06 Replace `which` command ( non standard) with `command -v` builtin
https://github.com/kubernetes-csi/csi-release-tools/commit/feb20e26 prow.sh: collect cluster logs
https://github.com/kubernetes-csi/csi-release-tools/commit/7b96bea3 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/148 from dobsonj/add-checkpathcmd-to-prow
https://github.com/kubernetes-csi/csi-release-tools/commit/2d2e03b7 prow.sh: enable -csi.checkpathcmd option in csi-sanity
https://github.com/kubernetes-csi/csi-release-tools/commit/09d41512 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/147 from pohly/mock-testing
https://github.com/kubernetes-csi/csi-release-tools/commit/74cfbc97 prow.sh: support mock tests
https://github.com/kubernetes-csi/csi-release-tools/commit/4a3f1103 prow.sh: remove obsolete test suppression
git-subtree-dir: release-tools
git-subtree-split: f3255906abf2e4134cb3db4ff79ddfb5ce1e91aa
2021-05-21 09:31:20 +02:00
Kubernetes Prow Robot
51ad8551d4
Merge pull request #515 from mauriciopoppe/remove-volumesnapshots-request
...
Update volumesnapshots request to list across all namespaces
2021-05-11 11:04:37 -07:00
Mauricio Poppe
77211d3fa3
remove volumesnapshots requests
2021-05-07 23:30:25 +00:00
Kubernetes Prow Robot
f235e24b75
Merge pull request #512 from pohly/prow-update-master
...
master: update release-tools
2021-05-05 10:09:15 -07:00
Patrick Ohly
e8a5aa1826
Merge commit '915dbb98ef6e5e0e1f03863c48af68f5391f8ec2' into prow-update-master
2021-05-05 14:47:43 +02:00
Patrick Ohly
4abab596c1
Squashed 'release-tools/' changes from a1e11275..6616a6b5
...
https://github.com/kubernetes-csi/csi-release-tools/commit/6616a6b5 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/146 from pohly/kubernetes-1.21
https://github.com/kubernetes-csi/csi-release-tools/commit/510fb0f9 prow.sh: support Kubernetes 1.21
https://github.com/kubernetes-csi/csi-release-tools/commit/c63c61b3 prow.sh: add CSI_PROW_DEPLOYMENT_SUFFIX
https://github.com/kubernetes-csi/csi-release-tools/commit/51ac11c3 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/144 from pohly/pull-jobs
https://github.com/kubernetes-csi/csi-release-tools/commit/dd54c926 pull-test.sh: test importing csi-release-tools into other repo
https://github.com/kubernetes-csi/csi-release-tools/commit/7d2643a5 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/143 from pohly/path-setup
https://github.com/kubernetes-csi/csi-release-tools/commit/6880b0c8 prow.sh: avoid creating paths unless really running tests
https://github.com/kubernetes-csi/csi-release-tools/commit/bc0504ad Merge https://github.com/kubernetes-csi/csi-release-tools/pull/140 from jsafrane/remove-unused-k8s-libs
https://github.com/kubernetes-csi/csi-release-tools/commit/5b1de1ad go-get-kubernetes.sh: remove unused k8s libs
https://github.com/kubernetes-csi/csi-release-tools/commit/49b42693 Merge https://github.com/kubernetes-csi/csi-release-tools/pull/120 from pohly/add-kubernetes-release
https://github.com/kubernetes-csi/csi-release-tools/commit/f7e7ee49 docs: steps for adding testing against new Kubernetes release
git-subtree-dir: release-tools
git-subtree-split: 6616a6b5294b6df39cfce37f4fce7cdce0a77583
2021-05-05 14:47:41 +02:00
Kubernetes Prow Robot
78164c3324
Merge pull request #510 from xing-yang/fix_readme
...
Fix the compatibility table in README
2021-04-30 10:13:58 -07:00
xing-yang
2dd41b5888
Fix README
2021-04-30 14:15:54 +00:00
Kubernetes Prow Robot
feda3585d2
Merge pull request #509 from xing-yang/changelog_4.1.0
...
Add changelog for 4.1.0
2021-04-29 20:23:58 -07:00
xing-yang
d6f21422bc
Add changelog for 4.1.0
2021-04-30 02:56:32 +00:00
Kubernetes Prow Robot
4ff7793fb3
Merge pull request #507 from mauriciopoppe/volumesnapshot-crd-check
...
Fix typo in CRD check
2021-04-29 17:39:57 -07:00
Mauricio Poppe
bfd88737a0
fix typo in CRD check
2021-04-29 22:30:11 +00:00
Kubernetes Prow Robot
805f5c9209
Merge pull request #505 from mauriciopoppe/update-docs
...
Update reference implementation of the snapshot controller
2021-04-27 18:08:50 -07:00
Mauricio Poppe
21ded106ea
Update sample implementation
2021-04-27 23:32:35 +00:00
Kubernetes Prow Robot
4e568e4dfd
Merge pull request #504 from mauriciopoppe/ensure-crd
...
Make sure the v1 CRDs exist before starting the controller
2021-04-27 11:51:39 -07:00
Mauricio Poppe
660420bdf4
Make sure the VolumeSnapshots v1 CRDs exist before starting the controller
2021-04-27 16:59:59 +00:00
Kubernetes Prow Robot
679e71e89d
Merge pull request #493 from xing-yang/storage_version_v1
...
Change storage version from v1beta1 to v1
2021-04-23 16:06:28 -07:00
Kubernetes Prow Robot
dc7908e615
Merge pull request #502 from huffmanca/address-content-nil-error
...
Correct snapshotContent error propagation
2021-04-21 19:13:43 -07:00
Christian Huffman
c554274833
Correct snapshotContent error propagation
2021-04-21 18:38:40 -04:00
Kubernetes Prow Robot
4aa47e63ae
Merge pull request #503 from xing-yang/update_csi_spec_dep
...
Update to CSI spec 1.4
2021-04-21 14:37:51 -07:00
xing-yang
8034e50bd3
Update to CSI spec 1.4
2021-04-21 19:58:01 +00:00
xing-yang
046cce9868
Change storage version from v1beta1 to v1
2021-04-21 17:50:51 +00:00
Kubernetes Prow Robot
501cc50584
Merge pull request #500 from xinyanwu409/update-k8s-dependency-version
...
Update k8s dependency version to 1.21
2021-04-19 07:24:36 -07:00
wxinyan
17b8ffe7f8
Update k8s dependency version to 1.21
...
Signed-off-by: xinyanwu409 <wxinyan@vmware>
2021-04-18 21:02:08 -07:00
Kubernetes Prow Robot
31a6091ffc
Merge pull request #496 from ggriffiths/honor_http_addr
...
Fix snapshotter metrics server to use http-endpoint when provided
2021-04-15 12:49:01 -07:00
Grant Griffiths
f949f2be3b
Fix metrics server to use httpEndpoint when provided
...
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com >
2021-04-15 07:27:05 -07:00
Kubernetes Prow Robot
f255fe7b46
Merge pull request #486 from pohly/prow-update-master
...
master: update release-tools
2021-03-24 07:00:08 -07:00
Patrick Ohly
f1170c9658
Merge commit '6c3dece3f3561777c68f34d233680640dc730484' into prow-update-master
2021-03-24 13:51:00 +01:00