Preserving cloud native analytics gateway configmap customizations on upgrade
Learn how to reapply customizations to the cloud native analytics gateway configmap during an upgrade to version 1.6.12.
Before you begin
ea-noi-layer-eanoigateway
. Run the following
commands:export EANOIGATEWAY=$(oc get configmap | grep eanoigateway | awk '{print $1}')
oc get configmap ${EANOIGATEWAY} -o yaml > ${EANOIGATEWAY}.bak
About this task
During an upgrade, the version 1.6.12 configmap automatically overwrites the configmap from the older version. If the older configmap contains any customizations, they are lost after upgrade. To avoid this loss, manually update the cloud native analytics gateway after an upgrade to version 1.6.12.
The following fields were removed from the cloud native analytics gateway configmap
(
ea-noi-layer-eanoigateway
) in version 1.6.10:LocalNodeAlias
LocalSecObj
RemoteNodeAlias
RemotePriObj
RemoteSecObj
RemoteRootObj
ExtendedAttr
The CEAProcessType
field was added to the cloud native analytics gateway configmap
(ea-noi-layer-eanoigateway
) in version 1.6.10. For more information, see Cloud native analytics gateway configmap.