Bob Haddleton

Results 189 comments of Bob Haddleton

I just thought of another way to do this today, though it's definitely a kludge - define `spec.contants.foo` in the XRD and assign `foo` the default value that you want...

In 1.14 it it will be possible to do this using the `environment` `initData` section, where you can specify constant data definitions that can then be patched into resources using...

I was also seeing OOMKilled on the RBAC pod on AWS with leaderElection disabled. I bumped the memory limit up to 1Gi and that seems to have let it finish...

There has been some discussion around allowing the composition engine to run "outside" of Crossplane, for example as a `kubectl crossplane` sub-command, and that might be a good way of...

Functions are not required in 1.14 but they will be a beta feature that will be on by default. There is work underway to implement the current Patch and Transform...

Since this is an AWS provider, I assume a lot of people (like me) will be running it on EKS, which only supports up to Kubernetes 1.21. I think a...

I saw something similar when I started using this resource last week, and much of the odd behavior is due to the way the AWS API is implemented, combined with...

I ran a test and found that it does "fail" the create step when the specified Role cannot be attached to the InstanceProfile: ``` 2023-03-22T01:03:06.285Z DEBUG provider-aws Cannot create external...

The changes in https://github.com/crossplane-contrib/provider-aws/pull/1705 may have solved much of this issue - they are in the latest release - 0.39.0

Maybe a workaround for this would be to add a MapToList conversion type to the Composition, which would take a map of key value pairs and convert it to a...