Christopher Haar

Results 247 comments of Christopher Haar

we had today one issue @ytsarev pointed me to this issue: we had some resource without any status for example: ``` NAME READY SYNCED EXTERNAL-NAME dbinstance.rds.aws.crossplane.io/xxx-db-imported-res-kgqhq-jgcvd xxxx ``` we checked...

think this was more to hide our AWS-ID :D - think this is not related

yes same source thats interesting - this was the latest version before we switched to uxp https://github.com/upbound/universal-crossplane/issues/314#issuecomment-1464861649 `2023-03-31T14:44:05Z DEBUG crossplane incompatible Crossplane version {"controller": "packages/configurationrevision.pkg.crossplane.io", "request": "/crossplane-sop-tenant-composition-b34e22a64809", "uid": "9a7b5d7c-88fa-4dcf-808d-a0eb75a8d7e8", "version":...

we can reproduce this issue 1) install crossplane/crossplane helm-chart 2) build a `configuration.meta.pkg.crossplane.io` package with spec.crossplane.version `>=v1.10.0` 3) apply the configuration package - a new `configurationrevision.pkg.crossplane.io` is created 4) update...

We faced a problem with the provider-helm in one environment, we using a few old v1alpha1 releases. In the past we introduced v1beta1 releases and later introduced new fields like...

``` kubectl get --raw /apis/helm.crossplane.io/v1alpha1/releases/xyz | jq { "apiVersion": "helm.crossplane.io/v1alpha1", "kind": "Release", "metadata": { "annotations": { "crossplane.io/composition-resource-name": "xyz", "crossplane.io/external-create-pending": "2024-03-12T22:29:06Z", "crossplane.io/external-create-succeeded": "2024-03-12T22:29:08Z", "crossplane.io/external-name": "xyz" }, "creationTimestamp": "2024-03-12T22:29:06Z", "finalizers": [ "finalizer.managedresource.crossplane.io"...

The info was more that if we drop v1alpha1 we need to do something - we see in resourceRefs v1beta1 - so something is strange with fields we only have...

``` Resource Refs: API Version: helm.crossplane.io/v1beta1 Kind: Release Name: nrf777-lr8td-zcnjz ... Status: Conditions: Last Transition Time: 2024-03-22T22:50:52Z Message: cannot compose resources: cannot apply composed resource "spotinstance-controller": failed to convert new...