howieyuen

Results 11 issues of howieyuen

for example: ![image](https://user-images.githubusercontent.com/23924124/184532480-085653ec-0170-4496-bf0e-9759eb792aab.png)

cli

related: #12 - it's an alpha feature - only support Namespace/Service/Deployment of k8s - printers need table generators according to k8s internal implements preview: ![image](https://user-images.githubusercontent.com/23924124/184531444-6c2fdc44-1d6e-4b70-b288-03fde3050f65.png)

feature
cli
runtime

Now, kusion only support CRUD on k8s resources, we need to expand its capabilities to any schema

engine
proposal
priority/important-longterm

## 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....

feature
cli

## 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...

good first issue
kind/feature
area/cli

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

help wanted
kind/bug
kind/documentation

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...

cli

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...

kind/bug