osism / issues

This repository is used for bug reports that are cross-project or not bound to a specific repository (or to an unknown repository).
https://www.osism.tech
1 stars 1 forks source link

openstack-image-manager: make service kubernetes ready #994

Open Belgeron opened 4 months ago

Belgeron commented 4 months ago

generate container and helm charts for openstack image manager and update tool to run in a full kubernetes setup

Belgeron commented 3 months ago

supplied Containerfile incl nessesary script for automaticly updating images of Openstack from a Kubernetes Cluster or Docker Container at a branch for comments

Belgeron commented 2 weeks ago

start rewriting the pod and the helm chart as Kubernetes Cronjob, not as a running pod with a crond, so it could run in a more save and secure environment and not running as root.

Belgeron commented 2 weeks ago

added a user id and group id to the pod so it doesn't need run at root context and searching for some helm problems with secrets and importing clouds.yml via Serects into the container correct.