Commit 079dd4db authored by CJ Cullen's avatar CJ Cullen

Merge pull request #4172 from mike-schiller/aws_cf_user_data_fix

fixes kube-apiserver failure when using aws/cloudformation-template.json
parents 96749398 3efb4527
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment