Andrei Kvapil
Andrei Kvapil
@anazmy I have use case for organize access to a lots of simple devices which support ssh but have no opportunity to install ipa-agent and any software there.
[jsonnet](https://jsonnet.org/) is really useful for that!
Works for me, I used this man: * https://github.com/sheepdog/sheepdog/wiki/General-protocol-support-(iSCSI-and-NBD) and this command : ``` tgtadm --op new --mode lu --tid 1 --lun 2 --bstype sheepdog --backing-store tcp:127.0.0.1:7000:tgt0 ```
This is sometimes working but sometimes not. Is it sheepdog or nbd module bug? This is my kernel: ``` # uname -a Linux m1c5 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16...
Wow, it was so far ago, I have no idea why I closed the issue :-/
Not exactly, I'm not using sheepdog anymore :)
From my point of view NBD is very raw technology, I would suggest to never use it remotely. Regarding your question try disabling NMI Watchdog in kernel, if I remember...
It would be nice to have kaniko support for kbld. I already fully switched to building images directly on Kubernetes. To achieve this I use my own written wrapper for...
Right now I'm not sure about this. I'm pretty new in kbld. I like the concept but my use case is slight different. Mainly I use qbec.io to render jsonnet...
/remove-lifecycle stale