Closed alias-rahil closed 2 years ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
@alias-rahil: Closing this issue.
Why?
Based on the current open issues, lots of users are having a hard time making the code generation script to work correctly for their projects. The current implementation is a bash script that heavily depends on:
$GOPATH/src/github.com/kubernetes/sample-controller
How?
Docker supports exporting build artifacts to the host machine via buildkit. We can leverage this feature. This will also make verifying codegen in CI pipelines very easy. Sample dockerfile:
I would be happy to make a PR or give more clarity on the idea if required.