Skip to content

Commit

Permalink
Explicitly set the kubelet read only port. Fixes awslabs#128.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse committed Dec 22, 2018
1 parent 2f2401a commit 93d6efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/kubelet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"kind": "KubeletConfiguration",
"apiVersion": "kubelet.config.k8s.io/v1beta1",
"address": "0.0.0.0",
"readOnlyPort": 10255,
"authentication": {
"anonymous": {
"enabled": false
Expand Down

0 comments on commit 93d6efc

Please sign in to comment.