Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #58 from camilamacedo86/SOP_ADD
Browse files Browse the repository at this point in the history
Add step in the SOP
  • Loading branch information
camilamacedo86 committed Aug 1, 2019
2 parents 0e4a488 + 8e44e12 commit c87b738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- Adding step checked to solve issue with the Service and Database in the SOP.

## [0.1.0] - 2019-07-24
### Added
Expand Down
2 changes: 2 additions & 0 deletions SOP/SOP-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ kind: Secret
NOTE: The values described above should not be the same but should all data keys shoud be present with each respective value.
+
. Check the operator pod is present as it is responsible for managing the service pod as described in https://github.com/aerogear/unifiedpush-operator/blob/0.1.0/SOP/SOP-operator.adoc[UnifiedPushOperatorDown]
. In order to fix it, try to deploy it again by running `oc rollout --latest dc/unifiedpush`

==== UnifiedPushDatabaseDown

Expand Down Expand Up @@ -467,6 +468,7 @@ NOTE: You can save the logs by running `oc logs <database-podname> > <filename>.
. Check if you are able to see any useful information in the logs which can lead you for the root cause of the issue. Also, by capturing the logs you are able to provide a required information for its maintainers if it be required.
.. Check if the Database image was pulled successfully.
. Check the operator pod is present as it is responsible for managing the service pod as described in https://github.com/aerogear/unifiedpush-operator/blob/0.1.0/SOP/SOP-operator.adoc[UnifiedPushOperatorDown]
. In order to fix it, try to deploy it again by running `oc rollout --latest dc/unifiedpush-postgresql`

==== UnifiedPushJavaHeapThresholdExceeded

Expand Down

0 comments on commit c87b738

Please sign in to comment.