We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6a43 commit 29910aaCopy full SHA for 29910aa
upup/models/cloudup/resources/addons/metrics-server.addons.k8s.io/k8s-1.11.yaml.template
@@ -133,7 +133,7 @@ spec:
133
spec:
134
containers:
135
- args:
136
- - --secure-port=4443
+ - --secure-port=10250
137
- --kubelet-use-node-status-port
138
- --metric-resolution=15s
139
- --kubelet-preferred-address-types={{ if or IsIPv6Only (not (eq GetCloudProvider "aws"))}}InternalIP{{ else }}Hostname{{ end }}
@@ -157,7 +157,7 @@ spec:
157
periodSeconds: 10
158
name: metrics-server
159
ports:
160
- - containerPort: 4443
+ - containerPort: 10250
161
name: https
162
protocol: TCP
163
readinessProbe:
0 commit comments