Open moebius87 opened 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
this change seems to solve the problem: #10
The command
indicated in the README.md page returns