Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rook
Commits
f4011b9f
Unverified
Commit
f4011b9f
authored
5 years ago
by
Travis Nielsen
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #4705 from travisn/release-1.1.9
Set the v1.1.9 release tag
parents
ccabcd53
87da6301
release-1.1
v1.1.9
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
Documentation/ceph-upgrade.md
+2
-2
Documentation/ceph-upgrade.md
cluster/examples/coreos/after-reboot-daemonset.yaml
+1
-1
cluster/examples/coreos/after-reboot-daemonset.yaml
cluster/examples/coreos/before-reboot-daemonset.yaml
+1
-1
cluster/examples/coreos/before-reboot-daemonset.yaml
cluster/examples/kubernetes/cassandra/operator.yaml
+1
-1
cluster/examples/kubernetes/cassandra/operator.yaml
cluster/examples/kubernetes/ceph/operator-openshift.yaml
+1
-1
cluster/examples/kubernetes/ceph/operator-openshift.yaml
cluster/examples/kubernetes/ceph/operator.yaml
+1
-1
cluster/examples/kubernetes/ceph/operator.yaml
cluster/examples/kubernetes/ceph/toolbox.yaml
+1
-1
cluster/examples/kubernetes/ceph/toolbox.yaml
cluster/examples/kubernetes/cockroachdb/operator.yaml
+1
-1
cluster/examples/kubernetes/cockroachdb/operator.yaml
cluster/examples/kubernetes/edgefs/operator.yaml
+1
-1
cluster/examples/kubernetes/edgefs/operator.yaml
cluster/examples/kubernetes/minio/operator.yaml
+1
-1
cluster/examples/kubernetes/minio/operator.yaml
cluster/examples/kubernetes/nfs/operator.yaml
+2
-2
cluster/examples/kubernetes/nfs/operator.yaml
cluster/examples/kubernetes/yugabytedb/operator.yaml
+1
-1
cluster/examples/kubernetes/yugabytedb/operator.yaml
with
14 additions
and
14 deletions
+14
-14
Documentation/ceph-upgrade.md
+
2
-
2
View file @
f4011b9f
...
...
@@ -43,10 +43,10 @@ With this upgrade guide, there are a few notes to consider:
## Patch Release Upgrades
Unless otherwise noted due to extenuating requirements, upgrades from one patch release of Rook to
another are as simple as updating the image of the Rook operator. For example, when Rook v1.1.
8
is
another are as simple as updating the image of the Rook operator. For example, when Rook v1.1.
9
is
released, the process of updating from v1.1.0 is as simple as running the following:
```
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.1.
8
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.1.
9
```
## Upgrading from v1.0 to v1.1
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/coreos/after-reboot-daemonset.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -21,7 +21,7 @@ spec:
effect
:
NoSchedule
containers
:
-
name
:
ceph-after-reboot-check
image
:
rook/ceph:v1.1.
8
image
:
rook/ceph:v1.1.
9
imagePullPolicy
:
IfNotPresent
command
:
[
"
/scripts/status-check.sh"
]
env
:
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/coreos/before-reboot-daemonset.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -21,7 +21,7 @@ spec:
effect
:
NoSchedule
containers
:
-
name
:
ceph-before-reboot-check
image
:
rook/ceph:v1.1.
8
image
:
rook/ceph:v1.1.
9
imagePullPolicy
:
IfNotPresent
command
:
[
"
/scripts/status-check.sh"
]
env
:
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/cassandra/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -186,7 +186,7 @@ subjects:
serviceAccountName
:
rook-cassandra-operator
containers
:
-
name
:
rook-cassandra-operator
image
:
rook/cassandra:v1.1.
8
image
:
rook/cassandra:v1.1.
9
imagePullPolicy
:
"
Always"
args
:
[
"
cassandra"
,
"
operator"
]
env
:
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/ceph/operator-openshift.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -111,7 +111,7 @@ spec:
serviceAccountName
:
rook-ceph-system
containers
:
-
name
:
rook-ceph-operator
image
:
rook/ceph:v1.1.
8
image
:
rook/ceph:v1.1.
9
args
:
[
"
ceph"
,
"
operator"
]
volumeMounts
:
-
mountPath
:
/var/lib/rook
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/ceph/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -31,7 +31,7 @@ spec:
serviceAccountName
:
rook-ceph-system
containers
:
-
name
:
rook-ceph-operator
image
:
rook/ceph:v1.1.
8
image
:
rook/ceph:v1.1.
9
args
:
[
"
ceph"
,
"
operator"
]
volumeMounts
:
-
mountPath
:
/var/lib/rook
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/ceph/toolbox.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -18,7 +18,7 @@ spec:
dnsPolicy
:
ClusterFirstWithHostNet
containers
:
-
name
:
rook-ceph-tools
image
:
rook/ceph:v1.1.
8
image
:
rook/ceph:v1.1.
9
command
:
[
"
/tini"
]
args
:
[
"
-g"
,
"
--"
,
"
/usr/local/bin/toolbox.sh"
]
imagePullPolicy
:
IfNotPresent
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/cockroachdb/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -94,7 +94,7 @@ spec:
serviceAccountName
:
rook-cockroachdb-operator
containers
:
-
name
:
rook-cockroachdb-operator
image
:
rook/cockroachdb:v1.1.
8
image
:
rook/cockroachdb:v1.1.
9
args
:
[
"
cockroachdb"
,
"
operator"
]
env
:
-
name
:
POD_NAME
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/edgefs/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -370,7 +370,7 @@ spec:
serviceAccountName
:
rook-edgefs-system
containers
:
-
name
:
rook-edgefs-operator
image
:
rook/edgefs:v1.1.
8
image
:
rook/edgefs:v1.1.
9
imagePullPolicy
:
"
Always"
args
:
[
"
edgefs"
,
"
operator"
]
env
:
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/minio/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -95,7 +95,7 @@ spec:
serviceAccountName
:
rook-minio-operator
containers
:
-
name
:
rook-minio-operator
image
:
rook/minio:v1.1.
8
image
:
rook/minio:v1.1.
9
args
:
[
"
minio"
,
"
operator"
]
env
:
-
name
:
POD_NAME
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/nfs/operator.yaml
+
2
-
2
View file @
f4011b9f
...
...
@@ -103,7 +103,7 @@ spec:
serviceAccountName
:
rook-nfs-operator
containers
:
-
name
:
rook-nfs-operator
image
:
rook/nfs:v1.1.
8
image
:
rook/nfs:v1.1.
9
imagePullPolicy
:
IfNotPresent
args
:
[
"
nfs"
,
"
operator"
]
env
:
...
...
@@ -192,7 +192,7 @@ spec:
serviceAccount
:
rook-nfs-provisioner
containers
:
-
name
:
rook-nfs-provisioner
image
:
rook/nfs:v1.1.
8
image
:
rook/nfs:v1.1.
9
imagePullPolicy
:
IfNotPresent
args
:
[
"
nfs"
,
"
provisioner"
,
"
--provisioner=rook.io/nfs-provisioner"
]
env
:
...
...
This diff is collapsed.
Click to expand it.
cluster/examples/kubernetes/yugabytedb/operator.yaml
+
1
-
1
View file @
f4011b9f
...
...
@@ -100,7 +100,7 @@ spec:
serviceAccountName
:
rook-yugabytedb-operator
containers
:
-
name
:
rook-yugabytedb-operator
image
:
rook/yugabytedb:v1.1.
8
image
:
rook/yugabytedb:v1.1.
9
args
:
[
"
yugabytedb"
,
"
operator"
]
env
:
-
name
:
POD_NAME
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help