Sergen Yalçın
Sergen Yalçın
Hi @ulucinar, If you are interested in this feature, the PR can be tested with the following steps: - `kubectl -n get -o yaml > ` - Edit status subresource...
About this issue there is an example KRM function in KPT function catalog: https://catalog.kpt.dev/render-helm-chart/v0.1/ I reviewed implementation of this function to understand the design because I thought that, integrating the...
@negz I have prepared a chroot based prototype: https://github.com/sergenyalcin/custom-composition-poc/tree/main/chroot This contains a detailed README. In the next sync meeting, we can discuss the details and results.
We have two basic POCs for the two approaches and these implementations cover only the basic scenarios. However, we had chance to observe the end-to-end running processes for both options....
> I'd prefer a more general approach of being able to determine the "source" of the value. Makes sense. I would be happy to implement this. Let me update the...
Local run results for linting: With generated single terraformed file: ``` 14:10:44 [ .. ] golangci-lint 14:11:01 [ OK ] golangci-lint ``` Without generated single terraformed file: ``` 14:03:15 [...
@muvaf @turkenh I will open a PR to check the time lint job that takes the following commit https://github.com/crossplane/terrajet/commit/fd4224b01b71afd3ce883008857151eeb5c59773. Then we can compare the jobs to check whether this change...
Hi all, while looking this issue, I noticed a few things that I would like to share with you. Firstly (to understand the api of the resources), I started to...
No status updates in ExternalClient.Create implementations are allowed after crossplane-runtime #283
I had a debug session for this issue, please see my observations. Firstly the crossplane-runtime version was upgraded to `v0.15.1` that contains the following PR: https://github.com/crossplane/crossplane-runtime/pull/283 Then I provisioned `PostgreSqlServer`...
As mentioned in the description this issue, official docs suggest that using the new authorization package: `azidentity`. At this point we have a prerequisite. We need to update the go...