-
Notifications
You must be signed in to change notification settings - Fork 82
Set up development environment with Skaffold #393
Conversation
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Signed-off-by: knqyf263 <knqyf263@gmail.com>
@knqyf263 look like very cool framework. I have followed instruction and got this error following to
any idea ? |
@chen-keinan Are you using kind? I guess it also showed a more detailed error than |
yes using kind. this is the full output , I do not see additional error data:
|
In my environment, the image is exported at the end.
Your output shows a warning about exporting. The built image is not used for some reason.
Are you using Docker Desktop on macOS or something else? |
Using Podman |
Looks like Skaffold doesn't support Podman. |
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Signed-off-by: knqyf263 <knqyf263@gmail.com>
@chen-keinan I've updated the document. Can you please try with Docker? Skaffold is really convenient for local development. I strongly want to use it 😄 |
still unable to make it work, but I can look at it later |
OK, I'm here to help. |
Description
This PR has made several updates to streamline the setup of the development environment using Skaffold, aligning with modern Kubernetes practices. The following are the major changes:
Updated Go Version Requirement:
log/slog
) or later, updated from Go version 1.17.Revised development instructions:
Dockerfile.dev
to cater to the development environment setup with SkaffoldSubmodule Addition:
harbor-helm
to manage Helm chart dependencies for HarborremoteChart
in Skaffold seems to have a bug.