summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-subscription-handler/troubleshooting.rst
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-12-16 21:53:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-16 21:53:46 +0000
commit3bdcd5fcf45254a27cee6e244eddcc63cabb43e8 (patch)
tree81991ce21992799ca7c6864e74b5f13f4599e1d1 /docs/sections/services/pm-subscription-handler/troubleshooting.rst
parent01ccd8dffe8b1dc3610711f455a2b90d3d77426d (diff)
parent6cf238429ab448de881e1458ea10697df8c9dcde (diff)
Merge "Add PMSH documentation"
Diffstat (limited to 'docs/sections/services/pm-subscription-handler/troubleshooting.rst')
-rw-r--r--docs/sections/services/pm-subscription-handler/troubleshooting.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/sections/services/pm-subscription-handler/troubleshooting.rst b/docs/sections/services/pm-subscription-handler/troubleshooting.rst
new file mode 100644
index 00000000..daf0cb07
--- /dev/null
+++ b/docs/sections/services/pm-subscription-handler/troubleshooting.rst
@@ -0,0 +1,24 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+.. _Troubleshooting:
+
+Troubleshooting
+===============
+
+Configuration Errors
+""""""""""""""""""""
+
+If the PMSH fails to start and is in CrashLoopBackOff, it is likely due to a configuration error.
+
+Unable to connect to Config Binding Service
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The PMSH may not be able to reach the Config Binding Service. If this is the case you will be able to
+see an error connecting to Config Binding Service in Kibana.
+
+Invalid Configuration
+^^^^^^^^^^^^^^^^^^^^^
+
+If the PMSH is able to connect to Config Binding Service, but is failing to start. It may be due to
+invalid configuration. Check Kibana for an incorrect configuration error. \ No newline at end of file