Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skaffold unable to update labels when deploying to namespace other than default #1112

Closed
ianlewis opened this issue Oct 8, 2018 · 0 comments
Assignees
Labels
area/labels kind/bug Something isn't working

Comments

@ianlewis
Copy link

ianlewis commented Oct 8, 2018

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

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

  1. Create manifest files that deploy to another namespace other than default
  2. Run 'skaffold dev' or 'skaffold run' to deploy
@balopat balopat added the kind/bug Something isn't working label Oct 8, 2018
@dgageot dgageot self-assigned this Oct 8, 2018
dgageot added a commit to dgageot/skaffold that referenced this issue Oct 8, 2018
dgageot added a commit to dgageot/skaffold that referenced this issue Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/labels kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants