Thomas Anderson

Results 218 comments of Thomas Anderson

Hi, I've just tested #9964 with Local path config: [local-storage.yaml](https://github.com/k3s-io/k3s/files/15392738/local-storage.yaml.txt). While PV creates, it cannot be deleted, the helper pod fails. [helper-pod-create-pvc-v0.24.yaml](https://github.com/k3s-io/k3s/files/15392749/helper-pod-create-pvc-v0.24.yaml.txt) [helper-pod-create-pvc-v0.26.yaml](https://github.com/k3s-io/k3s/files/15392750/helper-pod-create-pvc-v0.26.yaml.txt) [helper-pod-delete-pvc-v0.24.yaml](https://github.com/k3s-io/k3s/files/15392751/helper-pod-delete-pvc-v0.24.yaml.txt) [helper-pod-delete-pvc-v0.26.yaml](https://github.com/k3s-io/k3s/files/15392752/helper-pod-delete-pvc-v0.26.yaml.txt) I think, the main difference...

What a hot discussion! It's funny and sad at the same time... TLDR: go on and implement it in your way. Who wants API/whatever will implement it on top of...

1. That is sad, but not related to implementation in discussion. 2. -- 3. Your API is completely different to what [current implementation](https://github.com/woodpecker-ci/woodpecker/issues/1068#issuecomment-2046753037) requires. 4. I doubt. Are you suggesting...

> Having an API to delete pipelines is a different feature than having a UI setting to do it? Having an API to delete pipelines is a different feature than...

I've been thinking for a while... Hooking into pipeline lifecycle is fine if we could decouple it. Instead of calling directly `LogsCleaningService` from `PipelineService`, we could emit event `PipelineCreatedEvent` and...

> Documentation has been corrected to reflect actual behavior ~Could you point me to PR or Commit?~ Actually [not](https://github.com/urfave/cli/blob/5336fa4e57ecb95af17365fb76cc892d582e526d/docs/v2/examples/flags.md): > Note that default values set from file (e.g. FilePath) take...

> no ports defined > all calls are done with an empty array as its value > Service.spec.ports is required and not being passed > error: Service is invalid: spec.ports:...

I've tried TrueCharts' chart recently. 1. They use old options in [configmap.yaml](https://github.com/0xERR0R/blocky/files/14576817/configmap.yaml.txt) 2. They use unnecessary capabilities, env vars, mounts and so on in [deployment.yaml](https://github.com/0xERR0R/blocky/files/14576868/deployment.yaml.txt) 3. And cherry on the...

Thanks all of you, I developed config below: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: blocky spec: template: spec: containers: - name: blocky image: ghcr.io/0xerr0r/blocky:v0.23 ports: - name: dns-tcp containerPort:...

> AGH style lists can be supported natively in Blocky Meantime, maybe somebody has developed and maintains wildcard list converted from Adguard Home list? Or maybe some converter already exists?...