Closed jbanety closed 3 years ago
Thanks for amazing work, I'll review it with the other your PRs soon!
Thanks for amazing work, I'll review it with the other your PRs soon!
Next step is to create storage pool automatically to have counter part of the LinstorSatelliteSet
CRD.
Some work to do 🧑🏭
@kvaps I added the part for managing creation of storage pools at init. What a good week 😄
After some testing with a cluster from scratch, it seems that the init container is run too early and so it can't talk to the controller API as it is not up.
Yeah I wrote about this already :)
Doesn't the storage-pool creation require node to be online? While you run init-container the satellite daemon is not up yet.
I think we can consider to move this logic to linstor-csi daemonset
Could you rebase storage-pool changes into new PR? I'm going to merge this one
Could you rebase storage-pool changes into new PR? I'm going to merge this one
Done
Merged, thanks!
Satellite nodes can with this PR join automatically the cluster.
fixes #23.