apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-autoscaler
namespace: kube-system
data:
ladder: |
{
“coresToReplicas”: [
[1, 2],
[256, 3],
[512, 4],
[1024, 5]
],
“nodesToReplicas”: [
[1, 2],
[4, 3],
[8, 4],
[16, 5]
],
“memoryToReplicas”: [
[256, 2],
[512, 3],
[1024, 4],
[2048, 5]
]
}
I am using the above yaml but I added memorytoreplicas there is no official document for this if there can you please suggest the best way is correct to add memorytoreplicas