Skip to content

Instantly share code, notes, and snippets.

@omarwaleed
Created October 21, 2018 17:22
Show Gist options
  • Save omarwaleed/4df93b557c48600507afbac04b7420cc to your computer and use it in GitHub Desktop.
Save omarwaleed/4df93b557c48600507afbac04b7420cc to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo cp /etc/kubernetes/admin.conf $HOME/
sudo chown $(id -u):$(id -g) $HOME/admin.conf
export KUBECONFIG=$HOME/admin.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment