mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
cleanup: Move common files to deploy folder
Few common files related to deployments were kept in the examples folder initially. Moving them to deploy folder and updating the relevant files. Signed-off-by: karthik-us <ksubrahm@redhat.com>
This commit is contained in:
@ -148,7 +148,7 @@ for more information.
|
||||
**Deploy Ceph configuration ConfigMap for CSI pods:**
|
||||
|
||||
```bash
|
||||
kubectl create -f ../../../examples/ceph-conf.yaml
|
||||
kubectl create -f ../../ceph-conf.yaml
|
||||
```
|
||||
|
||||
**Deploy CSI sidecar containers:**
|
||||
|
@ -134,7 +134,7 @@ for more information.
|
||||
**Deploy Ceph configuration ConfigMap for CSI pods:**
|
||||
|
||||
```bash
|
||||
kubectl create -f ../example/ceph-config.yaml
|
||||
kubectl create -f ../../ceph-conf.yaml
|
||||
```
|
||||
|
||||
**Deploy CSI sidecar containers:**
|
||||
|
@ -23,7 +23,7 @@ csi_liveness 1
|
||||
```
|
||||
|
||||
Promethues can be deployed through the promethues operator described [here](https://coreos.com/operators/prometheus/docs/latest/user-guides/getting-started.html).
|
||||
The [service-monitor](../examples/service-monitor.yaml) will tell promethues how
|
||||
The [service-monitor](../deploy/service-monitor.yaml) will tell promethues how
|
||||
to pull metrics out of CSI.
|
||||
|
||||
Each CSI pod has a service to expose the endpoint to prometheus. By default, rbd
|
||||
|
Reference in New Issue
Block a user