Steven Armstrong

Results 9 issues of Steven Armstrong

Refactor changes from #618 to also support ipv6.

enhancement

Comparing [kubernetes-zfs-provisioner](https://github.com/gentics/kubernetes-zfs-provisioner) with local-zfs-provisioner it seems that it should be very simple to provide both features in one provisioner. Plan: - rename local-zfs-provisioner to zfs-provisioner - support 2 different kind...

### Long story short When using a ConnectionInfo with an expiration, which is required to work with expiring tokens, operator does not properly leave peering and does not exit. It...

bug

Since kubernetes and kubernetes_asyncio are generated from the same openapi spec they can both be used interchangeably to provide the `login_via_client` activity. closes: #1008 I did not find any tests...

https://webui.me/

new-benchmark-type

The "credentials retriever" should not be stopped before other tasks, that depend on valid credentials, have been stopped. closes: #1033

Basically I need python-consul to work with this: ```sh # env | grep CONSUL_HTTP_ADDR CONSUL_HTTP_ADDR=unix:///var/run/consul/http.sock ``` Just like the consul cli does. Unfortunately I had to change a lot of...

not ready

**Describe the bug** The created ingress resource is annotated with: "kubernetes.io/ingress.class: nginx". I use traefik, not nginx. The nexus-operator is unusable with a non-nginx ingress. **To Reproduce** Steps to reproduce...

bug :bug:
good first issue

I have long running processes using the typical ListWatch pattern. Occasionally I get this Error: ``` | File "lightkube/core/generic_client.py", line 425, in watch | yield wd.process_one_line(line) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | File...