Skip to content

Commit

Permalink
Merge pull request rook#8111 from travisn/release-1.6.5
Browse files Browse the repository at this point in the history
build: Update the release version to v1.6.5
  • Loading branch information
travisn authored Jun 10, 2021
2 parents dd8bdf7 + 17f4a0b commit 2ee2047
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 52 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: validate-yaml
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prerequisites
run: |
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: rook prereq
run: |
Expand Down Expand Up @@ -834,7 +834,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: create LV on disk
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-flex-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephFlexSuite
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephFlexSuite
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-helm-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephHelmSuite
run: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephHelmSuite
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-mgr-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephMgrSuite
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-multi-cluster-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephMultiClusterDeploySuite
run: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephMultiClusterDeploySuite
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-smoke-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephSmokeSuite
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephSmokeSuite
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-upgrade-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephUpgradeSuite
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.4
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.6.5
- name: TestCephUpgradeSuite
run: |
Expand Down
2 changes: 1 addition & 1 deletion Documentation/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To make sure you have a Kubernetes cluster that is ready for `Rook`, you can [fo
First deploy the Rook Cassandra Operator using the following commands:

```console
$ git clone --single-branch --branch v1.6.4 https://github.com/rook/rook.git
$ git clone --single-branch --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/cassandra
kubectl apply -f operator.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ceph-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ With the Prometheus operator running, we can create a service monitor that will
From the root of your locally cloned Rook repo, go the monitoring directory:

```console
$ git clone --single-branch --branch v1.6.4 https://github.com/rook/rook.git
$ git clone --single-branch --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph/monitoring
```

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ceph-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If the `FSTYPE` field is not empty, there is a filesystem on top of the correspo
If you're feeling lucky, a simple Rook cluster can be created with the following kubectl commands and [example yaml files](https://github.com/rook/rook/blob/{{ branchName }}/cluster/examples/kubernetes/ceph). For the more detailed install, skip to the next section to [deploy the Rook operator](#deploy-the-rook-operator).

```console
$ git clone --single-branch --branch v1.6.4 https://github.com/rook/rook.git
$ git clone --single-branch --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
kubectl create -f crds.yaml -f common.yaml -f operator.yaml
kubectl create -f cluster.yaml
Expand Down
6 changes: 3 additions & 3 deletions Documentation/ceph-toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-ceph-tools
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
spec:
initContainers:
- name: config-init
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
command: ["/usr/local/bin/toolbox.sh"]
args: ["--skip-watch"]
imagePullPolicy: IfNotPresent
Expand All @@ -155,7 +155,7 @@ spec:
mountPath: /etc/rook
containers:
- name: script
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
volumeMounts:
- mountPath: /etc/ceph
name: ceph-config
Expand Down
30 changes: 15 additions & 15 deletions Documentation/ceph-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ With this upgrade guide, there are a few notes to consider:

Unless otherwise noted due to extenuating requirements, upgrades from one patch release of Rook to
another are as simple as updating the common resources and the image of the Rook operator. For
example, when Rook v1.6.4 is released, the process of updating from v1.6.0 is as simple as running
example, when Rook v1.6.5 is released, the process of updating from v1.6.0 is as simple as running
the following:

First get the latest common resources manifests that contain the latest changes for Rook v1.6.
```sh
git clone --single-branch --depth=1 --branch v1.6.4 https://github.com/rook/rook.git
git clone --single-branch --depth=1 --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
```

Expand All @@ -68,7 +68,7 @@ section for instructions on how to change the default namespaces in `common.yaml
Then apply the latest changes from v1.6 and update the Rook Operator image.
```console
kubectl apply -f common.yaml -f crds.yaml
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.6.4
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.6.5
```

As exemplified above, it is a good practice to update Rook-Ceph common resources from the example
Expand Down Expand Up @@ -245,7 +245,7 @@ Any pod that is using a Rook volume should also remain healthy:
## Rook Operator Upgrade Process

In the examples given in this guide, we will be upgrading a live Rook cluster running `v1.5.9` to
the version `v1.6.4`. This upgrade should work from any official patch release of Rook v1.5 to any
the version `v1.6.5`. This upgrade should work from any official patch release of Rook v1.5 to any
official patch release of v1.6.

**Rook release from `master` are expressly unsupported.** It is strongly recommended that you use
Expand Down Expand Up @@ -279,7 +279,7 @@ needed by the Operator. Also update the Custom Resource Definitions (CRDs).
First get the latest common resources manifests that contain the latest changes for Rook v1.6.
```sh
git clone --single-branch --depth=1 --branch v1.6.4 https://github.com/rook/rook.git
git clone --single-branch --depth=1 --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
```

Expand Down Expand Up @@ -328,7 +328,7 @@ The largest portion of the upgrade is triggered when the operator's image is upd
When the operator is updated, it will proceed to update all of the Ceph daemons.

```sh
kubectl -n $ROOK_OPERATOR_NAMESPACE set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.6.4
kubectl -n $ROOK_OPERATOR_NAMESPACE set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.6.5
```

## 4. Wait for the upgrade to complete
Expand All @@ -344,17 +344,17 @@ watch --exec kubectl -n $ROOK_CLUSTER_NAMESPACE get deployments -l rook_cluster=
```

As an example, this cluster is midway through updating the OSDs from v1.5 to v1.6. When all
deployments report `1/1/1` availability and `rook-version=v1.6.4`, the Ceph cluster's core
deployments report `1/1/1` availability and `rook-version=v1.6.5`, the Ceph cluster's core
components are fully updated.

>```
>Every 2.0s: kubectl -n rook-ceph get deployment -o j...
>
>rook-ceph-mgr-a req/upd/avl: 1/1/1 rook-version=v1.6.4
>rook-ceph-mon-a req/upd/avl: 1/1/1 rook-version=v1.6.4
>rook-ceph-mon-b req/upd/avl: 1/1/1 rook-version=v1.6.4
>rook-ceph-mon-c req/upd/avl: 1/1/1 rook-version=v1.6.4
>rook-ceph-osd-0 req/upd/avl: 1// rook-version=v1.6.4
>rook-ceph-mgr-a req/upd/avl: 1/1/1 rook-version=v1.6.5
>rook-ceph-mon-a req/upd/avl: 1/1/1 rook-version=v1.6.5
>rook-ceph-mon-b req/upd/avl: 1/1/1 rook-version=v1.6.5
>rook-ceph-mon-c req/upd/avl: 1/1/1 rook-version=v1.6.5
>rook-ceph-osd-0 req/upd/avl: 1// rook-version=v1.6.5
>rook-ceph-osd-1 req/upd/avl: 1/1/1 rook-version=v1.5.9
>rook-ceph-osd-2 req/upd/avl: 1/1/1 rook-version=v1.5.9
>```
Expand All @@ -366,14 +366,14 @@ An easy check to see if the upgrade is totally finished is to check that there i
# kubectl -n $ROOK_CLUSTER_NAMESPACE get deployment -l rook_cluster=$ROOK_CLUSTER_NAMESPACE -o jsonpath='{range .items[*]}{"rook-version="}{.metadata.labels.rook-version}{"\n"}{end}' | sort | uniq
This cluster is not yet finished:
rook-version=v1.5.9
rook-version=v1.6.4
rook-version=v1.6.5
This cluster is finished:
rook-version=v1.6.4
rook-version=v1.6.5
```

## 5. Verify the updated cluster

At this point, your Rook operator should be running version `rook/ceph:v1.6.4`.
At this point, your Rook operator should be running version `rook/ceph:v1.6.5`.

Verify the Ceph cluster's health using the [health verification section](#health-verification).

Expand Down
2 changes: 1 addition & 1 deletion Documentation/nfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can read further about the details and limitations of these volumes in the [
First deploy the Rook NFS operator using the following commands:

```console
$ git clone --single-branch --branch v1.6.4 https://github.com/rook/rook.git
$ git clone --single-branch --branch v1.6.5 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/nfs
kubectl create -f common.yaml
kubectl create -f operator.yaml
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/cassandra/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
serviceAccountName: rook-cassandra-operator
containers:
- name: rook-cassandra-operator
image: rook/cassandra:v1.6.4
image: rook/cassandra:v1.6.5
imagePullPolicy: "Always"
args: ["cassandra", "operator"]
env:
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/direct-mount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-direct-mount
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/operator-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/osd-purge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: osd-removal
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
# TODO: Insert the OSD ID in the last parameter that is to be removed
# The OSD IDs are a comma-separated list. For example: "0" or "0,2".
args: ["ceph", "osd", "remove", "--osd-ids", "<OSD-IDs>"]
Expand Down
4 changes: 2 additions & 2 deletions cluster/examples/kubernetes/ceph/toolbox-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
initContainers:
- name: config-init
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
command: ["/usr/local/bin/toolbox.sh"]
args: ["--skip-watch"]
imagePullPolicy: IfNotPresent
Expand All @@ -32,7 +32,7 @@ spec:
mountPath: /etc/rook
containers:
- name: script
image: rook/ceph:v1.6.4
image: rook/ceph:v1.6.5
volumeMounts:
- mountPath: /etc/ceph
name: ceph-config
Expand Down
Loading

0 comments on commit 2ee2047

Please sign in to comment.