Skip to content

Instantly share code, notes, and snippets.

@pablorsk
Last active March 3, 2021 00:12
Show Gist options
  • Save pablorsk/ab872e0edc8cb35c78bfd5fe245b7708 to your computer and use it in GitHub Desktop.
Save pablorsk/ab872e0edc8cb35c78bfd5fe245b7708 to your computer and use it in GitHub Desktop.
devspace common problems

Common problems

DevSpace still couldn't find any Pods that...

Problem

$ devspace dev
[...]
DevSpace still couldn't find any Pods that match the selector. DevSpace will continue waiting, but this operation might timeout

Solution

Solve this checking deployments[0].namespace value on devspace.yml file. Use this {value} on this command

$ devspace dev -t {value}
[...]
Port forwarding started on 8001:80, 8002:80 (saldo/panel-688dd6bd7b-kb7qx)

Or set namespace

$ devspace use namespace {value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment