Antony Chazapis
Antony Chazapis
This updates the management command for compatibility with Python 3 and current Django versions. It also adds the management command to the package (fixes #40).
When I use a dataset label to mount a dataset to a deployment, nothing happens. Upon further inspection, it looks like the `MutatingWebhookConfiguration` does not trigger for `deployments`, but only...
I was trying to configure an S3 dataset with a separate secret definition and realized that Datashim works only when the secrets are in the `stringData` format. Since `kubectl` creates...
In Darwin `AlignSize = 0`, which results in `IsAligned()` to always return false. When no alignment is necessary, data is always aligned.
The work is part of an ongoing effort to run [K3s on RISC-V](https://github.com/k3s-io/k3s/pull/7778). In K3s, klipper-lb is part of the default deployment. The resulting container image is built with `ARCH=riscv64...
This pull request builds upon #40, allowing the use of `make` for building multi-arch images locally and pushing them to the repository. ARM, ARM64 and RISC-V support is included, but...
Adds the RISC-V architecture to the scripts involved in building and packaging Local Path Provisioner; no code changes. The resulting container has been tested in QEMU with a [RISC-V build...
Create a new service, set a custom service name. This name is only used as a prefix to the final name.
Currently, integrations with JupyterHub, Argo, Harbor, Grafana, and OpenBio are hard-coded. We need a well-defined process to add an application to Karvdash, which will allow decoupling the integration from the...
Two new, optional parameters in the configuration file `date_format` and `time_format` allow you to override the default `strftime()` values of `%Y-%m-%d` and `%H:%M:%S` respectively. This change may be really helpful...