Adam Cornett
Adam Cornett
### Describe the bug When trying to pull an image from a registry ie `quay.io` with an auth file that contains multiple entries for the same registry, crane gives an...
**Is your feature request related to a problem?** This controller is missing the `olm` file, so that needs to be added so that the code generation during releases kicks off....
**What is the URL of the document?** [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/) **Which section(s) is the issue in?** N/A **What needs fixing?** Section 4 should become section 5 and section 4 should...
**Describe the bug** With the latest release of the EC2 controller, [tags](https://github.com/aws-controllers-k8s/ec2-controller/blob/main/apis/v1alpha1/vpc.go#L83-L86) were added to the VPC CR. With this addition, the controller now fails if a user does not...
**Description of the change:** Updating error log when calling `Resolve` method to log `ref.String()` since if there is an error `name` will be `nil` and the logging an empty value...
## Bug Report #### What did you do? Ran the following ``` mkdir nginx-operator cd nginx-operator operator-sdk init --plugins helm --domain example.com --group demo --version v1alpha1 --kind Nginx make bundle...
### GitHub Username @acornett21 ### Requirements - [x] I have reviewed the community membership guidelines (https://github.com/operator-framework/community/blob/master/community-membership.md) - [x] I have enabled 2FA on my GitHub account (https://github.com/settings/security) - [x] I...
# Motivation Having paramaters in the make file and in the docker file, lead to the binaries being build differently for dev vs container work, and also make changes need...
Below are some of the issues that should be looked at before a release is cut so that the sdk is stable and back to a usable state for all...
**Is your feature request related to a problem?** When new versions of golangs are released, we have to spend a decent amount of time updating all of the docker files....