Jake Robb
Jake Robb
**What happened?** Please see #302 for the full story. This is the "other issue I'll report separately" from step 4. We’re using cass-operator 1.5.1; I do not yet know if...
`dashboards/k8s-build/generated/grafana/overview.dashboard.yaml` looks like this (I've omitted the JSON chunk for brevity): ``` apiVersion: integreatly.org/v1alpha1 kind: GrafanaDashboard metadata: labels: app: grafana name: overview spec: json: "{ ... }" name: overview.json url:...
If a checked service is not ready for longer than the allowable pending seconds, the resulting critical message reads: > All services are not ready: (list of services here) This...
As of PR #163, Stargate ingress routing relies on a single hostname for all Stargate services (auth, graphql, rest, and cql). The CQL service uses a native Traefik ingress (because...
If you pass a hash as a mocked response, the `assert_valid_body!` method fails to recognize it as such, and so you get the less helpful version of the error message....
I had a Java class using a builder pattern to put together a lookup table. There was another class which chained together 600+ method calls on a single line on...
Hi, brand new SchemaHero user here! Trying it out for the first time on a new project. I have Postgres set up to accept only mTLS client-cert authentication. No passwords!...