Phil Winder
Phil Winder
Thank you @XandraMcC !!!! https://docs.bacalhau.org/examples/workload-onboarding/python-pandas/
Hey all. I got this working by setting the securityContext of the pod in my deployment to the following: ```yaml apiVersion: apps/v1 kind: Deployment spec: ... template: spec: securityContext: runAsGroup:...
I've just hit this issue with gvt, and is exactly why I recommend glide over gvt, because that has a `-v` option that is able to flatten sub-dependencies.
Ah, well spotted. So this particular error is because something in serverless-kubeless doesn't like the path-like colon syntax, which is used in various places for the KUBECONFIG env var. E.g....
Thanks @andresmgot. I forgot to note, the examples in the [getting started guide](https://kubeless.io/docs/quick-start/) work successfully. So I believe it's specific to the serverless-kubeless plugin. Kubernetes running on AWS EKS. ```...
Can you remind me about the intended behaviour? Maybe I misunderstand the command.
Ah ok. The problem I was having was when logstash wasn't setup correctly. Given that you set `enable_failover: true`. When an executor failed for some reason, it wasn't restarted. Eventually...
@jasonrichardsmith Note how there are no (dredd) API tests in the circle.yaml. https://github.com/microservices-demo/carts/blob/master/.travis.yml#L17 The task is to add them. But consider this very low priority. A development activity.
@jasonrichardsmith Note how there are no (dredd) API tests in the circle.yaml. https://github.com/microservices-demo/shipping/blob/master/.travis.yml#L14 The task is to add them. But consider this very low priority. A development activity.
@kyen99 FYI I also found a workaround, this seems to work for me. With a table defined as: ``` import { pgTable, timestamp } from "drizzle-orm/pg-core"; pgTable('some_table', { timestamp: timestamp("timestamp").defaultNow(),...