Paul "TBBle" Hampson

Results 40 issues of Paul "TBBle" Hampson

**Is your feature request related to a problem?/Why is this needed** Looking into the interactions of this driver with the Cluster Autoscaler, i.e., https://github.com/kubernetes/autoscaler/issues/3230#issuecomment-774387646, I have been unable to identify...

lifecycle/frozen

This is a replication of https://github.com/sdispater/clikit/issues/35, as the faulty code moved from clikit to cleo. The current final test of `StreamOutput._has_color_support` on Windows: https://github.com/sdispater/cleo/blob/7ebf50b4c85e0eca2d9f295588150527c95c84de/cleo/io/outputs/stream_output.py#L141-L147 returns `False` if `ENABLE_VIRTUAL_TERMINAL_PROCESSING` is already...

https://github.com/helm/helm/pull/7649 added a behaviour to Helm 3.2.0 where an install that would have otherwise failed because of pre-existing resources, can succeed by replacing such resources, if they have metadata that...

docs

While implementing WCOW for the containerd snapshotter (https://github.com/containerd/containerd/pull/4419), I bounced off https://github.com/golang/go/issues/26033 in calls to `fstest.CheckDirectoryEqualWithApplier` and had to [work around it](https://github.com/containerd/containerd/pull/4419/commits/100624ba59f76fd771a81dd38b088b1ed66d44b8) rather nastily. The summary of the issue is...

To avoid surprise world-data loss when upgrading or modifying charts, I'd suggest marking the world-data PVC with the [`"helm.sh/resource-policy": keep`](https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource) annotation. It might make sense for this to be configurable...

Using the Release name in the k8s object names ensures that multiple installations of the chart in a single namespace cannot conflict, and also helps identify resources that belong together....

There are two important use-cases for custom annotations on services: * Integrating with things like external-dns to auto-register a DNS entry for the Service when the [`external-dns.alpha.kubernetes.io/hostname`](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/faq.md#how-do-i-specify-a-dns-name-for-my-kubernetes-objects) annotation is present,...

The exception looks like this: ``` Exception occurred: File "/usr/local/lib/python3.7/site-packages/sphinxcontrib/openapi/openapi20.py", line 75, in _httpresource for line in convert(header['description']).splitlines(): KeyError: 'description' ``` It appears to be because `_httpresource` blindly defererences `header['description']`....

bug

**Question** Why are the signatures OCI Images rather than OCI Artifacts? I've been poking through the docs and website for a while, but couldn't track down an answer, or even...

question

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

kind/feature
status/triage