Welcome to the Linux Foundation Forum!

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

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:

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

The following should be used instead:

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

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training