Skip to content

Preview Env jobs can fail waiting on unnecessary pods #12622

Closed
@liam-j-bennett

Description

@liam-j-bennett

From Anton: https://gitpod.slack.com/archives/C032A46PWR0/p1662128693010439

Essentially, after using the installer to deploy gitpod, we (correctly) wait for the pods within the namespace to be ready. However, the namespace is used for Workspaces, which can fail or can have long startup/termination periods. Therefore, it makes sense to exclude them from the ready check in general, as they are not required to run gitpod.

We would need a relevant pod exclusion in

export async function waitUntilAllPodsAreReady(namespace: string, kubeconfig: string, shellOpts: ExecOptions) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions