Dan Lydiard
Dan Lydiard
getContsraint() should take an Event object instead of just the event name.
This is an issue if importing resources managed by another tool (such as Terraform). The auto-generated Terraform tags are clobbered by crossplane. Duplicating the tags is the manifest is also...
We have a temporary workaround by denying crossplane access to create/delete VPC subnet tags. ``` { "Effect": "Deny", "Action": [ "ec2:DeleteTags", "ec2:CreateTags" ], "Resource": [ "arn:aws:ec2:*:*:vpc/*", "arn:aws:ec2:*:*:subnet/*" ] } ```...
I cannot get this mouse to show up on Ventura via usb, wifi, or BT.
It might be possible to point the `AWS_WEB_IDENTITY_TOKEN_FILE` secret value to the resulting token provisioned with IRSA. However, i still think the `APIManager` config can support IRSA in a more...
https://cloud.redhat.com/blog/running-pods-in-openshift-with-aws-iam-roles-for-service-accounts-aka-irsa The TLDR: - Create a Role/Trust Relationship in AWS. OpenShift ROSA automatically creates the Identity Providers for you per OpenShift Cluster in AWS. - The `ServiceAccount` the 3scale PODs...
While disabling synchronization is a viable solution to the issue of immutable rules, it presents several challenges: + Temporarily turning off synchronization could lead to unforeseen issues in policies that...
I'm encountering the same issue and the kargo-api POD now fails to start. ``` time="2025-04-03T18:43:35Z" level=info msg="Starting Kargo API Server" GOMAXPROCS=8 GOMEMLIMIT=29490302976 commit=9b41a288ad4bbd2a50d7f1184d6f4dab4ba6952a version=v1.3.2 time="2025-04-03T18:44:14Z" level=error error="error creating Kubernetes client...
Update: kargo-api won’t start, even after deleting all `Events`. Are there other CRs I should check or remove? ``` time="2025-04-10T16:48:57Z" level=info msg="Starting Kargo API Server" GOMAXPROCS=8 GOMEMLIMIT=29490307072 commit=9b41a288ad4bbd2a50d7f1184d6f4dab4ba6952a version=v1.3.2 time="2025-04-10T16:49:36Z"...