Robert Lucian Chiriac
Robert Lucian Chiriac
I'm afraid that's not the code for the `DI THP Sensor`. In order to get this thing going, you've got to install the dependencies for this sensor. The source code...
I've just tried the NodeJS library and I haven't had any issues with it. The installation of `node-grovepi` went fine and that was it. And I already have done it...
So it looks yeah. Was the re-installation that did the job for you? Are you now able to import the module in the console?
We should also confirm the following 2 things: 1. That updating the requested replicas for an API (through the tweaking of `min_replicas`/`max_replicas`) has the same behavior as what's currently on...
@miguelvr the Kubebuilder default annotations were removed for a good reason. With them in there, there was a decent chance that if the user had set a value to 0...
Sure, the operator defaults, but that doesn't matter as long as it still sets the value to zero (whichever field that is). The outcome is that the functionality is broken....
@creatorrr we've tabled this for now. That's because we didn't find a good reliable solution to this and some of the projects that would support this also appear to be...
Enabling containerd is possible with the following `preBootstrapCommands`: ```python "preBootstrapCommands": [ "yum install containerd -y", "truncate -s-1 /etc/systemd/system/kubelet.service.d/10-eksclt.al2.conf", "echo -n ' --container-runtime=remote --container-runtime-endpoint=unix:///run/containerd/containerd.sock' >> /etc/systemd/system/kubelet.service.d/10-eksclt.al2.conf", ], ``` Problem is that...
@mutal we haven't come up with a timeline for it yet. We'll keep this ticket updated as we go along. Is this urgent to you? And to re-iterate what @deliahu...
@creatorrr just a passing thought: depending on whether you run Python code in your container or not, you might be able to reduce the size of your image considerably with...