container_cpu_detection
container_cpu_detection copied to clipboard
Calculate the number of available CPUs in the container.
Results
1
container_cpu_detection issues
Sort by
recently updated
recently updated
newest added
trafficstars
environment: kubernetes: v.1.11.10 docker: 17.09.1-ce os: ubuntu 16.04 I use sysconf_test like this: ``` kubectl create configmap detection --from-file=./detection.so kubectl create configmap sysconf --from-file=./sysconf_test ``` and then,deploy a pod: ```...