Page MenuHomePhabricator

Document blubber helm deployment
Closed, ResolvedPublic

Description

For the most part the documentation in the deployment-charts repo was useful and accurate for blubber deployment; however, there are some blubber-specific-steps that we should document as well.

My memory:

$ ssh deployment.eqiad.wmnet
$ cd /srv/deployment-charts/helmfile.d/services/staging/blubberoid
$ . .hfenv
$ helmfile diff
$ helmfile apply
$ kubectl get svc
$ kubectl describe svc blubberoid-staging
$ curl -H 'Content-Type: application/yaml' --data-binary @[blubberfile] [endpoint from kubectl descibe]
-- repeat helmfile + test for codfw & eqiad --