Skip to content

track all images used for each deployments

Alexandre Seitz requested to merge aseitz/list_all_images into main

What does this MR do and why?

Track all pods images used by containers and initContainers in the sylva CI

it produces a new artifact container_images.yaml file in each cluster dump directory:

  • bootstrap
  • deploy-management-cluster
  • deploy-workload-cluster
  • update-management-cluster
  • update-workload-cluster

similar to:

images:
  - count: 2
    image: bitnami/kubectl:1.28.5
  - count: 4
    image: docker.io/bitnami/postgresql:16.2.0-debian-12-r8
  - count: 1
    image: docker.io/rancher/mirrored-calico-cni:v3.27.3
  - count: 1
    image: docker.io/rancher/mirrored-calico-kube-controllers:v3.27.3
  - count: 1
    image: docker.io/rancher/mirrored-calico-node:v3.27.3
  - count: 1
    image: docker.io/rancher/mirrored-calico-operator:v1.32.7
  - count: 1
    image: docker.io/rancher/mirrored-calico-pod2daemon-flexvol:v3.27.3

Related reference(s)

closes #1371

Edited by Alexandre Seitz

Merge request reports