File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ Action.kestrel_analyze_costs().analysis_type("anomaly")
247247Action.kestrel_apply_yaml_fix()
248248Action.kestrel_restart_workload().workload_name(" {{ incident.workload_name}} " ).namespace(" {{ incident.namespace}} " )
249249Action.kestrel_scale_workload().workload_name(" {{ incident.workload_name}} " ).namespace(" {{ incident.namespace}} " ).replicas(0 )
250+ Action.kubectl_execute(" get pods -n production" ) # Run any kubectl command
251+ Action.generate_kubectl_command(" Find pods in CrashLoopBackOff in production" ) # AI generates a kubectl command
250252Action.kestrel_generate_k8s_manifest().resource_type(" Deployment" ).query(" Create a deployment for nginx" )
251253Action.kestrel_generate_helm_values().chart_name(" nginx-ingress" )
252254Action.kestrel_apply_k8s_manifest()
You can’t perform that action at this time.
0 commit comments