You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skaffold can deploy objects to a namespace other than default
Actual behavior
When using 'skaffold dev' or 'skaffold run', after deploy a warning message is shown for each object
WARN[0035] error adding label to runtime object: patching resource /foo-config: configmaps "foo-config" not found
WARN[0036] error adding label to runtime object: patching resource /bar-api: deployments.apps "bar-api" not found
Information
Skaffold version: v0.15.1
Operating system: linux
Steps to reproduce the behavior
Create manifest files that deploy to another namespace other than default
Run 'skaffold dev' or 'skaffold run' to deploy
The text was updated successfully, but these errors were encountered:
Expected behavior
skaffold can deploy objects to a namespace other than default
Actual behavior
When using 'skaffold dev' or 'skaffold run', after deploy a warning message is shown for each object
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: