dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.3k stars 520 forks source link

Problen with deploy #1620

Open jfcastroa opened 7 months ago

jfcastroa commented 7 months ago

Describe the bug

When I will go to deploy the example aplications in kubernetes( Docker desktop local) from wsl2 , The status pods is "CrashLoopOff". When I go to the log in the containers(docker desktop) I see the message: erortyedeploy

Unhandled exception. System.IO.FileNotFoundException: Could not find file '/app/localhost.pfx'.

Note: the pfx file is in the solution, in each project

To Reproduce

  1. All the steps in tutorial "https://github.com/dotnet/tye/blob/main/docs/tutorials/hello-tye/00_run_locally.md", included the step for the generate the certificate for linux.
  2. All the steps in tutorial https://github.com/dotnet/tye/blob/main/docs/tutorials/hello-tye/01_deploy.md

Got Exceptions? Include both the message and the stack trace

-->Unhandled exception. System.IO.FileNotFoundException: Could not find file '/app/localhost.pfx'.

Further technical details