Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6aeb5da2
Commit
6aeb5da2
authored
Jun 24, 2016
by
Mike Spreitzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed deployAddons.sh to use sed template for skydns-svc.yaml
My original change neglected to change the template from the salt one to the sed one.
parent
e12fa40c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deployAddons.sh
cluster/ubuntu/deployAddons.sh
+1
-1
No files found.
cluster/ubuntu/deployAddons.sh
View file @
6aeb5da2
...
...
@@ -42,7 +42,7 @@ function init {
function
deploy_dns
{
echo
"Deploying DNS on Kubernetes"
sed
-e
"s/
\\\$
DNS_REPLICAS/
${
DNS_REPLICAS
}
/g;s/
\\\$
DNS_DOMAIN/
${
DNS_DOMAIN
}
/g;"
"
${
KUBE_ROOT
}
/cluster/saltbase/salt/kube-dns/skydns-rc.yaml.sed"
>
skydns-rc.yaml
sed
-e
"s/
\\\$
DNS_SERVER_IP/
${
DNS_SERVER_IP
}
/g"
"
${
KUBE_ROOT
}
/cluster/saltbase/salt/kube-dns/skydns-svc.yaml.
in
"
>
skydns-svc.yaml
sed
-e
"s/
\\\$
DNS_SERVER_IP/
${
DNS_SERVER_IP
}
/g"
"
${
KUBE_ROOT
}
/cluster/saltbase/salt/kube-dns/skydns-svc.yaml.
sed
"
>
skydns-svc.yaml
KUBEDNS
=
`
eval
"
${
KUBECTL
}
get services --namespace=kube-system | grep kube-dns | cat"
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment