pthalasta

Results 11 issues of pthalasta

I'm trying to deploy nuclio function on a custom image and i'm seeing the below error Nuclio version `1.6.19` Nuclio stack deployed with helm and uses kaniko build and uses...

Allow nuclio functions to fetch AWS creds from the env as an option than having to give static credentials with Kinesis trigger. This allows the user to not manage the...

I'm trying to send data from fluentd to kafka that has SASL_SSL with GSSAPI enabled. On starting the agent i see the following error with `rdkafka2` output type ``` rdkafka:...

help wanted

**Is your feature request related to a problem? Please describe.** Current SIEM integration of Kafka export from splunk does not work with Kafka endpoint that has an auth mechanism enabled...

feature request
2 - In Progress
inactive-90d
inactive-30d

I was executing MMD Drift detector with pytorch backend and while saving the detector i ended up with an error ```python --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) /tmp/ipykernel_2460/896443056.py in...

Type: Serialization

cert-manager installed with kubeflow fails with the following error ```sh status: conditions: - lastTransitionTime: "2022-06-30T19:18:55Z" message: 'failing or missing response from https://:10251/apis/webhook.cert-manager.io/v1beta1: bad status from https://:10251/apis/webhook.cert-manager.io/v1beta1: 404' reason: FailedDiscoveryCheck status:...

bug

**Describe the bug** Consumer throws an error when started ```sh Heartbeat failed for group my-group because it is rebalancing Unexpected error while fetching data: UnknownError ``` **Expected behaviour** Consumer authenticates...

/kind bug **What steps did you take and what happened:** Katib experiment trial isn't marked as completed after reporting the metrics from the container. In the current experiment, metric objective...

kind/bug

#### Question about pandera How do i create the `DataFrameSchema` using the avro schema? What are our options? If used, i see the `DataFrameSchema` object to have an empty column...

question

This PR provides an example of using kafka endpoints as an input and output for triton server using Python API. As an example code, we have deployed a preprocessing stage...