Skip to content

Skaffold does not work when using remote docker over ssh #5703

@agorgl

Description

@agorgl

Expected behavior

Using skaffold in an environment where DOCKER_HOST=ssh://somehost is defined should work, as this is a supported docker transport method.

Actual behavior

Skaffold tries to connect over http to the given host, ignoring the 'ssh://' part

Information

  • Skaffold version: v1.22.0
  • Operating system: Windows
  • Installed via: Scoop

Steps to reproduce the behavior

  1. Run docker on a remote host that you can also connect with ssh
  2. Set environment variable DOCKER_HOST=ssh://yourhost
  3. Run skaffold dev on a project

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/buildarea/testingIssues concerning the testing phase of Skaffoldhelp wantedWe would love to have this done, but don't have the bandwidth, need help from contributorskind/feature-requestpriority/p3agreed that this would be good to have, but no one is available at the moment.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions