digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Fully qualified image: Check if container uses fully qualified image names #15

Closed varshavaradarajan closed 5 years ago

varshavaradarajan commented 5 years ago

This check is useful if the underlying runtime isn't docker. Specifying a fully qualified image name also indicates which registry the image is being pulled from.

Shows a warning to users if fully qualified image names aren't used in the live cluster.