Skip to content

Commit 2a8cb6c

Browse files
author
Akash.S
committed
fixing quotes
1 parent 9aae47f commit 2a8cb6c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2016-08-31-kubernetes-1.3-install.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ scurl -o kubernetes.tar.gz https://github.com/kubernetes/kubernetes/releases/dow
7373

7474
tar -xf kubernetes.tar.gz
7575

76-
export KUBERNETES_SRC=/usr/src/kubernetes
76+
export KUBERNETES_SRC=/usr/src/kubernetes/
77+
export KUBERNETES_HOME=/usr/src/kubeSystem
7778
```
7879

7980
 
@@ -135,6 +136,11 @@ rm -rf flannel-0.5.5*
135136
mkdir -p /opt/kubernetes/bin/ /etc/kubernetes/
136137

137138
# copy all config/system and binary files on all servers
139+
# getting systemd init files
140+
cd $KUBERNETES_HOME
141+
git clone https://github.com/akash-git/akash-git.github.io.git
142+
cd akash-git.github.io
143+
138144
# copy systemd and config
139145
cp systemd/* /usr/lib/systemd/system/
140146
cp config/* /etc/kubernetes/

0 commit comments

Comments
 (0)