Closed sbogomolov closed 1 year ago
@frezbo Do I need to get a GPG key and sign the DCO? How do I sign it?
@frezbo Do I need to get a GPG key and sign the DCO? How do I sign it?
you can ignore the gpg check, we'll re-sign the commit.
For the DCO, you can do a git commit -s --amend --no-edit
and a git push --force-with-lease
/ok-to-test
/m
This should be available in newer versions of kubelet we tag.
Awesome, thanks.
In order to create an
iscsi
PV,kubelet
needs access toiscsiadm
. Similar trick is described in Talos documentation here.