-
Notifications
You must be signed in to change notification settings - Fork 216
Description
I have a customer who wants to follow the steps in WLS on AKS Domain on PV sample initially for the first domain, and then follow a subset of the steps for a second domain on the same AKS cluster, but with different PV for the second domain.
From the sample:
Use the kubectl command to create the Storage Class and persistent volume claim to the default namespace.
Customer:
Yes, those were the steps. I started at #create-weblogic-domain as I had already run all the steps once for the first domain. Since the steps assume the domain will be domain1, I also copied the ~/azure/weblogic-on-aks/domain1.yaml to 4cdomain.yaml and edited to fix the domain names, giving unique names for the admin and cluster servers, etc.
I had done the quoted storage class steps previously when creating the first domain
I guessed 2 domains in 1 namespace might not be supported but thought I'd ask. I was just trying to save some time on a 2nd app PoC but it won't take much longer to create another namespace, PV, etc
I judge the guidance was not written with this case in mind. This issue asks the assignee to determine the effort to support this case.