Anatolios Laskaris
Anatolios Laskaris
# Description As you know one redis instance can hold several databases (0-16 by default). Different application can use the same redis instance when using different databases. In my homelab...
Log format is inconsistent, making it harder to parse logs ``` I0424 14:40:59 1 masterclient.go:155] master: 10.1.10.10:9433 masterClient adds volume 1 I0424 14:40:59 1 masterclient.go:176] + master 10.1.10.1:9333 leader:false 2022-04-24T14:40:59.874Z...
Is this project build around K8S API or does it comply with CSI spec? The whole idea of CSI is to make software platform agnostic after all.
1. Is it possible to supply ZFS properties for dataset when creating a volume? I see it can be done with zfs-ephemeral driver (using volume_context and property.) but have not...
It would be nice to have an ability to load topic documentation from filesystem or S3 bucket.
When I run `molecule create` with `pre_build_image: false` ansible recreates image everytime. I'm not sure if this is a bug or expected behavior? After `molecule create` ```sh ls ~/.cache/molecule/gentoo-portage/default/ ansible.cfg...
Since January 2022 AWS Instance tags are [available](https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/) in EC2 metadata. Would it be possible to add Instance tags to Nomad client metadata? Tags in metadata must be [enabled](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#instance_metadata_tags) first....