Skip to content

k8s tests - CLI tool installation (Kind, kubectl) fails intermittently on Azure Windows test agents #544

Description

@serbangeorge-m

On some Azure Windows CI agents, CLI tool installations (Kind, kubectl) fail silently during Playwright e2e tests, causing downstream test failures.

  • After clicking "Create new" button on the Kind resource card, a popup dialog appears asking "Kind is not installed, do you want to install the latest version?" with Cancel/Confirm buttons
  • This dialog is unexpected because the "Install Kind CLI" test step should have already installed Kind
  • STDERR shows spawn kind.exe ENOENT and spawn kubectl.exe ENOENT errors
  • Same test suite passes on some agents but fails on others
STDERR: [kind] RunErrorImpl: Failed to execute command: spawn kind ENOENT
STDERR: [kind] RunErrorImpl: Failed to execute command: spawn C:\Users\...\extensions-storage\podman-desktop.kind\bin\kind.exe ENOENT

STDERR: [kubectl-cli] Error getting kubectl from user PATH: spawn kubectl.exe ENOENT
STDERR: [kubectl-cli] Error getting kubectl version system from extension storage path: spawn ...\bin\kubectl.exe ENOENT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions