Skip to content

Commit

Permalink
Merge pull request #260 from contiv/master
Browse files Browse the repository at this point in the history
Merging master into release-1.1 for 1.1.3 release
  • Loading branch information
dseevr committed Oct 4, 2017
2 parents e5c1c2d + 29eda25 commit 7b21e60
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install/k8s/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,9 @@ echo "Applying contiv installation"
grep -q -F "netmaster" /etc/hosts || echo "$netmaster netmaster" >>/etc/hosts
echo "To customize the installation press Ctrl+C and edit $contiv_yaml."
sleep 5

# Previous location was in /usr/bin/, so delete it in the case of an upgrade.
chmod +x ./netctl
rm -f /usr/bin/netctl
install -m 755 -o root -g root ./netctl /usr/local/bin/netctl

cp ./netctl /usr/bin/
# Install Contiv
$kubectl apply -f $contiv_yaml

Expand Down

0 comments on commit 7b21e60

Please sign in to comment.