Skip to content

Error when launching GraphScope on kubernetes cluster: (409) #187

Answered by lidongze0629
hi-jiangsong asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, hi-jiangsong. Thank you for posting this question in the discussions and welcome to the GraphScope discussions.

I think you should use kubectl describe node [NODE_NAME] rather than free -g to view the memory of kubernetes node.

$ kubectl get node

NAME                      STATUS   ROLES    AGE   VERSION
izj6cjaz33icbq1wohq67pz   Ready    master   95d   v1.19.2

$ kubectl describe node izj6cjaz33icbq1wohq67pz
.... some other info
Capacity:
  cpu:                24
  ephemeral-storage:  309505004Ki
  hugepages-1Gi:      0
  hugepages-2Mi:      0
  memory:             47784232Ki
  pods:               110
....

So the cpu and memory of this node is 24 cores and about 48G(47784232Ki)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hi-jiangsong
Comment options

Answer selected by hi-jiangsong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants