Skip to content

Instantly share code, notes, and snippets.

View francop-eb's full-sized avatar
👽
keyboard slapping

Franco Poveda francop-eb

👽
keyboard slapping
  • Eventbrite
  • Mendoza, Argentina
View GitHub Profile

Keybase proof

I hereby claim:

  • I am francop-eb on github.
  • I am francopoveda (https://keybase.io/francopoveda) on keybase.
  • I have a public key ASDX8ADk7qy6372K0BQusPTExSrjV4gI992BiS4m1tEDLwo

To claim this, I am signing this object:

  1. list namespaces

    kubectl get namespace
    
  2. switch to demo namespace

    kubectl config set-context devenv --namespace=demo
    
@francop-eb
francop-eb / x-compile.sh
Created August 10, 2018 20:13
cross compile script for golang
#!/bin/bash
#
# GoLang cross-compile snippet for Go 1.6+ based loosely on Dave Chaney's cross-compile script:
# http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go
#
# To use:
#
# $ cd ~/path-to/my-awesome-project
# $ go-build-all
#