File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
modules/manage/examples/kubernetes Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ Feature : Upgrading redpanda
2+ @skip:gke @skip:aks @skip:eks @skip:k3d
3+ Scenario : Redpanda upgrade from 25.2.11
4+ Given I apply Kubernetes manifest:
5+ """
6+ ---
7+ apiVersion: cluster.redpanda.com/v1alpha2
8+ kind: Redpanda
9+ metadata:
10+ name: cluster-upgrade
11+ spec:
12+ clusterSpec:
13+ image:
14+ repository: redpandadata/redpanda
15+ tag: v25.2.11
16+ console:
17+ enabled: false
18+ statefulset:
19+ replicas: 3
20+ sideCars:
21+ image:
22+ tag: dev
23+ repository: localhost/redpanda-operator
24+ """
25+ And cluster "cluster-upgrade" should be stable with 3 nodes
26+ Then I apply Kubernetes manifest:
27+ """
28+ ---
29+ apiVersion: cluster.redpanda.com/v1alpha2
30+ kind: Redpanda
31+ metadata:
32+ name: cluster-upgrade
33+ spec:
34+ clusterSpec:
35+ image:
36+ repository: redpandadata/redpanda-unstable
37+ tag: v25.3.1-rc4
38+ console:
39+ enabled: false
40+ statefulset:
41+ replicas: 3
42+ sideCars:
43+ image:
44+ tag: dev
45+ repository: localhost/redpanda-operator
46+ """
47+ And cluster "cluster-upgrade" should be stable with 3 nodes
You can’t perform that action at this time.
0 commit comments