From 404ca4c3b8dab21803cb96a2f4460a12e2a0d797 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 26 Dec 2023 15:57:55 +0800 Subject: [PATCH] fix(kubevirt): rm subdomain you can't do an actual subdomain like test.example.com --- kube/deploy/vm/ad/template-dc/vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/vm/ad/template-dc/vm.yaml b/kube/deploy/vm/ad/template-dc/vm.yaml index 1e4e07f6..24c05877 100644 --- a/kube/deploy/vm/ad/template-dc/vm.yaml +++ b/kube/deploy/vm/ad/template-dc/vm.yaml @@ -19,7 +19,7 @@ spec: vm.home.arpa/ad: "dc${NUM}" spec: hostname: "thunder-dc${NUM}" - subdomain: "${DNS_AD}" + # subdomain: "${DNS_AD}" evictionStrategy: "LiveMigrate" networks: - name: "main"