Yuji Ito
Yuji Ito
Hi, I'm trying to run tests written using ginkgo in JS/WASM environments. With the current code, we get the following error at build time. ```console $ GOOS=js GOARCH=wasm ginkgo build...
## What Some resources (ex. CSIDriver) need to re-create (delete and create again) the manifest when updating, but without an upgrade test it is difficult to notice. ## Checklist -...
## What TopoLVM assumes that the restored snapshot PV and cloned PV have the same storage class as the original PV. However, this assumption is not verified on PV creation....
## What `kubeadm.k8s.io/v1beta3` released with Kubernetes 1.22. There are some configurations using `kubeadm.k8s.io/v1beta2` in `topolvm-cluster.yaml` used by e2e and example. While `kubeadm.k8s.io/v1beta2` is not deprecated yet, it will eventually need...
## What If we run `make clean` to remove e2e cluster, some installed commands are removed with the cluster. And we need to run `make setup` each time before running...
## What - Confirm if alerts are needed based on the logs collected by loki and implement it. We had already deployed loki-canary to monitor how to check delay occurred,...
## What When Loki stores the logs to RGW, it seems to create a lot of very small objects. Investigate the possibility of tuning the size of the object to...
## What - Duplicate log entries are continuously being reported by Loki's dashboard. - Investigate the reason for this report and confirm that the logs are not being dropped by...
## What Monitoring Promtail on the boot servers using Loki canary. ## How - Run Loki canary process on the boot servers. - Add endpoints and maintain scrapes rule for...
## What - Determine the requirements for the log retention period. - Set the retention period for the logs or develop a program that deletes logs automatically. ## How TBD...