Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation to Configure the Server Cluster Name in ClusterAgent Chart #35

Open
joshwright10 opened this issue Apr 10, 2023 · 0 comments

Comments

@joshwright10
Copy link

joshwright10 commented Apr 10, 2023

There does not seem to be any documentation regarding how the Kubernetes server name is set when looking in the App Dynamics Portal at Servers > Clusters.

For me, this was simply showing as appdynamics-cluster-agent-appdynamics in the Portal.
After looking at the following line in the templates, I see that this needs to be set using the optional value of .Values.clusterAgent.appName.

name: {{ (cat (.Values.clusterAgent.appName | default (cat .Release.Name "-" "appdynamics-cluster-agent" | nospace)) "-" .Release.Namespace | nospace) | trunc 63 }}

I would have expected it to at least be listed here: Install the Cluster Agent with Helm Charts - Configuration Options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant