Mickaël Canévet

Results 82 comments of Mickaël Canévet

I have a minimal working example to reproduce this : https://gist.github.com/mcanevet/f698b53a32ac28a03b729c40d9d07b9f When removing `vault_*` resources, it works, but when trying to create `vault_*` resources I get `Error: Get "https://127.0.0.1:8200/v1/auth/token/lookup-self": dial...

I think this "feature" is not officially supported yet (https://github.com/hashicorp/terraform/issues/4149), but somehow works for some providers.

I think I finally found out the origin of my issue. We have a Gitlab CI variable that contains a json string that is getting very long (a little bit...

@YashasviChaurasia are you still interested in working on this? I'd really like to have this feature.

When using master + OpenCore files from https://github.com/banhbaoxamlan/X230-Hackintosh/commit/9b80582f4e471b2f4e3021cc1255444e2e39965b it works fine. ``` EFI/BOOT/BOOTx64.efi EFI/OC/Drivers/OpenCanopy.efi EFI/OC/Drivers/OpenRuntime.efi EFI/OC/OpenCore.efi EFI/OC/Tools/OpenShell.efi ``` I don't really know which exact version of OpenCore it points to...

@banhbaoxamlan I'm wondering where does the OpenCore binaries you are using come from exactly. I'm looking for the commit ref of the OpenCore binary provided in 9b80582 (which works for...

@MrFiskare I don't have my x230 anymore, sorry.

I had to enable clusterResourceWhitelist on the specific group I'm using on my AppProjet so that I can see the Composite Resource in ArgoCD. But if I understand correctly, this...

@voelzmo I think support for Custom Resource should works, but as it does not, I guess `Provider.pkg.crossplane.io` does not implements the [/scale subresource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource).

Indeed: https://github.com/crossplane/crossplane/blob/c388baa88eaf2efe59be1638f7be5d775cdf3bff/cluster/crds/pkg.crossplane.io_providers.yaml#L197-L198