Skip to content

Instantly share code, notes, and snippets.

@sadysnaat
Created January 4, 2025 18:34
Show Gist options
  • Save sadysnaat/8ce012b0cad332f9425ce4c2f184408e to your computer and use it in GitHub Desktop.
Save sadysnaat/8ce012b0cad332f9425ce4c2f184408e to your computer and use it in GitHub Desktop.
Clusters With Topology Variables
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: my-docker-cluster
spec:
topology:
...
variables:
- name: dnsImageRespository
value: my.custom.dns.registry
---
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: my-docker-cluster2
spec:
topology:
...
variables:
- name: dnsImageRespository
value: my.custom.dns2.registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment