Akihiro Ikezoe
Akihiro Ikezoe
## What The step to notify slack is used in multiple repositories. - https://github.com/cybozu-go/neco/blob/f179c654aaee8042e3e0114ea296fecaf82e63d9/.circleci/config.yml#L62 - https://github.com/cybozu-go/neco-apps/blob/49adaf249896d17049297d023092bf191c83ec20/.circleci/config.yml#L79 This step is the same in those repositories, so it should be shared using...
## Description Migrate from CoreOS Container Linux to Fedora CoreOS. ## Initiative / Motivation Container Linux will reach its end-of-life within this year. Fedora CoreOS is the successor of Container...
## What If you use configMap, the pod will not restart if configMap is changed. ## How Use configMapGenerator in manifests of neco-apps. https://github.com/kubernetes-sigs/kustomize/blob/master/examples/configGeneration.md Some applications such as MetalLB can...
I got statistics via Jiva's stats API. ``` { "Name": "pvc-30266c71-21b1-11e8-953c-060010b04334", "ReadIOPS": "327066", "ReplicaCounter": 0, "RevisionCounter": 0, "SCSIIOCount": { "0": 6640, "158": 454, "160": 2, "163": 2, "18": 3388, "26":...
## What Automatically generate release notes ## How `gh` can generate release notes with the following option: ``` $ gh release create v1.2.3 --generate-notes ``` ref. https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configuration ## Checklist -...
## What Currently, boot server cannot connect to internet before start up Kubernetes cluster. So we must include in the deb file the container images needed for startup. ## How...
## What When our data center is shut down for more than 72 hours, the container images required for startup may be deleted. - https://github.com/cybozu-go/neco/blob/cf1fbc99aeb62d37e37c5c2c69f12e319622b6cd/debian/lib/systemd/system/docker-prune.service - https://github.com/cybozu-go/neco/blob/cf1fbc99aeb62d37e37c5c2c69f12e319622b6cd/ignitions/common/systemd/docker-prune.service ## How Describe...
## What > If you want your repositories to be labeled as Verified Publisher, you can add a to each of them including the repository ID provided below. This label...
## What Currently, the number of servers to be join in the cluster is specified by weights. https://github.com/cybozu-go/cke/blob/c798e29376bfbb00a3fb98261f4359346e35f972/docs/sabakan-integration.md?plain=1#L51 But it is difficult to control. We want to specify the number...
## What https://github.com/grafana/pyroscope ## How Describe how to address the issue. ## Checklist - [ ] Finish implementation of the issue - [ ] Test all functions - [ ]...