Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

The CKS External Hostname Controller has changed the way it reports DNS names for services running on CKS.
  • Prior to August 25, 2025: The controller mutated the service.beta.kubernetes.io/external-hostname annotation to long format if it was specified in short format.
  • Now: The controller no longer mutates the annotation. Instead, the FQDN and its allocation status are set in the .status.conditions field on the Service object, specifically under the ExternalRecords type.
No changes are required to your manifests or annotations. Only the method for retrieving the name has changed. Both short and long formats are still acceptable in the annotation.
Last modified on January 27, 2026