OOM Meeting Notes - 2021-05-05
Agenda
Dual Stack networking: @Magdalena Biernacka
K8S dual stack API is changing in K8S 1.20+
test:
add 2 new fields in service template
on k8s 1.20: ok on ipv4 and dual stack
on k8s 1.19:
NOK if values are provided
OK if values are provided
options:
k8s 1.20+ support
Universal template ?
maybe use
Capabilities.KubeVersion.Major
from Helm? (https://helm.sh/docs/chart_template_guide/builtin_objects/)
move to 1.20 seems cleared!
Honolulu release leftovers: @Sylvain Desbureaux
tag 8.0.0 done on Friday
release note are not there yet
Honolulu maintenance release: @Sylvain Desbureaux
Mariadb enhancement for Camunda + reliability (issue is OOMKilled → raise up limits)
DCAE Dashboard
CNF Orchestration bugfixes
startupProbes would go to Istanbul
MR Guilin: almost done: @Sylvain Desbureaux
RN finished (https://gerrit.onap.org/r/c/oom/+/121016)
version bump (https://gerrit.onap.org/r/c/oom/+/121016) (7.0.0 → 7.0.1)
can't be gated, need to update gate versioning (https://gitlab.com/Orange-OpenSource/lfn/onap/onap_oom_automatic_installation/-/blob/master/inventory/group_vars/all.yaml#L79) as soon as it's merged
merge done by @Krzysztof Opasiak
Service accounts: Farida Azmy
several reviews ongoing
some are ready to be merged IMHO (@Sylvain Desbureaux ) → set a +1 on them
Service mesh:
AAI service enablement: https://gerrit.onap.org/r/c/oom/+/120964 (Ondrej Frindrich)
need to check it works as before without service mesh
need to be tested on service meshed platform
Keycloak integration for test (@Krzysztof Opasiak )
no progress
main blocking point: oom/paas repo creation
OOM on "hardened k8s": @Sylvain Desbureaux
using rke2 with cis-1.5 profile (https://docs.rke2.io/)
no Internet access (nexus)
using containerd (no docker)
default pod security policies enabled
in particular, we can't be root
using a subset of OOM
outcomes:
mostly works out the box
issue with mariadb galera (init containers needs to root) → specific policies to be created
issue on SDC where we tried to retrieve an image directly on docker.io (https://gerrit.onap.org/r/c/oom/+/121059)