Skip to content

Commit

Permalink
Merge pull request #65 from sibucan/disable-insecure-port
Browse files Browse the repository at this point in the history
Disable insecure port, enable secure port on 10253
  • Loading branch information
phillc committed Apr 1, 2020
2 parents f21ff86 + 321386c commit 7fd87ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/ccm-linode-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
args:
- --cloud-provider=linode
- --v=3
- --port=0
- --secure-port=10253
volumeMounts:
- mountPath: /etc/kubernetes
name: k8s
Expand Down

0 comments on commit 7fd87ac

Please sign in to comment.