Sho Iizuka

Results 9 issues of Sho Iizuka

**Describe the bug** In our environment, we experienced a brief network disconnection (for reasons unrelated to MOCO) and received the following errors. > **primary** > 2022-06-24T04:15:53.924593Z 0 [ERROR] [MY-013129] [Server]...

bug

When we use the following shell script as a probe and example.com does not return a response for a long time, an execution of the probe will not stop in...

**evidence** https://jpdebug.com/p/1602076 **original** https://qiita.com/juntaki/items/ed9026e27acc7065870e **evidence** https://linuxtut.com/en/56b15232a5fe90c535f6/ **original** https://qiita.com/Matz_Shin/items/56b15232a5fe90c535f6

If you find translated-teratail sites, please comment on this issue. If the number of such sites reaches 4+, I will launch a new project named ublacklist-teratail-translation.

https://circleci.com/gh/Vektah/dataloaden.svg?style=svg returns 404.

Copying http.DefaultTransport manually is troublesome to follow if properties of http.Transport vary with upgrading of Go.

* [Usage / Certificate Resources](https://cert-manager.io/docs/usage/certificate/#key-usages) says "cert-manager will set the default requested usages of `digital signature`, `key encipherment`, and `server auth`". * [API reference docs](https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.Certificate) says "Defaults to `digital signature`...

This pull request fixes several general issues reported by golangci-lint. The following corrections are included: - Use http.MethodGet or http.MethodPost instead of "GET" or "POST" - Replace deprecated functions in...

Thanks to [ginkgolinter](https://github.com/nunnatsa/ginkgolinter), the following mistake was found. ```text controllers/mysqlcluster_controller_test.go:236:3: ginkgo-linter: "Eventually": missing assertion method. Expected "Should()" or "ShouldNot()" (ginkgolinter) Eventually(func() error { ^ ```