Adam Dyess
Adam Dyess
https://github.com/kubernetes/cloud-provider-vsphere/blob/ce447aa6b3d277a0fec371b1a648a26b3f3e7d63/charts/vsphere-cpi/templates/configmap.yaml#L26-L27 why don't these reference a secret like this: ```yaml secretName: vsphere-cloud-secret secretNamespace: kube-system ```
When issuing a command, the output on the socket is truncated at 8KB. ```python zk = KazooClient() buf = zk.command("stat") ```` Perhaps you could read from the socket until the...
[This answer](https://unix.stackexchange.com/questions/90325/automatically-set-linux-timezone-according-to-location#answer-424924) on stackexchange was really close to the right solution in 2022. It just needs some updating for python3 (i mean, installing like this `sudo pip3 install -U tzupdate`)...
[`fetch.ubuntu._run_with_retries`](https://github.com/juju/charm-helpers/blob/f086257853889220a042aa451e528eb18e10cf7a/charmhelpers/fetch/ubuntu.py#L907) seems to escape without raising an exception in the event that the `subprocess.check_call` yields an exit code not in the list of `retry_exitcode` this gives this method a false...
#### Summary Creates a script using juju to scale microk8s to a specific number of nodes. This script creates 3 control-plane and 10 workers -- but could be better parameterized...
https://github.com/jnsgruk/hello-kubecon/blob/master/src/charm.py#L100-L110 `urlretrieve` method fails when the charm is deployed behind a proxy
#### What type of PR is this? /kind bug /kind api-change #### What this PR does / why we need it: Gracefully ignore named-arguments to `load_incluster_config` which have a value...
similar to #2038 **What happened (please include outputs or screenshots)**: passing `context` as an argument to `load_config` -- even if that argument is `None` does not work because `load_incluster_config` does...
Update github action workflows which are marked as [deprecated](https://github.com/juju/charm-tools/actions/runs/10185563744). While we're at it-- confirm that noble builds work on these tools ## Checklist - [x] Are all your commits [logically]...
### Description I'd expect a bundle containing a `default-base` value of `[email protected]` to be overridden with an overlay, the same way `series` can be overridden with an overlay changing the...