diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-20 15:47:51 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-20 15:47:51 +0100 |
commit | e2c7b1305ca8495065dcf40fd2092d7c698dd6ea (patch) | |
tree | abcaa7006a9c4b7a9add9bd0bf8c24f7f8ce048f /docs/managment.txt | |
parent | 47f350bc3aa85a8bd406d95faf084df2abf74ae9 (diff) | |
download | ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.gz ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.bz2 ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.tar.xz ands-e2c7b1305ca8495065dcf40fd2092d7c698dd6ea.zip |
Local volumes and StatefulSet to provision Master/Slave MySQL and Galera cluster
Diffstat (limited to 'docs/managment.txt')
-rw-r--r-- | docs/managment.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/managment.txt b/docs/managment.txt index 9436c3c..cfc6aff 100644 --- a/docs/managment.txt +++ b/docs/managment.txt @@ -17,7 +17,9 @@ DOs and DONTs openshift_enable_service_catalog: false Then, it is left in 'Error' state, but can be easily recovered by deteleting and allowing system to re-create a new pod. - * However, as cause is unclear, it is possible that something else with break as time + * On other hand, ksc completely breakes down if kept unchanged while upgrading from + 3.7.1 to 3.7.2. Updating ksc fixes the problem, except the error mentioned above. + * As the cause is unclear, it is possible that something else will break as time passes and new images are released. It is ADVISED to check upgrade in staging first. * During upgrade also other system pods may stuck in Error state (as explained in troubleshooting) and block the flow of upgrade. Just delete them and allow @@ -34,6 +36,10 @@ DOs and DONTs openshift_storage_glusterfs_heketi_is_missing: False But I am not sure if it is only major issue. + - Master/node configuration updates cause no problems. They are executed with: + * playbooks/openshift-node/config.yml + * playbooks/openshift-master/config.yml + - Few administrative tools could cause troubles. Don't run * oc adm diagnostics |