Skip to content

Commit c567cba

Browse files
committed
udpate setup script to apply internal dns configmap
Signed-off-by: wwanarif <[email protected]>
1 parent 236acb2 commit c567cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup-scripts/setup-genai-studio/playbooks/deploy-studio.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
shell: sed -i 's/kube-dns/coredns/g' ../manifests/studio-manifest.yaml
1919
when: coredns_check.stdout != ''
2020

21+
- name: Apply internal DNS configuration
22+
command: kubectl apply -f ../internal-dns-config.yaml
23+
2124
- name: Apply customized studio manifest
2225
shell: "envsubst '${REGISTRY} ${TAG} ${HTTP_PROXY} ${NO_PROXY}' < ../manifests/studio-manifest.yaml | kubectl apply -f -"
2326
environment:

0 commit comments

Comments
 (0)