Skip to content

Commit

Permalink
inserted mising = in kube-apiserver's portal_net parameter that preve…
Browse files Browse the repository at this point in the history
…nted the kube-apiserver from starting
  • Loading branch information
mike-schiller committed Feb 5, 2015
1 parent 827dcbc commit 3efb452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
" ExecStart=/opt/bin/kube-apiserver \\\n",
" --address=0.0.0.0 \\\n",
" --port=8080 \\\n",
" --portal_net 10.244.0.0/16 \\\n",
" --portal_net=10.244.0.0/16 \\\n",
" --etcd_servers=http://127.0.0.1:4001 \\\n",
" --public_address_override=$private_ipv4 \\\n",
" --logtostderr=true\n",
Expand Down

0 comments on commit 3efb452

Please sign in to comment.