Skip to content

Allow for configuring the cluster dns name#95

Closed
casualjim wants to merge 0 commit intorestatedev:mainfrom
casualjim:copilot/add-cluster-dns-flag
Closed

Allow for configuring the cluster dns name#95
casualjim wants to merge 0 commit intorestatedev:mainfrom
casualjim:copilot/add-cluster-dns-flag

Conversation

@casualjim
Copy link
Contributor

The DNS was hardcoded to .cluster.local but our cluster uses a different dns name

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for creating this PR @casualjim. The changes looks good to me. I left a few minor comments which I will address while merging your PR.

args.operator_label_name,
args.operator_label_value,
args.tunnel_client_default_image,
args.cluster_dns,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe some form of validation that this is a valid DNS suffix could be interesting.

Comment on lines +49 to +55
#[arg(
long = "cluster-dns",
env = "CLUSTER_DNS",
value_name = "CLUSTER_DNS",
default_value = "cluster.local"
)]
cluster_dns: String,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be awesome to expose this value also through the helm charts.

@tillrohrmann tillrohrmann force-pushed the copilot/add-cluster-dns-flag branch from 69227a3 to 4cb50db Compare March 12, 2026 10:08
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2026
@tillrohrmann
Copy link
Contributor

Merged via 92c1f5a.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants