-
Notifications
You must be signed in to change notification settings - Fork 38
Add qbarrand to reviewers and approvers #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Welcome @qbarrand! |
Add empty CI scripts.
|
/cc @mrunalp |
Adds a NodeReconciler that reconciles Modules that apply to modified Nodes. Get rid of KernelDaemonSetsMap in the Module API. Instead, Module maintains its ownership of the DaemonSets through the oot.node.kubernetes.io/module.name label. Add a new e2e workflow with two nodes that involves labeling and unlabeling the second node to verify that the module gets loaded and unloaded as expected.
…ment. (#7) Among the consequences of vendoring dependencies is the fact that we cannot go install any package from the internet. We have to either: - list the code of the package as a dependency and vendor it, even though the operator does not use it, or; - install the binary we need through other means. This commit installs golangci-lint by downloading it from the GitHub release.
mrunalp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrunalp, qbarrand 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:
Approvers can indicate their approval by writing |
Add contributors of https://github.com/qbarrand/oot-operator.Only add @qbarrand for now as other contributors are not members of the
kubernetes-sigsorg yet.Add empty CI scripts to pass the mandatory CI.