Yamamoto, Hirotaka
Yamamoto, Hirotaka
## What Taking a backup of a MySQL instance is often resource-consuming. It would be great if users of MOCO can avoid running backup / restore Pods on the same...
## What **This is not possible for the time being.** ref: https://github.com/kubernetes/kubernetes/pull/105867 spf13/cobra can auto-generate shell completion rules, so add `completion` subcommand to `kubectl-moco` for Bash, Zsh, PowerShell, Fish, etc....
## What [Usage](https://cybozu-go.github.io/moco/usage.html) section of the user manual is quite lengthy. Divide it for better readability. ## How Describe how to address the issue. ## Checklist - [ ] Finish...
## What It is nice to send back ICMP host unreachable when a client sends packets to a non-existing Pod. ## How Describe how to address the issue. ## Checklist...
## What Currently, kubelet and kube-proxy start after kube-controller-manager and kube-scheduler. This could decrease the chances for Pods to be distributed among a large number of Nodes. Reorder the operations...
Currently, `go-apt-cacher` uses [`http.DefaultTransport`](https://golang.org/pkg/net/http/#RoundTripper) which looks for proxy configurations from environment variables. It would be more handy to be able to specify proxies in TOML.
Some repositories are badly configured to return wrong contents for uncompressed indices. For instance, pkg.jenkins.io returned wrong `Packages` as pointed by @takumin: https://github.com/cybozu-go/aptutil/issues/25#issuecomment-334789886 Zabbix also returned wrong `Sources` for which...
## What Currently, we use QEMU image format to run virtual machines for boot servers which turns out extremely slow. We may improve the performance by converting the disk image...
## Description Currently, we use etcd as the storage for Vault. This introduced mutual dependency between etcd and Vault and bootstrap instabilities. Let's migrate to [Vault's integrated storage](https://learn.hashicorp.com/tutorials/vault/raft-storage) to resolve...
## Description Provide a Kubernetes operator for Redis so that our users can easily construct HA redis clusters. ## Initiative / Motivation We are using (or want to use) Redis...