mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-27 19:06:07 +00:00
b6c7cf1b8e001c02179be6a08f46ca05efdfd8b2
Under some circumstances, the pod_per_gb value would come out as <0, and be generated without any leading 0's (such as `.14` rather than `0.14`). This is not valid JSON, and would break the report generation parsing in R. Use `printf` to force a leading 0 prefix onto the value. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
Cloud Native Setup
Automation around setting up the cloud-native content (Kubernetes) on Clear Linux.
Folder Structure
- clr-k8s-examples: script tools to deploy a Kubernetes cluster
- metrics: tools to aid in measuring the scaling capabilities of Kubernetes clusters.
Description
Languages
Shell
65.1%
R
32.5%
Dockerfile
1.9%
Smarty
0.4%
Makefile
0.1%