You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would I use this deployment to upgrade an existing cluster? Basically I would want to skip the RCU creation step and rather point the new cluster at an existing database with an existing repository. Copying the files should be quite straight forward.
The text was updated successfully, but these errors were encountered:
Upgrading non-kubernetes cluster is not possible. I am not sure what product version you are using as of now. Here is what you can do to work around.
If you have customization in sites.war
A. Create a custom docker image with your customization
B. Use this image to spin the kubernetes based wcs cluster (No RCU etc is needed)
C. Make this a target and publish all the sites from non-kubernetes cluster
If there is no customization
A. Use this default image to spin the kubernetes based wcs cluster (No RCU etc is needed)
B. Make this a target and publish all the sites from non-kubernetes cluster
Now coming to what you are looking .. like
Pointing to existing db
Pointing to existing file system
Above is possible if file system path in k8s cluster and your existing cluster are same, this would work. Otherwise there would be lot of workaround
How would I use this deployment to upgrade an existing cluster? Basically I would want to skip the RCU creation step and rather point the new cluster at an existing database with an existing repository. Copying the files should be quite straight forward.
The text was updated successfully, but these errors were encountered: