You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also evaluate moving samples to their own repo.
This would allow for a better separation of concerns, improve discoverability and facilitate community contributions
/area build
/kind doc
Keep things simple. Each sample folder should contain all it needs to be followed.
Expected Behavior
Each sample folder should contain all thing necessary to build and deploy.
For example, I expect a Dockerfile in this folder
Actual Behavior
Sample folders depend on a common Dockerfile that expects a certain folder structure and argument:
RUN CGO_ENABLED=0 go build ./sample/${SAMPLE}
This prevent to easily re-use the samples and requires developers to adjust the samples to their setup.
The text was updated successfully, but these errors were encountered: