wasmCloud / wasmcloud-operator

Kubernetes operator for declaratively deploying wasmCloud applications (via wadm) and hosts on Kubernetes.
Apache License 2.0
18 stars 7 forks source link

Implement a v1alpha2 of the WasmCloudHostConfig CRD #41

Open protochron opened 3 weeks ago

protochron commented 3 weeks ago

Our CRD has become a bit unwieldy and disorganized because of the various options we've added since the project started. We should create a v1alpha2 version and restructure everything so that it makes sense. It should include all of the available host configuration options in a dedicated section separate from k8s-related configuration.

protochron commented 3 weeks ago

@joonas thoughts here?