We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236acb2 commit c567cbaCopy full SHA for c567cba
setup-scripts/setup-genai-studio/playbooks/deploy-studio.yml
@@ -18,6 +18,9 @@
18
shell: sed -i 's/kube-dns/coredns/g' ../manifests/studio-manifest.yaml
19
when: coredns_check.stdout != ''
20
21
+ - name: Apply internal DNS configuration
22
+ command: kubectl apply -f ../internal-dns-config.yaml
23
+
24
- name: Apply customized studio manifest
25
shell: "envsubst '${REGISTRY} ${TAG} ${HTTP_PROXY} ${NO_PROXY}' < ../manifests/studio-manifest.yaml | kubectl apply -f -"
26
environment:
0 commit comments