stewartshea
Follow
Technologist working in Platform, Reliability, and Customer Engineering Capacities
-
RunWhen Inc.
- Canada
- @whatdoirunwhen
- in/sheastewart
Highlights
- Pro
Pinned Loading
-
Troubleshoot Pending Pods in Namespace
Troubleshoot Pending Pods in Namespace 1kubectl get pods --context=${CONTEXT} -n ${NAMESPACE} --field-selector=status.phase=Pending --no-headers -o json | jq -r '.items[] | "---\npod_name: \(.metadata.name)\nstatus: \(.status.phase // "N/A")\nmessage: \(.status.conditions[].message // "N/A")\nreason: \(.status.conditions[].reason // "N/A")\ncontainerStatus: \((.status.containerStatuses // [{}])[].state // "N/A")\ncontainerMessage: \((.status.containerStatuses // [{}])[].state?.waiting?.message // "N/A")\ncontainerReason: \((.status.containerStatuses // [{}])[].state?.waiting?.reason // "N/A")\n---\n"'
-
Troubleshoot Unready Kustomizations ...
Troubleshoot Unready Kustomizations with FluxCD 1kubectl get Kustomization.kustomize.toolkit.fluxcd.io -n ${NAMESPACE} --context ${CONTEXT} -o json | jq -r '.items[] | select (.status.conditions[] | select(.type == "Ready" and .status == "False")) | "---\nKustomization Name: \(.metadata.name)\n\nReady Status: \(.status.conditions[] | select(.type == "Ready") | "\n ready: \(.status)\n message: \(.message)\n reason: \(.reason)\n last_transition_time: \(.lastTransitionTime)")\n\nReconcile Status:\(.status.conditions[] | select(.type == "Reconciling") |"\n reconciling: \(.status)\n message: \(.message)")\n---\n"'
-
rw-cli-codecollection
rw-cli-codecollection PublicForked from runwhen-contrib/rw-cli-codecollection
[Public] RunWhen Public CLI Codecollection Repository - Managed by terraform
RobotFramework
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.