Welcome to the Linux Foundation Forum!

[Lab 13] Canary failed! Scaling down vote.instavote

Options

This error will appear when trying to trigger the Blue/Green deployment on page 9. The reason being that the container schoolofdevops/v2 specified in the kubectl params does not exist on DockerHub:

kubectl -n instavote set image deploy vote vote=schoolofdevops/v2

The following should be used instead:

kubectl -n instavote set image deploy vote vote=schoolofdevops/vote:v2

Comments

  • luisviveropena
    luisviveropena Posts: 1,155
    Options

    Hi @albertgoma, thanks for informing us of this! I'll need to check on this and take the proper actions.

    Regards,
    Luis.

  • fcioanca
    fcioanca Posts: 1,912
    Options

    Hi @albertgoma

    Thank you for flagging this. Lab 13 has been corrected.

    Regards,
    Flavia
    Linux Foundation Training Team

Categories

Upcoming Training