xing-yang
c879fc3e55
Update manifest
2021-08-16 03:44:54 +00:00
Pranshu Srivastava
b97cf8db35
Fixed some pathnames.
...
Hi! I encountered some faulty pathnames while going through the Readme, PTAL.
2021-07-13 00:56:33 +05:30
kartik494
70952fde13
Update webhook README
2021-07-07 15:35:09 +05:30
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
Mauricio Poppe
21ded106ea
Update sample implementation
2021-04-27 23:32:35 +00:00
Andrei Kvapil
d138216421
upd: more common manifests
2021-01-27 16:47:58 +01:00
xing-yang
7e83f249ae
Update README
2020-12-18 04:09:43 +00:00
xing-yang
5069c99ec3
Update controller based on snapshot v1 apis
2020-12-11 21:13:47 +00:00
Kubernetes Prow Robot
d61b728671
Merge pull request #357 from Madhu-1/change-pull-policy
...
change image pullpolicy from Always to IfNotPresent
2020-11-17 16:50:04 -08:00
Ben Swartzlander
a2666d1ea9
Fix image name for example webhook, and other nitpicks
...
Also bump example container versions to v3.0.0, and use
k8s.gcr.io/sig-storage instead of quay.io/k8scsi.
2020-09-22 16:40:32 -04:00
Andi Li
06989d7897
Update documentation.
...
Minor cleanup and change default fail policy and timeout on webhook
config.
2020-08-28 12:06:28 -04:00
Andi Li
42b6b374cf
Add phase 1 of validation tightening.
...
https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/177-volume-snapshot/tighten-validation-webhook-crd.md
1. Ratcheting validation webhook server image
2. Controller labels invalid objects
3. Unit tests for webhook
4. Deployment README and example deployment method with certs
5. Update top-level README
Racheting validation:
1. webhook is strict on create
2. webhook is strict on updates where the existing object passes strict validation
3. webhook is relaxed on updates where the existing object fails strict validation (allows finalizer removal, status update, deletion, etc)
Additionally the validating wehook server will perform immutability
checks on scenario 2 above.
2020-08-27 20:34:21 -04:00
Madhu Rajanna
84333bc84b
change image pullpolicy from Always to IfNotPresent
2020-08-13 12:42:01 +05:30
kartik494
6b112307d9
Update controller images to canary
2020-08-05 16:25:47 +05:30
Jason Taylor
0802d19711
Doc updates for controller namespace
...
Make all namespace settings explicit and add more documentation around
setting appropriate namespace when installing.
2020-05-13 07:07:25 -04:00
xing-yang
5d722431cd
Update images
2020-03-05 14:50:19 +00:00
Ben Swartzlander
298e08e262
Small fixes to snapshot-controller YAML
...
Remove "sidecar" language for the controller.
Update image tag to 2.0.0-rc4 (the latest)
Change imagePullPolicy back to Always
2019-12-30 14:32:57 -05:00
xing-yang
7f0ecc9b8a
Update snapshot-controller and csi-snapshotter images to v2.0.0-rc2
2019-11-09 04:05:43 +00:00
xing-yang
6308420635
Split snapshot controller using beta APIs
2019-11-07 16:49:41 +00:00
Xing Yang
0c1faac468
Update VolumeSnapshot CRD version to v1beta
...
preserveUnknownField set to false, comments updates, adding pull request annotation
more comment updates
VolumeSnapshot comments
rename to VolumeSnapshotClassName
adding license
2019-10-24 16:33:52 -07:00
xing-yang
b641145193
Update images
2019-09-11 18:45:55 +00:00
hoyho
8963b9d75e
minimize rbac permission by setting secret as optional
2019-07-06 20:14:57 +08:00
zhucan
10d6437d60
Merge branch 'master' into status-52
2019-05-14 18:26:07 +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
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
Andrew Sy Kim
2e2058d559
update README, examples and RBAC to include leader election
2019-04-08 10:23:31 -04:00
Xing Yang
8a62135453
Update images to 1.0.1
...
This PR updates images in yaml files to v1.0.1.
2019-01-02 07:21:48 -08:00
xushiwei
94855066cb
update cluster role for snapshot status
2018-11-21 14:56:45 +08:00
Xing Yang
11f716f6ee
Update images to v1.0.0 in yaml file
...
This PR updates the images to v1.0.0 in example yaml files.
2018-11-19 17:58:26 -08:00
xushiwei
137ac8a6fb
fix RABC rule
2018-11-13 16:11:04 +08:00
Patrick Ohly
d0dde33ecf
deploy: split out RBAC definitions
...
Splitting out the RBAC definitions into a separate file has the
advantage that it can be used as-is without editing in other
deployments. For example, the kubernetes-csi/docs example can
use this rbac.yaml file instead of a local copy.
While at it, the upstream external-provisioner RBAC file gets used,
which fixes the too broad permissions for "endpoints".
2018-11-06 12:51:35 +01:00
Xing Yang
0ad0848963
Update images to v0.4.0
...
This PR updates images to v0.4.0.
2018-09-27 11:46:38 -07:00
Xing Yang
73600a6faa
Add example yaml files for deployment and testing
2018-09-17 13:03:19 -07:00