Writing your first operator tutorial
CtrlK
  • πŸ‘‹Welcome!
    • πŸ™‹Questions?
    • 🎁Feedback
  • πŸ“‘Content
    • πŸ’»Online tutorial
      • πŸŽƒInstruqt tips and tricks
      • πŸ–‡οΈOpen Source content
    • πŸ“ƒSlide deck
    • 🎢Background tunes
  • ⁉️Errors
    • Rate limit on docker pull abangser/todo
    • Rate limit on `make install`
    • The `newDeployment` function is missing
    • "Connection closed" warning in Instruqt
    • Instruqt is showing `Unauthorized` instead of a console or VSCode
    • Errors happen when I click `Check`
    • `make run` fails with port 8080 already in in use
    • `make run` errors during fmt or vet stage
Powered by GitBook
On this page
  1. ⁉️Errors

Rate limit on docker pull abangser/todo

This may show up at a failure for the deployment to be healthy.

To fix, swap out the abangser image in the newDeployment function in the controller file with:

public.ecr.aws/nginx/nginx:1-alpine-perl
PreviousBackground tunesNextRate limit on `make install`

Last updated 2 years ago