Skip to content

Commit

Permalink
Codebundle index update. (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: stewartshea@users.noreply.github.com <stewartshea>
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent f1dfe5d commit 70cc29a
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 30 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Troubleshooting Tasks in Codecollection: **103**
Codebundles in Codecollection: **36**
Troubleshooting Tasks in Codecollection: **108**
Codebundles in Codecollection: **37**

![](docs/GitHub_Banner.jpg)

Expand Down Expand Up @@ -64,6 +64,7 @@ Run the codebundle
| [Kubernetes FluxCD HelmRelease TaskSet](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-fluxcd-helm-health/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift`, `FluxCD` | `List all available FluxCD Helmreleases`, `Fetch Installed FluxCD Helmrelease Versions`, `Fetch Mismatched FluxCD HelmRelease Version`, `Fetch FluxCD HelmRelease Error Messages`, `Check for Available Helm Chart Updates` | This codebundle runs a series of tasks to identify potential helm release issues related to Flux managed Helm objects. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-fluxcd-helm-health) |
| [Kubernetes FluxCD Kustomization TaskSet](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-fluxcd-kustomization-health/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift`, `FluxCD` | `List all available Kustomization objects`, `Get details for unready Kustomizations` | This codebundle runs a series of tasks to identify potential Kustomization issues related to Flux managed Kustomization objects. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-fluxcd-kustomization-health) |
| [Kubernetes Image Check](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-image-check/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Check Image Rollover Times In Namespace`, `List Images and Tags for Every Container in Running Pods`, `List Images and Tags for Every Container in Failed Pods`, `List ImagePullBackOff Events and Test Path and Tags` | This taskset provides detailed information about the images used in a Kubernetes namespace. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-image-check) |
| [Kubernetes Ingress GCE & GCP HTTP Load Balancer Healthcheck](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-ingress-gce-healthcheck/runbook.robot) | `Kubernetes`, `GKE`, `GCE`, `GCP` | `Search For GCE Ingress Warnings in GKE`, `Identify Unhealthy GCE HTTP Ingress Backends`, `Validate GCP HTTP Load Balancer Configurations`, `Fetch Network Error Logs from GCP Operations Manager for Ingress Backends`, `Review GCP Operations Logging Dashboard` | Troubleshoot GCE Ingress Resources related to GCP HTTP Load Balancer in GKE [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-ingress-gce-healthcheck) |
| [Kubernetes Ingress Healthcheck](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-ingress-healthcheck/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Fetch Ingress Object Health in Namespace` | Triages issues related to a ingress objects and services. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-ingress-healthcheck) |
| [Kubernetes Jenkins Healthcheck](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-jenkins-healthcheck/runbook.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift`, `Jenkins` | `Query The Jenkins Kubernetes Workload HTTP Endpoint`, `Query For Stuck Jenkins Jobs` | This taskset collects information about perstistent volumes and persistent volume claims to validate health or help troubleshoot potential issues. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-jenkins-healthcheck) |
| [Kubernetes Labeled Pod Count](https://github.com/runwhen-contrib/rw-cli-codecollection/blob/main/codebundles/k8s-labeledpods-healthcheck/sli.robot) | `Kubernetes`, `AKS`, `EKS`, `GKE`, `OpenShift` | `Measure Number of Running Pods with Label` | This codebundle fetches the number of running pods with the set of provided labels, letting you measure the number of running pods. [Docs](https://docs.runwhen.com/public/v/cli-codecollection/k8s-labeledpods-healthcheck) |
Expand Down
39 changes: 20 additions & 19 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
# Summary

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

## Keywords
* [CLI](libraries/.docs/CLI.md)
* [stdout_parser](libraries/.docs/stdout_parser.md)
* [cli_utils](libraries/.docs/cli_utils.md)
* [json_parser](libraries/.docs/json_parser.md)
* [CLI](libraries/.docs/CLI.md)
Loading

0 comments on commit 70cc29a

Please sign in to comment.