config/sysinv/sysinv/sysinv/sysinv/tests/conductor
Chris Friesen cf94bebd9e generic feature gates cleanup on k8s upgrade
It turns out there are additional feature gates which may be left
around after an upgrade from the previous release, or if someone
is using the custom K8s config functionality.

This means that the previous commit which special-cased the
RemoveSelfLink feature gate for the kube-apiserver is not
sufficient.  At a minimum we also have to deal with a
'HugePageStorageMediumSize: true' feature gate for kubelet.

According to the upstream docs this should still be understood
by kubelet, but the docs are wrong.  (An issue has been raised.)

Accordingly this commit creates a generic framework which can
be used to remove one or more feature gates from all locations
before upgrading to a specified K8s version.

Test plan:

PASS: exercise code via test harness to validate various
      combinations of feature gates in different sections
PASS: K8s upgrade to 1.24 in standard lab that was upgraded from
      previous release

Closes-Bug: 1999837
Change-Id: Ibbcfdbb3deb5a11ee8ca059439bd4e2c7e0fd5a6
Signed-off-by: Chris Friesen <chris.friesen@windriver.com>
2022-12-16 13:41:18 -06:00
..
data Add type checks to AppImageParser 2022-09-29 16:57:35 -03:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
test_ceph.py Adding AIO-SX to AIO-DX migration steps patching existing PVs 2021-05-09 10:58:59 -04:00
test_kube_app_app_operator.py Rework evaluating apps reapply 2021-02-24 18:01:50 -05:00
test_kube_app_image_parser.py Add type checks to AppImageParser 2022-09-29 16:57:35 -03:00
test_kube_app_metadata.py Specify encoding of the file for yaml load 2021-08-13 16:31:52 +00:00
test_manager.py generic feature gates cleanup on k8s upgrade 2022-12-16 13:41:18 -06:00
test_restore.py Migrate to database backend for backup and restore 2021-02-24 13:48:04 +02:00
test_rpcapi.py Add RPCAPI calls to apply LDAP client and DNS runtime manifest 2021-04-27 11:21:54 -04:00