d-kuro
d-kuro
If I do not need the linter dependency to run promptui, can I remove it from go.mod? Dependencies of tools using promptui also include linter, which can not be excluded....
Flaky Test exists: * https://github.com/cybozu-go/moco/runs/7571450260?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7537983217?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7663718249?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7465335349?check_suite_focus=true I think that test was successful in some cases and that the timeout was not enough. Increased timeout for...
refs: cybozu-go/moco#442 dependsOn: https://github.com/cybozu-go/moco-agent/pull/71 Test fails until moco-agent changes are incorporated. ### Local tests Makefile: ```diff -AGENT_DIR = +AGENT_DIR = /Users/dkurosaw/ghq/github.com/cybozu-go/moco-agent ``` cluster: ```yaml apiVersion: v1 kind: ConfigMap metadata: name:...
refs: https://github.com/cybozu-go/moco/issues/622
refs: https://github.com/cybozu-go/moco/pull/628 See documentation for details: https://github.com/cybozu-go/moco/blob/d-kuro/partition/docs/rolling-update-strategy.md
## What This issue aims to address the situation of adjusting the update timing of MySQL pods by dynamically changing the partition of MySQL StatefulSet. In the past, we encountered...
refs: https://github.com/cybozu-go/moco/issues/540 Introduce my.cnf configmap generation management. This prevents the configmap being used from being deleted.