Chuan-Yen Chiang

Results 9 comments of Chuan-Yen Chiang

I spent some time to look at this issue and also took a look on the following PRs: * https://github.com/crossplane/crossplane/issues/1756 * https://github.com/crossplane-contrib/provider-gcp/pull/257 From those references, I can see in common...

@jbw976 Hi! I create another PR since @padlar's work has been closed and we would like to have this feature to continue our work for functions. See if we can...

Hi @maximilianbraun, I spent some time to dig into this issue, and I found that it's a bit tricky. Somehow it also related to how [fsreader](https://github.com/crossplane/crossplane-runtime/blob/main/pkg/parser/fsreader.go#L118) been implemented. Consider we...

This is because of the [L64](https://github.com/crossplane/provider-template/blob/main/cmd/provider/main.go#L64) in the main function. Enable debug feature will not see those errors.

It looks like crossplane-runtime on `release-1.16.0` is using `sigs.k8s.io/controller-runtime v0.17.0`. To narrow down the root cause. - `crossplane-runtime` is not compatible with `sigs.k8s.io/controller-runtime` on version ">=0.18.0" - [Here](https://github.com/kubernetes-sigs/controller-runtime/commit/993191909fa2b409eed70c65cdeab1881fc781f5#diff-243ebed2765f75e6a54f57167212fefb08c3b2a85967ad2acbc0eb78919019c1L87) is the...

> very cool to see the classic provider template get some attention! thank you for taking the time to do that 🙇‍♂️ > > can you provide a few more...

@jbw976 Hey, no problem! I will fix it before the end of next week.

> This mostly looks pretty complete to me @cychiang, thanks for continuing to drive it! > > i've left a few comments for you - other than those, what else...

@phisco Hey! Just update the branch, and would be good to have some feedback here. :-)