Josh Ferrell
Josh Ferrell
@sedefsavas Is this as simple as adding a 2nd here https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml that uses something more focused than scripts/ci-e2e.sh? Is there a list of what we'd consider essential?
I see tagIDs in the v1beta1 VirtualMachineCloneSpec so this may already be a planned enhancement. https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/8b1a3c7bc835e884f1e87ad94c189605061048bd/apis/v1beta1/types.go#L146
Yea they are currently using some YTT overlays to label certain resources during cluster creation time. Their goal is the be able to provide a label or in this instance...
@CecileRobertMichon I need to think about this some more. I was trying to stay consistent with #2380 Is it realistic for an end user to bring their own VNET but...
#3451 closed for context switching. ECR creation failed, I believe due to permissions issue.
This is just me being curious, is codesearch availability a priority or something worth having a backlog issue for?
I'm not sure what we're using for metrics scraping and handling now but perhaps the cloudwatch_exporter for prometheus is an option. Here's an example for S3 https://github.com/prometheus/cloudwatch_exporter/blob/master/examples/S3.yml
+1 for the use case that requires a global deny and then individual HTTPProxy allow list. I've achieved this with other ingress controllers by setting the allow list in the...
@stevehipwell We currently run multiple replicas with the PDB. The intention behind the HPA was to autoscale MS before responses would ever slow to the point of becoming a problem...