Troubleshoot Install or Upgrade on Kubernetes
Problem: The product is deployed with a wrong property (wrong version, host, etc.)
Solution:
1. With xl kube install and generated yaml files
It is suggested first to clean existing deployments:
xl kube clean
For more information, see xl kube clean Command Reference.
Fix the wrong value using the generated yaml file (for example, Deploy/Release image version from CR yaml file) and reinstall with:
xl kube install --files <reference to the generated yaml files>
For more information see xl kube install Command Reference.