We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copied the kabana dashboard steps at config.json before deploying ICP2.1
[5:06] at end of config.json following lines were copied.
[5:06]
logging: maxAge: 1 storage: es: size: 20Gi path: /opt/ibm/cfc/logging/elasticsearch ls: size: 5Gi path: /opt/ibm/cfc/logging/logstash kibana: install: true
[5:07] during ICP deployment got following error
[5:07] TASK [addon : Create grafana dashboards configmap] ********************************************************************************************************** fatal: [localhost] => {'_ansible_parsed': True, 'stderr_lines': [u'Error from server: timeout'], u'cmd': u'kubectl create configmap monitoring-grafana-dashboard-config -n kube-system --from-file=/installer/playbook/..//cluster/cfc-components/monitoring/grafana-dashboards', u'end': u'2017-11-23 11:41:12.659009', '_ansible_no_log': False, u'stdout': u'', u'changed': True, u'rc': 1, u'start': u'2017-11-23 11:41:01.297582', u'stderr': u'Error from server: timeout', u'delta': u'0:00:11.361427', u'invocation': {u'module_args': {u'warn': True, u'executable': u'/bin/bash', u'_uses_shell': True, u'_raw_params': u'kubectl create configmap monitoring-grafana-dashboard-config -n kube-system --from-file=/installer/playbook/..//cluster/cfc-components/monitoring/grafana-dashboards', u'removes': None, u'creates': None, u'chdir': None}}, 'stdout_lines': [], 'failed': True}
PLAY RECAP ************************************************************************************************************************************************** 10.66.162.115 : ok=167 changed=57 unreachable=0 failed=0 10.66.162.116 : ok=141 changed=38 unreachable=0 failed=0 10.66.162.117 : ok=113 changed=38 unreachable=0 failed=0 localhost : ok=177 changed=102 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
copied the kabana dashboard steps at config.json before deploying ICP2.1
[5:06]
at end of config.json following lines were copied.
[5:06]
Clean metrics indices in elasticsearch before this days
metrics_max_age: 1
Logging service configuration
logging:
maxAge: 1
storage:
es:
size: 20Gi
path: /opt/ibm/cfc/logging/elasticsearch
ls:
size: 5Gi
path: /opt/ibm/cfc/logging/logstash
kibana:
install: true
[5:07]
during ICP deployment got following error
[5:07]
TASK [addon : Create grafana dashboards configmap] **********************************************************************************************************
fatal: [localhost] => {'_ansible_parsed': True, 'stderr_lines': [u'Error from server: timeout'], u'cmd': u'kubectl create configmap monitoring-grafana-dashboard-config -n kube-system --from-file=/installer/playbook/..//cluster/cfc-components/monitoring/grafana-dashboards', u'end': u'2017-11-23 11:41:12.659009', '_ansible_no_log': False, u'stdout': u'', u'changed': True, u'rc': 1, u'start': u'2017-11-23 11:41:01.297582', u'stderr': u'Error from server: timeout', u'delta': u'0:00:11.361427', u'invocation': {u'module_args': {u'warn': True, u'executable': u'/bin/bash', u'_uses_shell': True, u'_raw_params': u'kubectl create configmap monitoring-grafana-dashboard-config -n kube-system --from-file=/installer/playbook/..//cluster/cfc-components/monitoring/grafana-dashboards', u'removes': None, u'creates': None, u'chdir': None}}, 'stdout_lines': [], 'failed': True}
PLAY RECAP **************************************************************************************************************************************************
10.66.162.115 : ok=167 changed=57 unreachable=0 failed=0
10.66.162.116 : ok=141 changed=38 unreachable=0 failed=0
10.66.162.117 : ok=113 changed=38 unreachable=0 failed=0
localhost : ok=177 changed=102 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered: