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

tail feature does not work with Dockerfile builds #591

Open
2 tasks done
warango4 opened this issue Jun 6, 2023 · 0 comments
Open
2 tasks done

tail feature does not work with Dockerfile builds #591

warango4 opened this issue Jun 6, 2023 · 0 comments
Labels
bug Something isn't working MIGRATED-MIGRATED Migrated to private repo needs-triage

Comments

@warango4
Copy link
Contributor

warango4 commented Jun 6, 2023

Please fill out the issue checklist below and provide ALL the requested information.

  • I reviewed open and closed Github issues that may be related to my problem.
  • I am reporting a bug that others will be able to reproduce.

Describe the bug

tail does not work when creating a workload with Dockerfile builds even if the workload is valid and becomes ready

Expected behavior

Show logs like with any other workload source

Steps to Reproduce

tanzu apps workload apply tanzu-java-web-app-dockerfile9 \
  --namespace dev \
  --git-branch main --git-commit "1ca82aea6b43f93f4109f24dee5d71c4fe7f5055" \
  --git-repo https://github.com/garethjevans/tanzu-java-web-app-dockerfile \
  --label apps.tanzu.vmware.com/has-tests=true \
  --label app.kubernetes.io/part-of=test-workload \
  --type web \
  --param dockerfile=./Dockerfile \
  --yes --tail

Error waiting for ready condition: Failed to become ready: unable to retrieve outputs for resource [image-provider] in supply chain [source-to-url]: failed to find any healthy object in the set of immutable stamped objects

Screenshots

If applicable, add screenshots to help explain your problem.

Version (Apps plugin version, Version of K8s running on cluster)

Put the output of the following commad

tanzu version && tanzu apps version
version: v0.90.0-beta.0
buildDate: 2023-05-31
sha: 1fc71327
v0.12.0-build.4

Environment where the bug was observed (cloud, OS, etc)

MacOS Ventura 13.4

Additional context & Relevant Debug Output (Logs, etc)

Add any other context about the problem here.

@warango4 warango4 added bug Something isn't working needs-triage labels Jun 6, 2023
@heyjcollins heyjcollins added the MIGRATED-MIGRATED Migrated to private repo label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MIGRATED-MIGRATED Migrated to private repo needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants