Skip to content

Commit

Permalink
Remove redundant and deprecated --insecure-port switch
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-johansson committed Mar 10, 2021
1 parent 5e0d52b commit c157e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/kube-apiserver/templates/kube-apiserver.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ExecStart=/usr/local/bin/kube-apiserver \
--authorization-mode=Node,RBAC \
--bind-address=0.0.0.0 \
--secure-port={{ cluster_port }} \
--insecure-port=0 \
--client-ca-file=/etc/kubernetes/pki/ca.pem \
--etcd-cafile=/etc/etcd/pki/ca.pem \
--etcd-certfile=/etc/etcd/pki/etcd.pem \
Expand Down

0 comments on commit c157e3c

Please sign in to comment.