Anton Whalley

Results 178 comments of Anton Whalley

Sorry I missed your log output post for some reason. So it appears as though this command is executing but not returning a list of pods: ``` crictl pods --name...

Revalidated with this config ```yaml composer: ignoreCrio: false crioImageCmd: "img" logLevel: "Warn" filenameTemplate: "{uuid}-dump-{timestamp}-{hostname}-{exe_name}-{pid}-{signal}-{namespace}" ``` Ran `kubectl run -i -t segfaulter --image=quay.io/icdh/segfaulter --restart=Never` The following output from the container showing...

OK it looks like you are trying to run crictl from the handler container. What I was trying to suggest was setting up a debug session on the node. e.g....

Hey @shb-mll Unfortunately I don't have a OKE account so I can't provide supporting configuration or the configuration to send core dumps to the OCI buckets. That said if you...

Hey @shb-mll This is excellent progress thanks for the update. In terms of a different way to manage access you may want to investigate if OKE workload identities are integrated...

OK can you explain a bit more about what is meant by > storing the customer secret key in a kubernetes secret is not optimal way, If you are looking...

Hey @shb-mll This error is being thrown by the RustS3 Library ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: InvalidHeaderValue', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/rust-s3-0.31.0/src/request_trait.rs:434:65 ``` https://github.com/durch/rust-s3/blob/7fdb685d71385152198f906068f15faaabd28592/s3/src/error.rs#L39 Looks like the Oracle...

Thanks for the update - As the last release for this project was in January and the service was working in May and the error being based on the http...

Very strange alright This is the line of code that gets the counter and container https://github.com/IBM/core-dump-handler/blob/main/core-dump-composer/src/main.rs#L292 It's a rust language feature so there must be another reason why the value...

Hey @gustavosbarreto this is a working podman command with latest image. [EDIT] for the agent use case As `root` user ```bash /usr/bin/podman run --name shellhub-agent --cidfile=/run/shellhub-agent.cid --replace --rm \ --cgroups=split...