mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Merge pull request #4172 from mike-schiller/aws_cf_user_data_fix
fixes kube-apiserver failure when using aws/cloudformation-template.json
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user