Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
We have to rewrite our template (for security reasons). So we have to use a second container inside the POD. Coder workspace is fully useable, but if we want to show the developer meta data like cpu und memory we only saw an error. This works fine with the template with only exact one container in the POD.
old template (1 container in POD)
new template (2 container in POD)
Terminal
If I ran the coder stat cpu
command on the shell then I got an error displayed.
Relevant Log Output
Expected Behavior
coder stat should handle 2 container in POD correct and display summed up values like k9s do.
Steps to Reproduce
- build a template in kubernetes with a POD with more than one container in it
- ran
coder stat cpu
- error gets displayed
Environment
- Host OS: AKS
- Coder version: v2.20.2
Additional Context
No response