Aleksei Sizov
Aleksei Sizov
To improve observability it will be good to have integrations with popular tracing solutions like Jaeger and Zipkin. Right now I see it something like this: New tab in tilt's...
Add explicit cipher suites list to the tls server to remove ciphers which have sweet32 vulnerability ## Description Default go cipher list has the following 3DES ciphers which are vulnerable...
We need to simplify addition of a new k8s resources to control scripts. I propose the following changes: - use jsonpatch instead of merge - make generic function to patch...
We need to test how contol scripts works wit private registries, especially with the ones with authorization. Cases: - Harbor with authentication. Map pull secret to Octopod. - Docker v2...
Environment: kubernetes 1.17.4 rook-ceph as persistent storage provider postgres-operator 1.4.0 installed with helm chart posgresql resource declared as follows: ```apiVersion: "acid.zalan.do/v1" kind: postgresql metadata: name: test-postgres namespace: test spec: teamId:...
/kind feature **The problem** Currently when reconciling `AWSCluster` all resources needed for cluster to function are created. This works well when you have all nodes as instances. However this approach...
/kind bug **What steps did you take and what happened:** We have CAPI objects deployed using Helm chart. Thus when `helm uninstall ` is executed all objects get deleted simultaneously....