Skip to content
View sharepointoscar's full-sized avatar
💭
Winter is coming...
💭
Winter is coming...

Highlights

  • Pro

Block or report sharepointoscar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. MEANSMEANSPublic

    SailsJS Seed Project

    JavaScript 67 9

  2. docker-windows-boxdocker-windows-boxPublic

    Forked from StefanScherer/docker-windows-box

    Various Vagrant envs with Windows 2016/10 and Docker, Swarm mode, et al.

    PowerShell 1

  3. terraformterraformPublic

    Forked from hashicorp/terraform

    Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.

    Go

  4. Kubernetes SnippetsKubernetes Snippets
    1
    #Get all Hosts and public IP addresses on all namespaces
    2
    kubectl get ing --all-namespaces | awk {'print $3" " $4'} | column -t 
  5. Minikube - Delete all pods from defa...Minikube - Delete all pods from default namespace
    1
    2
    # delete all pods
    3
    kubectl delete --all pods --namespace=default
    4
    5
  6. knameknamePublic

    Generates a Kubernetes cluster name based on fun themes.

    Go 2 1