mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 03:37:46 +08:00
[FIX] optimize master node details,optimize node system image
This commit is contained in:
parent
2a4e830d48
commit
5603519308
@ -150,7 +150,8 @@ func getInfoForMaster(s *nodeserver.NodeServer) {
|
|||||||
NodeInfo:v1.NodeSystemInfo{
|
NodeInfo:v1.NodeSystemInfo{
|
||||||
KernelVersion:result["KERNEL"],
|
KernelVersion:result["KERNEL"],
|
||||||
Architecture:result["PLATFORM"],
|
Architecture:result["PLATFORM"],
|
||||||
OperatingSystem:result["OS"],
|
OSImage:result["OS"],
|
||||||
|
//OperatingSystem:result["OS"],
|
||||||
KubeletVersion:"N/A",
|
KubeletVersion:"N/A",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user