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