Skip to content

Commit

Permalink
Codebundle index update. (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected] <stewartshea>
  • Loading branch information
github-actions[bot] authored Dec 11, 2023
1 parent dfb92e0 commit 0d81ffd
Show file tree
Hide file tree
Showing 31 changed files with 3,942 additions and 127 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Run the codebundle
| [Kubernetes Redis Healthcheck](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-redis-healthcheck/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift`, `Redis` | `Ping `${DEPLOYMENT_NAME}` Redis Workload`, `Verify `${DEPLOYMENT_NAME}` Redis Read Write Operation` | This taskset collects information on your redis workload in your Kubernetes cluster and raises issues if any health checks fail. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-redis-healthcheck) |
| [Kubernetes Restart resource](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-restart-resource/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Get Current Resource State`, `Get Resource Logs`, `Restart Resource` | This taskset restarts a resource with a given set of labels, typically used with other tasksets. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-restart-resource) |
| [Kubernetes Service Account Check](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-serviceaccount-check/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Test Service Account Access to Kubernetes API Server in Namespace `${NAMESPACE}`` | This taskset provides tasks to troubleshoot service accounts in a Kubernetes namespace. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-serviceaccount-check) |
| [Kubernetes StatefulSet Triage](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-statefulset-healthcheck/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Check Readiness Probe Configuration for StatefulSet `${STATEFULSET_NAME}``, `Check Liveness Probe Configuration for StatefulSet `${STATEFULSET_NAME}``, `Troubleshoot StatefulSet Warning Events for `${STATEFULSET_NAME}``, `Check StatefulSet Event Anomalies for `${STATEFULSET_NAME}``, `Fetch StatefulSet `${STATEFULSET_NAME}` Logs`, `Get Related StatefulSet `${STATEFULSET_NAME}` Events`, `Fetch StatefulSet `${STATEFULSET_NAME}` Manifest Details`, `List StatefulSets with Unhealthy Replica Counts In Namespace `${NAMESPACE}`` | Triages issues related to a StatefulSet and its replicas. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-statefulset-healthcheck) |
| [Kubernetes StatefulSet Triage](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-statefulset-healthcheck/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Check Readiness Probe Configuration for StatefulSet `${STATEFULSET_NAME}``, `Check Liveness Probe Configuration for StatefulSet `${STATEFULSET_NAME}``, `Troubleshoot StatefulSet Warning Events for `${STATEFULSET_NAME}``, `Check StatefulSet Event Anomalies for `${STATEFULSET_NAME}``, `Fetch StatefulSet Logs for `${STATEFULSET_NAME}``, `Get Related StatefulSet `${STATEFULSET_NAME}` Events`, `Fetch Manifest Details for StatefulSet `${STATEFULSET_NAME}``, `List StatefulSets with Unhealthy Replica Counts In Namespace `${NAMESPACE}`` | Triages issues related to a StatefulSet and its replicas. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-statefulset-healthcheck) |
| [Kubernetes Vault Triage](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-vault-healthcheck/runbook.robot) | `AKS`, `EKS`, `GKE`, `Kubernetes`, `Vault` | `Fetch Vault CSI Driver Logs`, `Get Vault CSI Driver Warning Events`, `Check Vault CSI Driver Replicas`, `Fetch Vault Logs`, `Get Related Vault Events`, `Fetch Vault StatefulSet Manifest Details`, `Fetch Vault DaemonSet Manifest Details`, `Verify Vault Availability`, `Check Vault StatefulSet Replicas` | A suite of tasks that can be used to triage potential issues in your vault namespace. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-vault-healthcheck) |
| [Terraform Cloud Workspace Lock Check](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/terraform-cloud-workspace-lock-check/runbook.robot) | `Terraform Cloud` | `Checking whether the Terraform Cloud Workspace is in a locked state` | Check whether the Terraform Cloud Workspace is in a locked state. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/terraform-cloud-workspace-lock-check) |
| [Test Issues](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/test-issue/runbook.robot) | `Test` | `Raise Full Issue` | A codebundle for testing the issues feature. Purely for testing flow. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/test-issue) |
Expand Down
54 changes: 27 additions & 27 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# Summary

## Codebundles
* [curl-http-ok](codebundles/curl-http-ok/README.md)
* [k8s-ingress-healthcheck](codebundles/k8s-ingress-healthcheck/README.md)
* [k8s-certmanager-healthcheck](codebundles/k8s-certmanager-healthcheck/README.md)
* [azure-loadbalancer-triage](codebundles/azure-loadbalancer-triage/README.md)
* [k8s-pvc-healthcheck](codebundles/k8s-pvc-healthcheck/README.md)
* [k8s-image-check](codebundles/k8s-image-check/README.md)
* [k8s-argocd-helm-health](codebundles/k8s-argocd-helm-health/README.md)
* [k8s-jenkins-healthcheck](codebundles/k8s-jenkins-healthcheck/README.md)
* [k8s-argocd-application-health](codebundles/k8s-argocd-application-health/README.md)
* [k8s-statefulset-healthcheck](codebundles/k8s-statefulset-healthcheck/README.md)
* [k8s-app-troubleshoot](codebundles/k8s-app-troubleshoot/README.md)
* [k8s-artifactory-health](codebundles/k8s-artifactory-health/README.md)
* [azure-monitor-event-triage](codebundles/azure-monitor-event-triage/README.md)
* [aws-eks-node-reboot](codebundles/aws-eks-node-reboot/README.md)
* [curl-gmp-nginx-ingress-inspection](codebundles/curl-gmp-nginx-ingress-inspection/README.md)
* [aws-cloudwatch-overused-ec2](codebundles/aws-cloudwatch-overused-ec2/README.md)
* [k8s-loki-healthcheck](codebundles/k8s-loki-healthcheck/README.md)
* [k8s-serviceaccount-check](codebundles/k8s-serviceaccount-check/README.md)
* [k8s-namespace-healthcheck](codebundles/k8s-namespace-healthcheck/README.md)
* [k8s-image-check](codebundles/k8s-image-check/README.md)
* [k8s-pvc-healthcheck](codebundles/k8s-pvc-healthcheck/README.md)
* [gcloud-node-preempt](codebundles/gcloud-node-preempt/README.md)
* [k8s-ingress-gce-healthcheck](codebundles/k8s-ingress-gce-healthcheck/README.md)
* [curl-gmp-kong-ingress-inspection](codebundles/curl-gmp-kong-ingress-inspection/README.md)
* [k8s-prometheus-healthcheck](codebundles/k8s-prometheus-healthcheck/README.md)
* [k8s-fluxcd-kustomization-health](codebundles/k8s-fluxcd-kustomization-health/README.md)
* [k8s-vault-healthcheck](codebundles/k8s-vault-healthcheck/README.md)
* [k8s-argocd-helm-health](codebundles/k8s-argocd-helm-health/README.md)
* [k8s-deployment-healthcheck](codebundles/k8s-deployment-healthcheck/README.md)
* [k8s-daemonset-healthcheck](codebundles/k8s-daemonset-healthcheck/README.md)
* [k8s-serviceaccount-check](codebundles/k8s-serviceaccount-check/README.md)
* [gcloud-log-inspection](codebundles/gcloud-log-inspection/README.md)
* [k8s-namespace-healthcheck](codebundles/k8s-namespace-healthcheck/README.md)
* [azure-loadbalancer-triage](codebundles/azure-loadbalancer-triage/README.md)
* [curl-gmp-kong-ingress-inspection](codebundles/curl-gmp-kong-ingress-inspection/README.md)
* [k8s-restart-resource](codebundles/k8s-restart-resource/README.md)
* [k8s-prometheus-healthcheck](codebundles/k8s-prometheus-healthcheck/README.md)
* [aws-cloudwatch-overused-ec2](codebundles/aws-cloudwatch-overused-ec2/README.md)
* [curl-http-ok](codebundles/curl-http-ok/README.md)
* [k8s-ingress-healthcheck](codebundles/k8s-ingress-healthcheck/README.md)
* [k8s-statefulset-healthcheck](codebundles/k8s-statefulset-healthcheck/README.md)
* [k8s-ingress-gce-healthcheck](codebundles/k8s-ingress-gce-healthcheck/README.md)
* [k8s-redis-healthcheck](codebundles/k8s-redis-healthcheck/README.md)
* [k8s-jenkins-healthcheck](codebundles/k8s-jenkins-healthcheck/README.md)
* [k8s-chaos-flux](codebundles/k8s-chaos-flux/README.md)
* [k8s-loki-healthcheck](codebundles/k8s-loki-healthcheck/README.md)
* [k8s-fluxcd-helm-health](codebundles/k8s-fluxcd-helm-health/README.md)
* [k8s-certmanager-healthcheck](codebundles/k8s-certmanager-healthcheck/README.md)
* [azure-monitor-event-triage](codebundles/azure-monitor-event-triage/README.md)
* [k8s-daemonset-healthcheck](codebundles/k8s-daemonset-healthcheck/README.md)
* [k8s-deployment-healthcheck](codebundles/k8s-deployment-healthcheck/README.md)
* [k8s-vault-healthcheck](codebundles/k8s-vault-healthcheck/README.md)
* [k8s-chaos-flux](codebundles/k8s-chaos-flux/README.md)
* [k8s-artifactory-health](codebundles/k8s-artifactory-health/README.md)

## Keywords
* [k8s_applications](libraries/.docs/k8s_applications.md)
* [postgres_helper](libraries/.docs/postgres_helper.md)
* [repository](libraries/.docs/repository.md)
* [stdout_parser](libraries/.docs/stdout_parser.md)
* [CLI](libraries/.docs/CLI.md)
* [migrations_inspector](libraries/.docs/migrations_inspector.md)
* [json_parser](libraries/.docs/json_parser.md)
* [repository](libraries/.docs/repository.md)
* [CLI](libraries/.docs/CLI.md)
* [cli_utils](libraries/.docs/cli_utils.md)
* [k8s_applications](libraries/.docs/k8s_applications.md)
* [parsers](libraries/.docs/parsers.md)
* [postgres_helper](libraries/.docs/postgres_helper.md)
* [json_parser](libraries/.docs/json_parser.md)
Loading

0 comments on commit 0d81ffd

Please sign in to comment.