File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
internal/controllers/storage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 - name : Setup k8s cluster
9797 run : |
9898 kind create cluster \
99- --image=kindest/node:v1.25.3 \
99+ --image=kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e \
100100 --config=./tests/cfg/kind-cluster-config.yaml
101101
102102 kubectl wait --timeout=5m --for=condition=ready node -l worker=true
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : |
109109 kind delete cluster
110110 kind create cluster \
111- --image=kindest/node:v1.25.3 @sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5 \
111+ --image=kindest/node:v1.31.2 @sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e \
112112 --config=./tests/cfg/kind-cluster-config.yaml
113113
114114 kubectl wait --timeout=5m --for=condition=ready node -l worker=true
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ func (r *Reconciler) initializeBlobstorage(
193193 storage ,
194194 corev1 .EventTypeWarning ,
195195 "InitializingStorage" ,
196- "Failed initBlobstorage Job, check Pod logs for addditional info" ,
196+ "Failed initBlobstorage Job, check Pod logs for additional info" ,
197197 )
198198 meta .SetStatusCondition (& storage .Status .Conditions , metav1.Condition {
199199 Type : StorageInitializedCondition ,
You can’t perform that action at this time.
0 commit comments