Skip to content

Commit

Permalink
Fixing the github issue #29.
Browse files Browse the repository at this point in the history
The issue was kube-apiserver does not get started when we
do a "vagrant up"

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
  • Loading branch information
LalatenduMohanty committed Jun 18, 2015
1 parent 5b7f7f9 commit 9b56bf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions centos7-container-vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ tuned
sed -i "/HWADDR/d" /etc/sysconfig/network-scripts/ifcfg-eth*
sed -i "/UUID/d" /etc/sysconfig/network-scripts/ifcfg-eth*
#Fixing issue #29
sed -i '/Documentation=https\:\/\/github.com\/GoogleCloudPlatform\/kubernetes/a After=network.target' /usr/lib/systemd/system/kube-apiserver.service
# set tuned profile to force virtual-guest
tuned-adm profile virtual-guest
Expand Down

0 comments on commit 9b56bf8

Please # to comment.