Hi guys, are there anyone have problem with rke pr...
# kubernetes
d
Hi guys, are there anyone have problem with rke provider?
h
hi @dazzling-oxygen-26702, can you provide more detail about what you’re seeing? there’s currently only this issue open on RKE and we’ve been unable to reproduce it. is that similar to what you’re seeing?
d
Yes it's me
but i'm working with real infrastructure but I can't provide my infrastructure for testing purpose
I also provide information about rke plugin version, my code and confirm that it work with RKE CLI correctly
so not a problem with my infrastructure
h
ah, i didn’t realize that was your github account. as guin mentioned on the issue, we really need a minimal reproducible example in order to investigate this. this is typically a self-contained file with all the resources needed to reproduce the problem, so anyone can run the program and see the same issue without any additional steps. looking at what you already provided, it should be mostly a matter of removing the references to your internal
./interfaces
,
./renderNodes
, etc. and adding some pulumi resources to provision the nodes you need. that will help us see exactly how you have everything configured.
so not a problem with my infrastructure
that’s probably true, and a minimal reproduction will help eliminate that variable completely. however without a self-contained reproduction we can’t be 100% sure, hence why we ask for this.
d
yah but I think this is a tool work with infrastructure. Requiring seld-contained file for debugging will not able to work in a large scale
Sometime I need your help but I can't just give you a file that can provision the same production environment like me. I provided the code that removed references to renderNodes, interfaces, etc. Maybe you can help me test with some remote VMs you have ?
h
Maybe you can help me test with some remote VMs you have ?
i’m sorry but we can’t do this without knowing how those VMs are provisioned and configured. this is why we’ve asked you to include these VMs as part of your code to reproduce the issue.