Rafael Polanco

Results 18 comments of Rafael Polanco

I think the OP meant to say "when pasting links" into the editor.

Diff: https://github.com/okgolove/helm-charts/compare/goldpinger-5.4.2...goldpinger-5.4.3 `5.4.3` allows a securityContext to be added to the daemonset.

Chart version `3.3.1` has updates to fix image tag versions: https://github.com/openebs/charts/commit/677ebb79e1efe672c9ca1fac7ad5e824e1a1dd1e

> Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-3415-0decfb7-openebs-3.3.1-k8s-docker-localpv-2022-09-15T19:43:48Z `local pv upgrade from 2.6.0` [failed](https://testgrid.kurl.sh/run/pr-3415-0decfb7-openebs-3.3.1-k8s-docker-localpv-2022-09-15T19:43:48Z?kurlLogsInstanceId=phkfinunfprcdwzb&nodeId=phkfinunfprcdwzb-initialprimary#L4537) on OL-8.5: ``` Error from server (InternalError): error when creating "./kustomize/minio/": Internal error occurred: failed calling webhook "admission-webhook.openebs.io":...

> Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-3415-8bf1737-openebs-3.3.1-k8s-docker-localpv-2022-10-05T04:21:54Z **Local Upgrade from 2.6.0 (Ubuntu-20.04, Ubuntu-22.04)** tests are failing due to the following Minio error: ```bash Error from server (InternalError): error when creating "./kustomize/minio/":...

@BarryWilliams The trailing whitespace is _not_ part of the password string itself but part of the print statement [formatting](https://github.com/replicatedhq/kURL/blob/main/addons/prometheus/template/base/install.sh#L107). kURL ensures passwords are generated within [A-Za-z0-9](https://github.com/replicatedhq/kURL/blob/main/addons/prometheus/template/base/install.sh#L90) character class.

> Would some documentation of this be appropriate here? https://kurl.sh/docs/add-ons/rook @emosbaugh Yeah that's a good point. I'll add some verbiage about monitoring on that page.

I'm having issues with interactive fzf completion when typing: zSpacestartTab Nothing happens. I was expecting the fzf window to appear with matching entries for "start". I have installed `fzf` and...

@fredcallaway Your zinit plugin installation of `zoxide` doesn't work. The error was related with the `mv"zoxide*/zoxide -> zoxide"` ice not finding the binary. I was able to fix it and...

What's the workaround for this issue with zed `0.75.2`+?