Results 6 comments of Siegfried Weber

## :warning: TBD – not ready for work see also #269

Rustls does not support IP addresses (see ctz/rustls#184). k3s uses an IP address by default: ``` $ cat /etc/rancher/k3s/k3s.yaml | grep server server: https://127.0.0.1:6443 ``` Our [test-dev-cluster](https://github.com/stackabletech/test-dev-cluster) uses k3s and...

The image field contains an OCI reference. An OCI reference consists of a registry, a repository, and a tag. For instance, the OCI reference "stackable.tech/stackable/zookeeper:3.5.8" consists of the registry "stackable.tech",...

``` Crate: prost-types Version: 0.7.0 Title: Conversion from `prost_types::Timestamp` to `SystemTime` can cause an overflow and panic Date: 2021-07-08 ID: RUSTSEC-2021-0073 URL: https://rustsec.org/advisories/RUSTSEC-2021-0073 Solution: Upgrade to >=0.8.0 Dependency tree: prost-types...

> I've moved this back into "Ready for Development" because the Listener operator is now merged. AFAIU this should now be ready to be worked on again? This pull request...