Page MenuHomePhabricator
Paste P11193

SRE onboarding chat demo
ActivePublic

Authored by akosiaris on May 14 2020, 9:25 AM.
Tags
None
Referenced Files
F31817504: raw.txt
May 14 2020, 9:25 AM
Subscribers
version: v4
base: docker-registry.wikimedia.org/wikimedia-stretch
variants:
hello:
entrypoint: [echo, "Hello, world!"]

Event Timeline

This is for latter, when we talk about helm

$ ssh deploy1001.eqiad.wmnet
$ source /srv/deployment-charts/helmfile.d/services/staging/mathoid/.hfenv
$ helm list
$ helm status staging
$ helm history staging

from the slide: curl -H "Content-Type: application/yaml" --data-binary @data https://blubberoid.wikimedia.org/v1/hello

data is a local file that contains the "Hello World!" paragraph from above