resource with no memory #625
Answered
by
brancz
yangvipguang
asked this question in
General
-
I have configured the resource related configuration in the jsonnet file, but after compiling, I only see the cpu resource, not the memory resource。 |
Beta Was this translation helpful? Give feedback.
Answered by
brancz
Jul 31, 2020
Replies: 1 comment
-
you need to put both of them in the same object as in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
metalmatze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to put both of them in the same object as in
{ memory: '1024Mi', cpu: '500m" }