add loading options#8540
Conversation
|
I'm proposing to add two methods that will load images into k3s.
We have been using this method of loading images for a few years in spring-cloud-kubernetes, but it seems that the proper place for these would be here (unless they already exist elsewhere and I missed them). Thank you. |
|
I think one of the more important points is that this is to reach parity of k3s in Go, something I had asked for. Thanks @wind57! https://github.com/testcontainers/testcontainers-go/blob/main/modules/k3s/k3s.go#L186-L218 |
|
is there anything else needed from me here? I can keep this branch up to date, if there is interest in this at all. thank you |
|
@wind57 I no longer work at the same company that this was relevant to. I still think this is helpful, but as it has been many months, I wouldn't feel bad if you close it either. Up to you |
|
if there is still interest for this one, I will be glad to provide more input. In this PR, I was creating a tar ball, copy over, unpack, use. Since we were using this code in spring-cloud-kubernetes, we realized that we might not need all these steps. So we decided to use I can change this PR to account for both ways to do it. Thank you |
|
this isn't possible as we are talking about different things. The only possible way that I have in my mind is via a registry. I am going to try that to see where it takes me |
No description provided.