d-kuro

Results 9 comments of d-kuro

@qcloutier-sonrai Thanks for the report! I haven't thoroughly investigated the cause, but the stack trace suggests that it's probably a bug in [termbox-go](https://github.com/nsf/termbox-go). https://github.com/nsf/termbox-go/blob/ed494de23a004d7298fbc78a95595388979cd777/api.go#L146 kubectl-fuzzy depends on a library called...

I'd like to address this issue. As for running multiple Grafana in the same namespace, I believe that this can be easily solved by not creating resources with fixed names...

We had a conversation in the Kubernetes Slack thread: https://kubernetes.slack.com/archives/C019A1KTYKC/p1616416376015000

I have created a PoC for architectural changes in grafana-operator to solve this problem: https://github.com/d-kuro/grafana-operator/pull/1

@filiprafaj GCS supports the S3 compatibility API. (Sorry, I have not verified this.) Could you please refer to the documentation and try again? refs: * https://cloud.google.com/storage/docs/interoperability#xml_api * https://vamsiramakrishnan.medium.com/a-study-on-using-google-cloud-storage-with-the-s3-compatibility-api-324d31b8dfeb If it...

@morimoto-cybozu Now available in moco v0.13.0. https://github.com/cybozu-go/moco/blob/v0.13.0/config/crd/bases/moco.cybozu.com_mysqlclusters.yaml#L916

@comeonyang43 The controller provides a option to replace images. This allows you to customize images, not just mysqld, by utilizing this option. > ``` > Flags: > ... > --agent-image...

@YZ775 @masa213f Sorry for the delay in fixing it. I have significantly rewritten the code to check Pod ready when updating partition. The `isRolloutReady` function has changed significantly. https://github.com/cybozu-go/moco/blob/088bac5b85d159774d8888ad9baa992299794405/controllers/partition_controller.go#L134 And...

@masa213f Thank you for the review and proposed revisions. I have revised the logic based on your suggestions. Please check it. https://github.com/cybozu-go/moco/pull/633/commits/abecf3569bb6ed4a5bc22428f4adf100a9d6b7b4