We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4180 commit 36cbac4Copy full SHA for 36cbac4
examples/etcd/upgrade.yaml
@@ -0,0 +1,14 @@
1
+apiVersion: operations.kubeblocks.io/v1alpha1
2
+kind: OpsRequest
3
+metadata:
4
+ name: etcd-upgrade
5
+ namespace: demo
6
+spec:
7
+ # Specifies the name of the Cluster resource that this operation is targeting.
8
+ clusterName: etcd-cluster
9
+ type: Upgrade
10
+ upgrade:
11
+ components:
12
+ - componentName: etcd
13
+ # Valid options are: [3.6.1,3.5.15,3.5.6]
14
+ serviceVersion: "3.6.1"
0 commit comments