kubectl-neat icon indicating copy to clipboard operation
kubectl-neat copied to clipboard

kubectl neat removing resource values

Open dmitriishaburov opened this issue 2 years ago • 0 comments

Input:

    resources:
      limits:
        cpu: "1"
        memory: 1Gi
      requests:
        cpu: 50m
        memory: 1Gi

output after | kubectl neat:

    resources:
      limits:
        cpu: "1"
        memory: 1Gi
      requests:
        cpu: 50m

Maybe there's some default relation between requests and limits but would be nice to see them both usually

dmitriishaburov avatar May 02 '22 13:05 dmitriishaburov