Stephen Cuppett
Stephen Cuppett
Have added explicit .spec.stackName here: https://github.com/cuppett/aws-cloudformation-controller/commit/b41031363ceb9adbf5ce4bbed35f97784962a775 When not specified it'll tack on a crc32 hash of the Kubernetes UID to disambiguate. Both those mechanisms lets the object names be re-used...
I wanted to try this operator out with the [ServiceBindingOperator](https://docs.openshift.com/container-platform/4.9/applications/connecting_applications_to_services/getting-started-with-service-binding.html) on OpenShift. I've got this implemented here: https://github.com/cuppett/aws-cloudformation-controller/commit/2f94eaca6fe328e1ef42ef66f81e6056c4a9279f https://github.com/cuppett/aws-cloudformation-controller/commit/db37e2a152274173d15f8c313a49969e9f706a04 https://github.com/cuppett/aws-cloudformation-controller/commit/188444cb56f3e565d756b7b2a8d9f0178b3fea49 I can roll everything I've got forward and in via...
You may want to check this out and see if it meets your needs: https://github.com/cuppett/cloudformation-operator/pull/32
@linki you'll probably want this one before creating a 0.9
Noticed dependabot had bumped the client-go, controller-runtime versions and now wants to do golang as well. Bumping those may be okay, but could also cause issues. As a separate PR,...
@linki I've added a couple commits here that will keep the dependabot from trying to bump SDK-specific libraries. Also, I've got the current bumps all covered (which will make the...
> @luoyimu1 Yes, that's related to this issue. > > Ideally, in the "status" section of the Stack resource we would have information about the real state of the CloudFormation...
> > @luoyimu1 Yes, that's related to this issue. > > Ideally, in the "status" section of the Stack resource we would have information about the real state of the...
The merge we did already makes Status output which looks just like that per resource. :) On Wed, Mar 24, 2021, 6:17 AM Martin Linkhorst ***@***.***> wrote: > @cuppett That...
> Yes, I saw that and it's awesome > > I'll leave this issue open for now because it's about publishing events as well. CloudFormation has two features we don't...