16.2.7 Creating an Upgrade ConfigMap

Create a ConfigMap for the upgrade by performing the following:
  1. Run the following command to create the ConfigMap:
    kubectl create configmap %DOMAIN_UID%-domain-upgrade-pod-cm -n %NAMESPACE% \
    --from-file <workdir>/upgradescripts --dry-run=client -o yaml
    For example:
    kubectl create configmap governancedomain-domain-upgrade-pod-cm -n oigns \
    --from-file /OIG12CUPG/upgradescripts --dry-run=client -o yaml | kubectl apply -f -
    The output should look similar to the following:
    configmap/governancedomain-domain-upgrade-pod-cm created