You should see a message similar to this for missing server visibility license:[WARNING]: 2020-06-04 15:23:28 - agentregistrationmodule.go:206 - Agent is not licensed
Two thoughts: generally that error indicates an error with access key, so worth double checking the value. Also have you setup the secret based on that value using:kubectl -n appdynamics create secret generic cluster-agent-secret --from-literal=contr...
@Chris.Edwards you would want to configure a cert for the endpoint where the cluster agent ssl connection would terminate, typically with the load balancer. I don't think you'd need the on prem controller cert unless the load balancer to controller c...
Hi @T.Singh
I was tracking down how we can change trial licenses to include a Server Visibility license, which may a few days to sort out.
thanks
Jeff
---
Edited 6/16/20 C. Landivar
Hi @T.Singh The current docs assume you start with the instructions on https://docs.appdynamics.com/display/PRO45/Install+the+Cluster+Agent and download the cluster agent bundle, which will include the cluster-agent-operator.yaml. However, I can unde...