Cheng Wang
Cheng Wang
Issue: We can use `helm template` to generate chart yaml locally, '-s' to specify the given templates, like this: ``` helm template . -s templates/abc.yaml --dry-run ``` But if the...
**What happened**: Firstly apply a `BroadcastJob` yaml to the cluster, we can see the job pod `Completed`. Then change the spec and apply to the cluster, the controller take no...
In ~/.oh-my-zsh/plugins/git/git.plugin.zsh#L138 ``` alias gf='git fetch' ``` The `gf` command is in conflict with zsh alias `git fetch`, PTAL thanks.
It is my first time to go install gf-cli, exec go install as follows: ``` go install github.com/gogf/gf-cli/v2/gf@latest go: downloading github.com/gogf/gf-cli v1.17.0 go: downloading github.com/gogf/gf-cli/v2 v2.0.0-rc go install: github.com/gogf/gf-cli/v2/gf@latest: module...
**What happened**: When running the webhook(`deploy/kubernetes/webhook-example/webhook.yaml`) to test the validation logic, with the image `k8s.gcr.io/sig-storage/snapshot-validation-webhook:v4.0.0` (our K8s version 1.18 only support v1beta1), got error below: ``` http: TLS handshake error...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Adds RBAC `volumesnapshots` and `volumesnapshotcontents` to the validating webhook example, so that it...
**Is your feature request related to a problem? Please describe.** When changed the VM name in the `Vagrantfile`, see #12886, the local dir will keep the past machine (not exist)...
### Vagrant version Installed Version: 2.3.0 Latest Version: 2.3.0 ### Host operating system MacOS 12 ### Guest operating system ubuntu-bionic-18.04-cloudimg-20220902 ### Vagrantfile See below. ### Debug output ``` ... ==>...
To make the installation simpler.
Currently, we got this output when do the `install/upgrade` operation, but without any resource list info. ``` NAME: happy-panda LAST DEPLOYED: Fri Aug 12 18:17:42 2022 NAMESPACE: default STATUS: deployed...