aerokube / moon

Browser automation solution for Kubernetes and Openshift supporting Selenium, Playwright, Puppeteer and Cypress
http://aerokube.com/moon/latest
Apache License 2.0
224 stars 19 forks source link

Add ownership to browser pod dependent objects #385

Closed vania-pooh closed 1 year ago

vania-pooh commented 1 year ago

Need to add ownership to configmaps and other objects, so they are automatically deleted by Kubernetes when pod is deleted. https://kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/

vania-pooh commented 1 year ago

Won't fix as config maps are created before pods and adding this change could break things.