8e870fd858
Added forcecephkernelclient as startup parameter
...
Support #664 in the helm chart.
Signed-off-by: Jonas Rutishauser <jonas.rutishauser@alumni.ethz.ch >
(cherry picked from commit 9d7b50dccb
)
2020-03-03 05:09:33 +00:00
0d6bba587a
Add run hostpath to daemonset pods
...
`/run/mount` need to be share between host and
csi-plugin containers for `/run/mount/utab`
this is required to ensures that the network
is not stopped prior to unmounting the network devices.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
(cherry picked from commit eb2fb9233b
)
2020-01-30 16:34:33 +00:00
abaf14a12d
Added PodSecurityPolicy support
...
(cherry picked from commit aadce54b2f
)
2020-01-22 09:04:03 +00:00
31d449f636
revert back the changes done for release-v2.0.0
...
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-01-22 12:26:22 +05:30
e58d537a07
prepare release v2.0.0
...
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-01-20 18:56:50 +05:30
f04af5742d
refact: Remove Kubernetes 1.13.x support
...
Signed-off-by: wilmardo <info@wilmardenouden.nl >
2020-01-20 10:32:30 +00:00
e0cc7740f6
CSI: run all containers as privileged in daemonset pods
...
On systems with SELinux enabled, non-privileged containers
can't access data of privileged containers. Since the socket
is exposed by privileged containers, all sidecars must be
privileged too. This is needed only for containers running
in daemonset as we are using bidirectional mounts in daemonset
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-01-13 13:21:29 +00:00
fbda8cc4ca
Use EmptyDir to store provisioner socket
...
currently, we are making use of host path directory
to store the provisioner socket, as this
the socket is not needed by anyone else other than
containers inside the provisioner pod using the
empty directory to store this socket is the best option.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-01-13 13:21:29 +00:00
543360ee00
Upgrade: csi-attacher from v1.2.0 to v2.1.0
...
See https://github.com/kubernetes-csi/external-attacher/releases/tag/v2.1.0
See https://github.com/kubernetes-csi/external-attacher/blob/v2.1.0/CHANGELOG-2.1.md
2020-01-07 14:27:29 +00:00
47f89889ef
Fix typo for comment in charts
...
* ceph-csi-cephfs
* ceph-csi-rbd
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com >
2020-01-07 07:52:32 +00:00
f37bdfdd44
Upgrade: csi-node-driver-registrar from v1.1.0 to v1.2.0
...
See https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v1.2.0
See https://github.com/kubernetes-csi/node-driver-registrar/blob/v1.2.0/CHANGELOG-1.2.md
2020-01-06 07:48:41 +00:00
4d28a981fc
Remove hard-coded UpdateStrategy from templates
...
Provided an option to specify the UpdateStrategy
in helm charts.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-01-05 08:05:06 +00:00
74cb18bd28
Upgrade: csi-resizer from v0.3.0 to v0.4.0
...
See https://github.com/kubernetes-csi/external-resizer/releases/tag/v0.4.0
See https://github.com/kubernetes-csi/external-resizer/blob/v0.4.0/CHANGELOG-0.4.md
2020-01-05 07:21:12 +00:00
3e656769b7
Update csi-provisioner from v1.3.0 to v1.4.0
...
See https://github.com/kubernetes-csi/external-provisioner/releases/tag/v1.4.0
See https://github.com/kubernetes-csi/external-provisioner/blob/v1.4.0/CHANGELOG-1.4.md
2020-01-02 15:53:07 +00:00
dccbf484a8
fixed toYaml
2019-12-03 13:36:44 +00:00
671e2d814a
Add volumesize roundoff for expandrequest
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-11-27 14:00:47 +00:00
ac09c5553c
Add E2E for cephfs resize functionality
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-11-27 14:00:47 +00:00
daad8070ac
Add resize side car to helm charts
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-11-27 14:00:47 +00:00
6ee381db3a
refactor: Merge 1.13 and 1.14 Helm charts and improve charts
...
Signed-off-by: wilmardo <info@wilmardenouden.nl >
2019-09-27 05:49:18 +00:00