Skip to content
Snippets Groups Projects
Commit fd9cc76d authored by Eric Cano's avatar Eric Cano
Browse files

Fixed path to the namespace yaml.

parent dedbd414
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ perl -p -i -e 's/<%= \@my_ipaddress -%>/'"${my_ipaddress}"'/' ${dnspoddir}/pod-d
perl -p -i -e 's/<%= \@upper_level_dns -%>/'"${upper_level_dns}"'/' ${dnspoddir}/pod-dns.yaml
kubectl create -f ${dnspoddir}/kube-system_ns.yaml
kubectl create -f ./kube-system_ns.yaml
kubectl create -f ${dnspoddir}/dns-svc.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment