Michael Levan

Results 8 issues of Michael Levan

Using the Python Azure SDK to create an AKS cluster. I noticed that the client ID and client secret are mandatory (makes sense from an authentication perspective). ![image](https://user-images.githubusercontent.com/28905827/95478561-a7fb4880-0957-11eb-9c74-fb11be7e5239.png) Out of...

kind/enhancement

After discussion with members of the #wg-platforms group, I would like to propose an idea on either a third paper or an addition to an existing Platform Engineering paper. The...

wg-platforms

Hi - I'm getting an Azure saying that the `az CLI` isn't on `$PATH`, but it definitely is. Has anyone seen this error? 

Hey All, Trying to figure out how to pass in variables at runtime. For example: ``` terraform apply --auto-approve -var name="value" -var location="value" ``` I set up a Variables interface...

### Which jobs are flaking? - master-blocking gce-cos-master-default ### Which tests are flaking? There are three and based on some out of the output, I believe they're related. - Kubernetes...

sig/storage
kind/flake
needs-triage

Hi, I added in an attack scenario for Insecure Workload Configurations. This attack scenario uses a compromised Pod to install and run Nmap to gain network visibility to the Clusters...

Similiar to something like this in Python, but do it in Go instead. ``` from transformers import AutoTokenizer, AutoModelForCausalLM # Replace with the model you're interested in model_name = "meta-llama/Llama-3.2-1B"...