Woojay Poynter

Results 8 comments of Woojay Poynter

seems https://github.com/rancher/local-path-provisioner/issues/214 allows configuring that now.

As @rck mentioned, the CSI driver does not, and cannot create a new volume or replica unless the underlying LINSTOR cluster is already provisioned. The CSI driver does not have...

If a 'server dies' as in 'a k8s node fails,' AND does not come back, the current implementation of k8s and CSI framework most likely cannot deal w/ it very...

Hi SVronskiy, Our LINSTOR CSI plugin (https://github.com/LINBIT/linstor-csi) allows use of LINSTOR volumes on Kubernetes. The CSI plugin functions mostly as a 'pass-through' plumbing between Kubernetes and LINSTOR. LINSTOR does support...

If using `alertmanager.alertmanagerSpec.secrets`; - Create a k8s secret w/ the `api_url` value ``` k create secret generic alertmanager-secrets -n monitoring \ --from-literal="slack-api-url=https://hooks.slack.com/services/... ``` In `values.yaml for kube-prometheus-stack`; ``` alertmanager: alertmanagerSpec:...

A large CRD manifest can't be broken down into smaller chunk, blocking deploy.

Anyone seeing the large CRDs causing issues, a few possible workarounds are; - trim down the description strings, as you can recurse over the crd and trim any descriptions -...