yugo kobayashi
yugo kobayashi
fix : https://github.com/coreos/vault-operator/issues/366 I tried `Getting start` on README.md and apply configs on `example/` dir. but, vault didn't start. Because etcd-operator fail to exit init container and don't start. This...
fix https://github.com/kubernetes-sigs/kustomize/issues/4399
fix https://github.com/kubernetes-sigs/kustomize/issues/4706
fix https://github.com/kubernetes-sigs/kustomize/issues/4706
`kustomize edit add labels` command only support adding [commonLabels](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/commonlabels/) now. But, commonLabels inject labels in selector fields (like `spec.selector.matchLabels` ). I want to add labels without injecting corresponding selectors with...
implements to https://github.com/kubernetes-sigs/kustomize/issues/4517. Please submit to comment if you have any opinions.
This proposal decides the interfaces to change values in the structured data (like json,yaml) inside a Kubernetes objects' field value and implements changing function target a few formats (mainly json)....
**Is your feature request related to a problem? Please describe.** I feel difficult to Overlay when structured data is in k8s YAML's value. (ex. Structured data(yaml or json) format value...
### What would you like to be added (User Story)? I need a feature to restart one machine without restarting all nodes. Currently, the machine-deployment controller only provides cluster rolling...
I believe [ApplySet](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/3659-kubectl-apply-prune/README.md) is a beneficial function, and many users will use about an alternative for the `prune` option. I think it would be more beneficial to combine Kubernetes code...