8000 thiagobrabo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View thiagobrabo's full-sized avatar
💭
"vivendo e aprendendo a jogar..."
💭
"vivendo e aprendendo a jogar..."

Block or report thiagobrabo

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. comandos de ajuda para trabalhar com... comandos de ajuda para trabalhar com kubernets
    1
    Deletar evicted pods
    2
    ```bash
    3
    kubectl get pods -n NAMESPACE | grep Evicted | awk '{print $1}' | xargs kubectl delete pod -n NAMESPACE
    4
    ou
    5
    kgp | grep Evicted | awk '{print $1}' | xargs kubectl delete pod
  2. Choco install scripts Choco install scripts
    1
    # Install script for Octadesk
    2
    # Created 01.12.2021
    3
    
                  
    4
    ECHO Active Windows Features
    5
    
                  
0