Ahmed Sabbour

Results 33 comments of Ahmed Sabbour

Please try this ``` killall -SIGKILL "Microsoft Edge" codesign --remove-signature "/Applications/Microsoft Edge.app" && \ codesign --remove-signature "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Helpers/Microsoft Edge Helper.app" && \ codesign --remove-signature "/Applications/Microsoft Edge.app/Contents/Frameworks/Microsoft Edge Framework.framework/Helpers/Microsoft...

That's still an issue till today. Any luck in the investigation?

Part of the demo is to show HTTP Application Routing so it depends on what we want to show here? cc @bradygmsft

Fetching from a URL (like how you can do `kubectl create -f http://host/file.yaml`) would be more useful in my opinion. Right now, I have to fork the repo and build...

@lizrice How would that work when running it as a container on the cluster using the command below? Maybe I'm missing something. ``` kubectl run --rm -i -t kube-bench-node --image=aquasec/kube-bench:latest...

Thanks for reporting this @lgmorand. At the moment, the extension tries to list the namespaces on your active cluster from your kubeconfig so that it includes that in the generated...

The `'` is blocked for security reasons. Also see these open issues: https://github.com/kubernetes/ingress-nginx/issues/7937 and https://github.com/kubernetes/ingress-nginx/issues/7811. I'd wait for this to merge before committing to any solution: https://github.com/kubernetes/ingress-nginx/pull/9742

Released in [0.2.3](https://github.com/Azure/aks-app-routing-operator/releases/tag/v0.2.3).