July 2019
Intermediate to advanced
502 pages
14h
English
First, let's make sure that the service is still using the blue deployment. When we get a link description, there shouldn't be any [green] prefix:
$ http "${DELINKCIOUS_URL}/v1.0/links" "Access-Token:${DELINKCIOUS_TOKEN}"'HTTP/1.0 200 OKContent-Length: 214Content-Type: application/jsonDate: Tue, 30 Apr 2019 06:02:03 GMTServer: Werkzeug/0.14.1 Python/3.7.2{ "err": "", "links": [ { "CreatedAt": "2019-04-30T06:01:47Z", "Description": "nothing to see here...", "Status": "invalid", "Tags": null, "Title": "gg", "UpdatedAt": "2019-04-30T06:01:47Z", "Url": "http://gg.com" } ]}
The description is nothing to see here.... This time, instead of interactively editing the service using kubectl ...