This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OSX leaves these everywhere on SMB shares | |
._* | |
# OSX trash | |
.DS_Store | |
# Eclipse files | |
.classpath | |
.project | |
.settings/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
set -e | |
set -u | |
set -o pipefail | |
#set -x | |
# Please set these variables first, then run the script on the master node. | |
APISERVER_ADDRESS="https://127.0.0.1:6443" # If you have a VIP for apiservers, use the VIP. | |
USER=test # user name |
OlderNewer