Skip to content

Instantly share code, notes, and snippets.

@just1689
Created December 9, 2019 15:45
Show Gist options
  • Save just1689/95592f25ed0f363ff8bd82a579ccc06a to your computer and use it in GitHub Desktop.
Save just1689/95592f25ed0f363ff8bd82a579ccc06a to your computer and use it in GitHub Desktop.
Create local user
adduser --disabled-password --gecos "" local
cp -r ~/.kube /home/local
chown -R local:local /home/local/.kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment