myoung-soo,shin

Results 51 comments of myoung-soo,shin

I think that `@master` works but `@0.2.0` doesn't works. `go get` with go module tries to get with `0.2.0`. :-]

I'm not sure but `get` verbs is needed for `namespaces` ``` - apiGroups: - "" resources: - namespaces verbs: - list - watch - get ```

I have no experience with smart contracts, but in my short opinion, smart contract upgrades are similar to some kind of database migration. If the state of `v1` and the...

Can I remove a rack with zero members manually when the operator manages the cluster?

I have similar issue with `ha-tracker` enabled and `1.7.0`. Will the distributor's memory be lower without ha-tracker?

I wanted to use generateName with kustomize too.

Hi,@YujiOshima Thanks for reply. :-) With current instance plugin interface, `AWS-ASG-Instance-plugin` should has a buffer or queue of `provision` request for reducing AWS API request.(e.g. After some duration, Set DesiredSize)...