-
All logs should be pushed into Elasticsearch for both the nodes and the pods for auditing purposes. Some things to answer:
Do we want a seperate system namespace for monitoring?
How do we get log…
-
```
#include
#include
using namespace std;
void DeleteElements(set &mp) {
if (mp.empty())
return;
for (auto it: mp) {
if (it%2) {
mp.erase(it);
}
}
}
int main(…
-
We're working on having Anaconda indirectly run `bootc install to-filesystem` when `ostreecontainer` is in use. The current plan is to require `bootc` be present on the install ISO, which will happen …
-
I've been developing a Stripe App for public distribution since June of last year. I expect the app to gain significant popularity as it will offer Stripe users a free means to create any type of shi…
-
Since upstream release 4.18, you can just switch on the logging for Make Data Count. We should persist those files somehow, so we can settle on how to process it later.
Maybe use sidecar to suck up…
-
Following the instructions for azd deployment with the [ACA deployment option](https://github.com/Azure/Vector-Search-AI-Assistant?tab=readme-ov-file#aca-deployment) I get multiple errors.
```
ERRO…
-
### Motivation: Why do you think this is important?
There are a number of variables that would be useful to have within a flyte task during execution about the flyte environment itself. Plenty of tim…
zeryx updated
11 months ago
-
TL;DR Proposal to run ROS nodes in containers using roslaunch
## Background
ROS provides users and developers a common platform in witch to build their robotic applications, share common code and pac…
-
## Use case
I have a Dockerfile that I was using for some WebVR development.
I was going to demo it on my phone by using Play-With-Docker.
## Initial Symptoms
- made a new session on play-with…
-
![image](https://user-images.githubusercontent.com/658586/64295252-2590a000-cf71-11e9-86aa-2158b9385e2d.png)