Skip to content

Commit

Permalink
Add sample output
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Emelyanov committed Dec 23, 2016
1 parent 1d7b0b8 commit 12562ec
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,52 @@ kubectl --context=production rollout undo deployment/sample-deployment
Tool currently in beta-testing stage. But, it using internally to deliver
releases to our pre-production cluster.


## Sample output

```
[13:13:46][Step 4/5] Starting: /data/temp/agentTmp/custom_script164335181065595759
[13:13:46][Step 4/5] in directory: /data/work/fa28ed608c5de3ce
[13:13:46][Step 4/5] ==> Using file: /data/work/fa28ed608c5de3ce/kubernetes.yml
[13:13:46][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:13:46][Step 4/5] ==> New is not requested, updating current type
[13:13:46][Step 4/5] ==> Executing: kubectl apply -f /data/work/fa28ed608c5de3ce/kubernetes.yml
[13:13:47][Step 4/5] ==> Response from kubectl:
[13:13:47][Step 4/5] service "cdss-staging" configured
[13:13:47][Step 4/5] deployment "cdss-staging" configured
[13:13:47][Step 4/5]
[13:13:47][Step 4/5] ==> ZzzZzzZzz...
[13:13:52][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:13:52][Step 4/5] ==> Still unavailable: 1
[13:13:52][Step 4/5] ==> ZzzZzzZzz...
[13:13:57][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:13:57][Step 4/5] ==> Still unavailable: 1
[13:13:57][Step 4/5] ==> ZzzZzzZzz...
[13:14:02][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:02][Step 4/5] ==> Still unavailable: 1
[13:14:02][Step 4/5] ==> ZzzZzzZzz...
[13:14:07][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:07][Step 4/5] ==> Still unavailable: 1
[13:14:07][Step 4/5] ==> ZzzZzzZzz...
[13:14:12][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:12][Step 4/5] ==> Still unavailable: 1
[13:14:12][Step 4/5] ==> ZzzZzzZzz...
[13:14:17][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:17][Step 4/5] ==> Still unavailable: 1
[13:14:17][Step 4/5] ==> ZzzZzzZzz...
[13:14:22][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:22][Step 4/5] ==> Still unavailable: 1
[13:14:22][Step 4/5] ==> ZzzZzzZzz...
[13:14:27][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:27][Step 4/5] ==> Still unavailable: 1
[13:14:27][Step 4/5] ==> ZzzZzzZzz...
[13:14:32][Step 4/5] ==> Executing: kubectl get deployment/cdss-staging -o yaml
[13:14:32][Step 4/5] ==> Notice: no unavailable replicas found, assuming ok
[13:14:32][Step 4/5] ==> Success: All deployments marked as ok..
[13:14:32][Step 4/5] ==> Success: deploy successfull
[13:14:32][Step 4/5] Process exited with code 0
```

## License

Code is unlicensed. Do whatever you want with it. [Set Your Code Free](http://unlicense.org/).

0 comments on commit 12562ec

Please sign in to comment.