Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove the cluster_id variable
When creating an SKS cluster, Exoscale used to provision a cluster domain value of `<CLUSTER_ID>.cluster.local`. This is the legacy value for SKS cluster domain. They recently transitioned to provisioning SKS cluster with the default cluster domain value of `cluster.local`. Consequently, we need to remove the adaptations on our modules that were there to support this bizarre, and now legacy, behavior.
- Loading branch information