Skip to content

Commit 0b2affe

Browse files
committed
updated dev container
1 parent 92f22a9 commit 0b2affe

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,27 @@
3434
}
3535
}
3636
}
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+
]
3755
}
3856
},
3957
"postCreateCommand": "bash .devcontainer/setup-dev-container.sh"
4058
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4159
// "remoteUser": "root"
42-
}
60+
}

.github/scripts/setup_cosi_resources.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454

5555
# Step 6: Verify COSI driver Pod Status
5656
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
5858
echo "Error: COSI driver Pod did not reach ready state." | tee -a "$LOG_FILE"
5959
exit 1
6060
fi

0 commit comments

Comments
 (0)