Bug fixes

This commit is contained in:
robbiezhang
2018-09-07 22:57:42 +00:00
committed by Robbie Zhang
parent 8d883dcecd
commit 0f54e1ed9c
2 changed files with 8 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ func (s *Server) registerNode(ctx context.Context) error {
NodeInfo: corev1.NodeSystemInfo{
OperatingSystem: s.provider.OperatingSystem(),
Architecture: "amd64",
KubeletVersion: "v1.8.3",
KubeletVersion: "v1.11.2",
},
Capacity: s.provider.Capacity(),
Allocatable: s.provider.Capacity(),