rejoshed
rejoshed
Wow! Thanks for all the great answers. I'll give them a try sometime in the next day or two. I did try the higher order function option, but I had...
https://stackoverflow.com/questions/42793382/exec-commands-on-kubernetes-pods-with-root-access Seems the plugin should be aware of the container back end since it can now also be containerd and cri-o.
Hey, did some searching and your issue seems to be a duplicate. See here: https://github.com/eldadru/ksniff/issues/72 Turns out for me at least that `-p` for privileged was sufficient.
So, after much back and forth, I've found that enabling daemon mode works as a workaround. The issue must in general be to do with needed to be exec-ed or...
Just spoke w/Daniel. He believes it should work, so I'll use this thread as a way to chart my experience getting this running.
Seems `kubectl crossplane install ...` and the like don't complain if a provider that does not exist is installed. So far I've not figured out how to install a provider...
Okay... Seems that this repo will not work with a modern k8s cluster nor any recent version of CrossPlane. The current version of apiExtensions is v1, and this project builds...
Hey All! Thanks for the work on this! Could we maybe optionally get all terraform commands and output stored to a volume/file in the pod or something? I think that...
Holy cow! https://github.com/Mic92/cntr did work! Thank you for building your program, but also super thank you for documenting alternatives!