jan grant
jan grant
At the moment I'm using a helm chart to make a job that initialises the cluster once it's up. This feels like a bit of a hack: ```yaml apiVersion: batch/v1...
There are some external considerations that may lead to a graph actor panicking: persistence DB connectivity problems in particular, which are transient (but we still want to know about them)....
Operationally, there are some obvious things to measure per flow node. These should be exposed via /metrics if they aren't already: DB connectivity: - number of active pool connections (vs....
I've a DB with a bunch of active graphs in it - a few thousand. During replay at a shard restart, I'm seeing the following: ``` time="2017-11-08T15:57:39Z" level=info msg="Created graph...
### Terraform Version Not relevant ### OCI Provider Version Not relevant ### Terraform Installer for Kubernetes Version v1.3.0-44-g8519170 ### Input Variables ``` private_key_path = "~/.oraclebmc/api_key.pem" ``` ### Description of issue:...
As per https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#built-in-node-labels [[[ Note: The value of these labels is cloud provider specific and is not guaranteed to be reliable. For example, the value of kubernetes.io/hostname may be the...
If we're unlucky, the local-path-provisioner can be killed before it has a chance to clean up orphened PVs. These may then hang around while subsequent tests run. Depending on the...
It looks to me like it's possible for the `deleteKustomizeDeployment` helper to tear down the local-path-provisioner before it has a chance to clean up associated PVs (with "Delete" reclaim policy)....
As per https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#built-in-node-labels - [[[ The value of these labels is cloud provider specific and is not guaranteed to be reliable. For example, the value of kubernetes.io/hostname may be the...
There are a couple of approaches we might take here. One is a monomorphisation pass over the input to gotohelm (this takes it a long way from being a mere...