Ian Bishop

Results 52 comments of Ian Bishop

I'm seeing the same error when I deploy the lvm-operator like this: ``` kubectl create -f https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/3.10.0/lvm-operator.yaml ``` If I change from `create` to `apply` I don't get the error...

> Can you please share your storage class yaml ``` apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: creationTimestamp: "2024-04-16T22:33:59Z" name: openebs-zfspv resourceVersion: "1294905" uid: e45d8212-7b24-481c-88ea-194ee5a27f21 parameters: compression: "off" dedup: "off" fstype: zfs...

I understand the issue is caused by the topology keys in `CSINode` not matching the node labels after a reboot. This can be fixed by updating the `openebs-zfs-localpv-node` daemonset and...

> zfs-2.1.15-2 is in the 9.4 repo ok. My understanding of the issue I'm seeing is 9.3 is trying to install zfs-2.1.15-2 from the 9.4 repo, and failing due to...

Yes, happy to close. Thanks for your help.

If using podman, this will remove all images that have tags beginning with `tilt-`: ``` podman rmi -f $(podman image ls --format '{{.ID}}' '*:tilt-*') ```

I note that the OpenEBS [ROADMAP.md](https://github.com/openebs/openebs/blob/main/ROADMAP.md) shows [openebs/velero-plugin](https://github.com/openebs/velero-plugin) under heading "Repos to be DEPRECATED and ARCHIVED" My understanding is that velero-plugin was originally built for the legacy cStor engine which...

See https://github.com/kubevirt/client-go/issues/28 The recommendation is not to use this repository, instead use https://github.com/kubevirt/api and generate the client yourself. @rmohr could you please comment on the future of kubevirt/client-go? Will it...

Just to contribute my 2c worth... > you can find the charts @ https://github.com/k8snetworkplumbingwg/helm-charts As discussed [here](https://github.com/k8snetworkplumbingwg/sriov-network-operator/issues/56#issuecomment-2084304394) that repo looks abandoned. Having a helm chart is only 1/2 of the...

Hi @xpivarc I sent a PR #773 3 weeks ago. Could you please take a look?