howieyuen
howieyuen
for example: 
related: #12 - it's an alpha feature - only support Namespace/Service/Deployment of k8s - printers need table generators according to k8s internal implements preview: 
Now, kusion only support CRUD on k8s resources, we need to expand its capabilities to any schema
## Description we need version upgrade tips for user , for example, when run `kusion version` cmd ## Expectation ``` kusion version warning: A new version of Kusion is available....
## Background The initial requirement of `kusion watch` comes from the fact that after the user successfully creates, modifies or deletes the resource using the `kusion apply`, which can monitor...
the link of ThanosRuler section is https://prometheus-operator.dev/docs/operator/design/thanos.md may be this ? https://prometheus-operator.dev/docs/operator/thanos/ more info see here: https://prometheus-operator.dev/docs/operator/design/#thanosruler
related: https://github.com/KusionStack/kusion/issues/23#issuecomment-1272855221
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) 1. cd `appops/guestbook-frontend` of konfig, delete `project.yaml` 2. cd `prod` stack, execute...
Kubernetes Code: https://github.com/kubernetes/kubernetes/blob/26842bb0c8fcf89885798a2ebd9a97cd104e78bf/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go#L37 ```go // ``` // ::= // // (Note that may be empty, from the "" case in .) // // ::= 0 | 1 | ... |...
### What happened? `crd2pulumi --goPath ./crontabs crontab.yaml` generate code under package `kubernetes` not under `crontabs` ### Steps to reproduce Just like README says, prepare `crontab.yaml` first, then run `crd2pulumi --goPath...