17.2.6 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 accessdomain-domain-upgrade-pod-cm -n oamns \
    --from-file /OAM12CUPG/upgradescripts --dry-run=client -o yaml | kubectl apply -f -
    The output should look similar to the following:
    configmap/accessdomain-domain-upgrade-pod-cm created