mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #5265 from ddysher/kubelet-post-status
kubelet post node status to master
This commit is contained in:
@@ -78,7 +78,7 @@ func NewCMServer() *CMServer {
|
||||
NodeMilliCPU: 1000,
|
||||
NodeMemory: resource.MustParse("3Gi"),
|
||||
SyncNodeList: true,
|
||||
SyncNodeStatus: true,
|
||||
SyncNodeStatus: false,
|
||||
KubeletConfig: client.KubeletConfig{
|
||||
Port: ports.KubeletPort,
|
||||
EnableHttps: false,
|
||||
|
Reference in New Issue
Block a user