openstack-k8s-operators / dev-docs

Documentation
9 stars 25 forks source link

HCI nodesets must have complete services list post deploy #123

Closed fultonj closed 2 months ago

fultonj commented 2 months ago

It was reported that edpm-update services skips container update tasks for custom services. However, we found this was because the services list for the HCI deployment where we teseted was missing the run-os service. This service was missing since the second deploy excluded it since HCI uses two deploys. That's fine, provided the full service list is restored at the end.

This change documents that you must recombine the service list and describes how to do it.