djds
djds
You may need to give access to the `plugdev` group in the container. If it needs to be created, make sure that it has the same GID as on the...
You may also need device access to the appropriate `hidrawX` devices: ```sh docker run --rm -d \ -c 4 \ -m 4096M \ -v /etc/localtime:/etc/localtime:ro \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e...
Also, https://github.com/hashicorp/vault-secrets-operator is pretty cool but switched to BSL with https://github.com/hashicorp/vault-secrets-operator/commit/cc1b024fc3496e07253ad2d3f039d8d87ffec279
``` man 5 ssh_config | grep -A2 IgnoreUnknown IgnoreUnknown Specifies a pattern-list of unknown options to be ignored if they are encountered in configuration parsing. This may be used to...
I think this would be really a good move for the health of the project and also demonstrate a commitment to the community from Mirantis. As many high-profile open source...
One of the best parts is that you can use whatever CNI you want (although it's nice to include both Kuberouter and Calico as default options). By setting `networkProvider: custom`,...
Initial chart deployment fails: Error from server (NotFound): jobs.batch "openfga-migrate" not found
Is there a reason that `migrationType: job` is the default?