Deployment Pipelines are running successfully without any issues. However, post-deployment none of the server groups either older or the newer ones are not visible in the Cluster view of Spinnaker UI. If you run into this issue, follow the below steps in order to have it fixed


  1. When you have "Namespaces" for the "accounts" in the "halconfig" this issue might occur. In order to fix it, ensure to remove all the "Namespaces" from the "halconfig"
  2. If you have "HA" enabled for clouddriver. Clouddriver-caching might cause performance issues at time. Hence, scale up the clouddriver-caching pod.
  3. Ensure to look at your deployment manifest. In the manifest there should be an annotation added with moniker entries as the one below
metadata:
  annotations:
    moniker.spinnaker.io/application: <application-name>

After trying the above if you still see issue then it might be entirely a different use case. Feel free to reach out to OpsMx team, we will be happy to look into the issue.