imago icon indicating copy to clipboard operation
imago copied to clipboard

Ensure kubernetes pods run on latest images builds from the docker registry

Results 18 imago issues
Sort by recently updated
recently updated
newest added

Hello, This need a k8s go client update I think ``` # /usr/local/bin/imago -A -kubeconfig /usr/local/etc/imago/config.yaml -l imago_update=yes -restart -check-pods 2022/08/25 10:24:49 checking uptime-kuma/Deployment/uptime-kuma .... 2022/08/25 10:24:55 checking ferdi/Deployment/app 2022/08/25...

We have 2 kube clusters. In first we have jenkins with imago which deploy jobs on second kube cluster. Problem is imago can not see second cluster because he ignore...

Do you have benchmarks for how much cpu/mem imago needs? I would like to set requirements & limits in my k8s configuration but cannot easily determine a safe range for...

Hi, I want to use a label on my kubernetes deployments, so imago will only update the ones which a marked. But I a m not sure how the correct...

When running imago outside of the cluster we could use ~/.docker/config.json When running imago inside the cluster, the secret might be in ServiceAccount instead of imagePullSecrets, or in a file...

Hello, This is an awesome tool! Thank you for making it. I can't seem to find a way to get `imago` to ignore an SSL error for my internal registry....

enhancement

The next code doesn't work in the case the image is from private registry - image := strings.Split(container.Image, ":")[0] + "@" + digest I suggest the following fixup + ss...

bug

Hello, We are looking for a solution so that our developers can deploy some kubernetes manifest on their local machine using docker-for-desktop (windows/mac) or minikube. and then been able to...

The admission controller will modify the configured images with fixed digest and add imago annotation.

enhancement

First of all: thank your for this project! It may can be the missing link in our deployment chain. Unfortunately we use various private docker repositories in our projects and...

enhancement