You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the deployment name is different between the commands: hello-world-backend vs backend. As on the text, the second command fails:
$ kubectl annotate deployment backend "skupper.io/address=backend" "skupper.io/port=8080" "skupper.io/proxy=tcp"
Error from server (NotFound): deployments.apps "backend" not found
https://skupper.io/docs/declarative/index.html#skupper-annotations
The documentation at Configuring services using annotations instructs to
then
Notice that the deployment name is different between the commands:
hello-world-backend
vsbackend
. As on the text, the second command fails:Changing the name makes it work:
The text was updated successfully, but these errors were encountered: