-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Labels
prow/auto-genPRs related to prow auto generation automationPRs related to prow auto generation automation
Description
Errors while generating ebs-controller
for ACK runtime v0.49.0
, code-generator v0.49.0
stdout for make build-controller
:
building ack-generate ... ok.
==== building ebs-controller ====
Copying common custom resource definitions into ebs
Building Kubernetes API objects for ebs
stderr for make build-controller
:
Error: cannot checkout tag: tag reference not found
make: *** [Makefile:35: build-controller] Error 2
Steps for closing this issue:
- Update ebs-controller
go.mod
file to updateaws-controllers-k8s/runtime
to v0.49.0 - Run
go mod tidy
for ebs-controller - Successfully generate the service controller locally using latest release of
aws-controllers-k8s/code-generator
- Run
make test
for ebs-controller - Run
make kind-test
fromaws-controllers-k8s/test-infra
repository for
ebs-controller - When kind test is successful, Create new pull request for ebs-controller
- Mention this issue number in the pull request
- When the above PR is merged, close this issue
For more guidance, create an issue
or reach out on Slack.
Metadata
Metadata
Assignees
Labels
prow/auto-genPRs related to prow auto generation automationPRs related to prow auto generation automation