kubernetes-sigs / node-feature-discovery-operator

Operator for managing Node Feature Discovery deployment
Apache License 2.0
66 stars 29 forks source link

skipperizing the repo #215

Closed yevgeny-shnaidman closed 6 months ago

yevgeny-shnaidman commented 6 months ago

skipper is a tool that allows executing all Makefile commands in the container enviroment, without any need to install project dependencies on the host. It is especially useful when working on different multiple projects. All it requires is installing docker and skipper on the host. skipper is used besides the Makefile, meaning: if somebody does not want to use skipper, he can run makefile commands as usual. skipper can be used on Golang project, Python projects and almost any other programical language Example: 1) without skipper: install GO on your host run: make build make image make deploy 2) with skipper: run: skipper make build skipper make make skipper make deploy

skipper also supports passing environment variable to Makefile. skipper repo: https://github.com/Stratoscale/skipper

yevgeny-shnaidman commented 6 months ago

/assign @marquiz /assign @ArangoGutierrez

yevgeny-shnaidman commented 6 months ago

Thanks @yevgeny-shnaidman for the contribution.

Could we also have a small update on the documentation (docs/advanced/developer-guide.md). For example, describe the same things as in the commit message

@marquiz added a skipper section to the docs

marquiz commented 6 months ago

ping @ArangoGutierrez

k8s-ci-robot commented 6 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ArangoGutierrez, marquiz, yevgeny-shnaidman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/node-feature-discovery-operator/blob/master/OWNERS)~~ [ArangoGutierrez,marquiz] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment