Root Cause Analysis for AES EDI | JIRA Issue (AESEDI-53447) Date 2020-02-03 Authors Mallikarjunarao Operations Team Status Complete, resolved
Summary
Root Cause Analysis for AES EDI | JIRA Issue (AESEDI-53447) Date 2020-02-03 Authors Mallikarjunarao Operations Team Status Complete, resolved
Summary
| #!groovy | |
| import groovy.json.JsonOutput | |
| import groovy.json.JsonSlurper | |
| /* | |
| Please make sure to add the following environment variables: | |
| HEROKU_PREVIEW=<your heroku preview app> | |
| HEROKU_PREPRODUCTION=<your heroku pre-production app> | |
| HEROKU_PRODUCTION=<your heroku production app> |
| # Reference: | |
| https://www.cloudgear.net/blog/2015/5-minutes-kubernetes-setup/ | |
| # install homebrew and cask | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # install virtualbox | |
| brew cask install virtualbox | |
| # install dockertoolbox |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management: