Skip to content

skaffold will not tail logs when just using deploy will print out logs if using build and deploy  #5592

@pcurewitz

Description

@pcurewitz

Expected behavior

it would be nice to be able to tail the pod logs with just having deploy in skaffold.yaml and running skaffold dev. Right now this does not work just goes up to watching for changes....

Also if you are using both build and deploy if you change the code you don't get the pod logs of changed state

Actual behavior

the only way to get the tailed pod logs is if you build an image and deploy

Information

  • Skaffold version: v1.21.0
  • Operating system: 18.04.5 LTS (Bionic Beaver)
  • Installed via: skaffold.dev
  • Contents of skaffold.yaml:

apiVersion: skaffold/v2beta13
kind: Config
deploy:
helm:
releases:
- name: skaffold-helm
chartPath: charts
artifactOverrides:
image: dockerrepo.broadbus.com:5000/skaffold-helm

Steps to reproduce the behavior

  1. just have deploy in skaffold.yaml file

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbash/q4-2022Issues related to Skaffold Bugbash Q4 2022help wantedWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't workingpriority/p3agreed that this would be good to have, but no one is available at the moment.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions