nkhare / k8s-cicd-webinars

DigitalOcean Kubernetes CI/CD Webinar Series

Home Page:https://go.digitalocean.com/cicd-on-k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image = "36148574" does not exist...

jimangel opened this issue · comments

Trying to recreate this k8s DO terraform ./script deploy, cannot find image based on this tag.

I can search all image ids with: curl -X GET --silent "https://api.digitalocean.com/v2/images?per_page=999" -H "Authorization: Bearer $TOKEN" | jq '.'

@jimangel that script used one of our image snapshot. Somehow we missed it to make it generic. It is fixed now.