fragolinux

Results 47 comments of fragolinux
trafficstars

after closed RD, added those 2 lines at the end of the mounts section of lima.yaml, and run: ``` sudo mkdir -p /etc/rancher/k3s sudo nano /etc/rancher/k3s/registries.yaml ``` put my registries...

yes, this way it worked, i could download and run an image from a private ecr registry on aws, thanks!

more details... going inside 1 of the openebs nfs-pvc pods, i get this: ``` root@nfs-pvc-e98ed6ad-f078-4b24-8cf4-687ede0c872a-5fc88768cb-mwtk7:~ # exportfs /nfsshare root@nfs-pvc-e98ed6ad-f078-4b24-8cf4-687ede0c872a-5fc88768cb-mwtk7:~ # cat /etc/exports /nfsshare *(rw,fsid=0,async,no_subtree_check,no_auth_nlm,insecure,no_root_squash) root@nfs-pvc-e98ed6ad-f078-4b24-8cf4-687ede0c872a-5fc88768cb-mwtk7:~ # mkdir -p t root@nfs-pvc-e98ed6ad-f078-4b24-8cf4-687ede0c872a-5fc88768cb-mwtk7:~...

following [this](https://blog.mayadata.io/openebs/how-to-run-nfs-on-top-of-openebs-jiva) guide i have now working writing and reading pods, thanks to mountOptions vers: 4.1 parameter... but, how to set this using the values in a helmrelease? Don't see...

@pentago thanks! Hope pr will be merged soon

very interested in this feature!

> RFC 8738 support is now implemented on the [rfc8738 branch](https://github.com/dehydrated-io/dehydrated/tree/rfc8738). There are still a few issues, e.g. comparison on already signed certificates is missing normalization for now so certificates...

inspired by this, i created a [k9s plugin](https://gist.github.com/fragolinux/f0c918ae7dad09f169dfe50759fe322f) to do reconcile and resume/suspend on helmreleases, kustomizations and git sources

i added a plugin to allow showing of suspended resources, till custom columns based on spec will be available: https://github.com/derailed/k9s/pull/1584

I've similar issues trying to extract field values for columns containing % sign in plugin.yml... example, in pod view, how to extract the value of "%MEM/R"? tried: - $COL-%MEM/R -...