Skip to content

Commit b9d0d87

Browse files
authored
Merge pull request #74 from digitalocean/combine-external-sidecars
deploy: combine provisioner and attacher, rename container names
2 parents fc52322 + 7737cb7 commit b9d0d87

File tree

3 files changed

+106
-202
lines changed

3 files changed

+106
-202
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[[GH-72]](https://github.com/digitalocean/csi-digitalocean/pull/72)
66
* Check volume limits before provisioning calls
77
[[GH-73]](https://github.com/digitalocean/csi-digitalocean/pull/73)
8+
* Rename resource (DaemonSet, StatefulSet, containers, etc..) names and combine the
9+
attacher and provisioner into a single Statefulset.
10+
[[GH-74]](https://github.com/digitalocean/csi-digitalocean/pull/74)
811

912
## v0.1.5 - 2018.08.27
1013

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ will continue following the rules below:
2323

2424
**Requirements:**
2525

26-
* Kubernetes v1.10 minimum
26+
* Kubernetes v1.10.5 minimum
2727
* `--allow-privileged` flag must be set to true for both the API server and the kubelet
2828
* (if you use Docker) the Docker daemon of the cluster nodes must allow shared mounts
2929

0 commit comments

Comments
 (0)