Skip to content
View DSchmidtDev's full-sized avatar
Block or Report

Block or report DSchmidtDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. datahub datahub Public

    Forked from datahub-project/datahub

    A Metadata Platform for the Modern Data Stack

    Java

  2. argo argo Public

    Forked from argoproj/argo-workflows

    Get stuff done with container-native workflows for Kubernetes.

    Go

  3. datahub-helm datahub-helm Public

    Forked from acryldata/datahub-helm

    Repository of helm charts for deploying DataHub on a Kubernetes cluster

    Mustache

  4. Kubernetes delete evicted/failed pods Kubernetes delete evicted/failed pods
    1
    kubectl get pods --field-selector=status.phase=Failed -n <namespace> -o name | awk '{print $1}' | xargs kubectl delete