-
Notifications
You must be signed in to change notification settings - Fork 8
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
Scaffolding for the Compass-manager #2
Conversation
config/default/kustomization.yaml
Outdated
#commonLabels: | ||
# someName: someValue |
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.
I'd add a label, like app=compass-manager
or smth
`api/` and `controllers/` are needed for the docker build
/test void404_test_of_prowjob_pre-main-compass-manager-trivy |
@VOID404: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Makefile
Outdated
@@ -0,0 +1,157 @@ | |||
|
|||
# Image URL to use all building/pushing image targets | |||
IMG ?= controller:latest |
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.
Default name could be a bit more specific?
IMG ?= controller:latest | |
IMG ?= compass-manager:latest |
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.
compass-manager-controller
? 😛
compass-controller
?
@mvshao: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
Changes proposed in this pull request:
kubebuilder
v3 API