-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The upgrade from 24.1.13 to tip of the dev is not working as serialization of the controller log requires user to update to 24.2.X in between.
- Loading branch information
1 parent
5c31c49
commit 9e090a5
Showing
50 changed files
with
106 additions
and
811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
src/go/k8s/tests/e2e/update-image-and-node-port/02-v23-3-18-with-si-pv-addition.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
src/go/k8s/tests/e2e/update-image-and-node-port/02-v24-1-15.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: v1 | ||
data: | ||
archival-update-image-and-node-port: WA== | ||
kind: Secret | ||
metadata: | ||
creationTimestamp: null | ||
name: archival-update-image-and-node-port | ||
--- | ||
apiVersion: redpanda.vectorized.io/v1alpha1 | ||
kind: Cluster | ||
metadata: | ||
name: update-image-cluster-and-node-port | ||
spec: | ||
version: "v24.1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/go/k8s/tests/e2e/update-image-and-node-port/03-v24-1-13.yaml
This file was deleted.
Oops, something went wrong.
58 changes: 7 additions & 51 deletions
58
src/go/k8s/tests/e2e/update-image-and-node-port/04-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,14 @@ | ||
apiVersion: apps/v1 | ||
kind: StatefulSet | ||
apiVersion: batch/v1 | ||
kind: Job | ||
metadata: | ||
name: update-image-cluster-and-node-port | ||
name: wait-for-tip-of-the-dev | ||
status: | ||
readyReplicas: 3 | ||
--- | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: update-image-cluster-and-node-port-0 | ||
spec: | ||
containers: | ||
- name: redpanda | ||
image: "localhost/redpanda:dev" | ||
status: | ||
phase: "Running" | ||
--- | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: update-image-cluster-and-node-port-1 | ||
spec: | ||
containers: | ||
- name: redpanda | ||
image: localhost/redpanda:dev | ||
status: | ||
phase: "Running" | ||
--- | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: update-image-cluster-and-node-port-2 | ||
spec: | ||
containers: | ||
- name: redpanda | ||
image: localhost/redpanda:dev | ||
status: | ||
phase: "Running" | ||
conditions: | ||
- status: "True" | ||
type: Complete | ||
succeeded: 1 | ||
--- | ||
apiVersion: kuttl.dev/v1beta1 | ||
kind: TestAssert | ||
collectors: | ||
- command: ../../../hack/get-redpanda-info.sh | ||
--- | ||
apiVersion: redpanda.vectorized.io/v1alpha1 | ||
kind: Cluster | ||
metadata: | ||
name: update-image-cluster-and-node-port | ||
status: | ||
version: "dev" | ||
readyReplicas: 3 | ||
replicas: 3 | ||
upgrading: false | ||
restarting: false | ||
conditions: | ||
- type: ClusterConfigured | ||
status: "True" |
File renamed without changes.
10 changes: 0 additions & 10 deletions
10
src/go/k8s/tests/e2e/update-image-and-node-port/05-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
94 changes: 0 additions & 94 deletions
94
src/go/k8s/tests/e2e/update-image-and-node-port/06-assert.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/go/k8s/tests/e2e/update-image-and-node-port/06-disable-cloud-storage.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
src/go/k8s/tests/e2e/update-image-and-node-port/07-assert.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.