File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
}
36
36
}
37
+ },
38
+ "vscode" : {
39
+ "extensions" : [
40
+ " github.codespaces" ,
41
+ " github.copilot" ,
42
+ " github.copilot-chat" ,
43
+ " github.vscode-github-actions" ,
44
+ " bat67.markdown-extension-pack" ,
45
+ " bracketpaircolordlw.bracket-pair-color-dlw" ,
46
+ " eamodio.gitlens" ,
47
+ " golang.go" ,
48
+ " ms-vscode.makefile-tools" ,
49
+ " onsi.vscode-ginkgo" ,
50
+ " redhat.vscode-yaml" ,
51
+ " streetsidesoftware.code-spell-checker" ,
52
+ " visualstudioexptteam.vscodeintellicode" ,
53
+ " wayou.vscode-todo-highlight" ,
54
+ ]
37
55
}
38
56
},
39
57
"postCreateCommand" : " bash .devcontainer/setup-dev-container.sh"
40
58
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
41
59
// "remoteUser": "root"
42
- }
60
+ }
Original file line number Diff line number Diff line change 54
54
55
55
# Step 6: Verify COSI driver Pod Status
56
56
log_and_run echo " Verifying COSI driver Pod status..."
57
- if ! kubectl wait --namespace scality-object-storage --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=20s ; then
57
+ if ! kubectl wait --namespace scality-object-storage --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=30s ; then
58
58
echo " Error: COSI driver Pod did not reach ready state." | tee -a " $LOG_FILE "
59
59
exit 1
60
60
fi
You can’t perform that action at this time.
0 commit comments