cr1st1p
cr1st1p
I also want the feature of being able to set the path. Haven't checked yet if I can do it via kubernetes' nginx ingress controller, but having support directly from...
Thank you for the suggestion with 'deleteBeforeReplace' - I ended using it to fix my situation. I checked the DO API and I do not see indeed an 'update' on...
I need as well a way to change the node pool allocated to a kubernetes cluster. changing 'size' seems to be a no-go as per @ninja - as I would...
saga continues: In the idea that some vital information is still into k8s'etcd, I decided to replace the nodepool. I changed the node pool info and did an update: +-...
it looks like one of the operations - probably the nodepool replacement, actually *deleted* my k8s *cluster*. great. trying to create a new cluster: error: Error creating Kubernetes cluster: POST...
@derekschrock I *did* test this before posting. Let me know if you tested and what happened in your case. Besides testing, look closer - I'm using the *quoted* form of...
having the same issue. Reusing the same container image in several places.
@keefien there is PR #15 that will probably solve this (I also need it), but I see it just sits there and doesn't get merged :-(
My use case: dumping database data into a temporary directory, like /tmp/tmpzmn28r02 (obtained via mktemp or python's mkdtemp()) and then backing it up. This method will mark all files between...
An update: 'proot' worked only on one machine for me, on another it segfaults. An alternative to it (newer) - [bubblewrap ](https://github.com/containers/bubblewrap) Added a wrapper over it (attached) which should...