Azure / kube-advisor

Check if containers are using resource and request limits and other useful things.
MIT License
120 stars 31 forks source link

error: Invalid JSON Patch #9

Open moebius87 opened 5 years ago

moebius87 commented 5 years ago

The command

# kubectl run --rm -i -t kubeadvisor --image=mcr.microsoft.com/aks/kubeadvisor --restart=Never --overrides="{ \"apiVersion\": \"v1\", \"spec\": { \"serviceAccountName\": \"kube-advisor\" } }"

indicated in the README.md page returns

# error: Invalid JSON Patch
moebius87 commented 5 years ago

this change seems to solve the problem: #10