Replies: 2 comments 1 reply
-
Hmm, I've read a bit more and it seems like it has to be from an OCI registry? I'm comparing it to the capability of CUE lang. In CUE I can |
Beta Was this translation helpful? Give feedback.
-
I've simply downloaded the CRD yaml from my cluster and used the instructions on the kcl-openapi page. However, this generates models for multiple versions of the same resource. For example, the flux git_repository has v1beta1 and v1beta2. When I run kcl this throws an error because of the duplicate naming. The solution to this is not obvious. I've resorted to manually deleting the older version. This is problematic because I may need both versions when doing an upgrade. What is the recommended solution? Is it possible I missed a page in the documentation that already explains this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm very interested in using KCL at my company and trying to get comfortable with the project. I'm working on a proof of concept and I have a few questions. Here's my first question.
I am a FluxCD user, thus I have to configure HelmReleases and HelmRepositories. I'd like to use the upstream schemas for those. How do I import them?
The documentation clearly shows how to import Kubernetes schema:
It is not obvious to me how to accomplish the same thing with other schema. For example I'd like to do this with Flux, Istio, Prometheus etc.
How do I do this? Can I help with documentation for it? (I am very new to contributing to open source)
Beta Was this translation helpful? Give feedback.
All reactions