Bug fixes
This commit is contained in:
committed by
Robbie Zhang
parent
8d883dcecd
commit
0f54e1ed9c
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user