Skip to content

Instantly share code, notes, and snippets.

View itscaro's full-sized avatar
🐟
🍥

Quan TRAN itscaro

🐟
🍥
View GitHub Profile
{
"green": "#859900",
"dark_green": "#859900",
"load_console_IME": true,
"command_history_length": 200,
"dark_blue": "#268bd2",
"dark_gray": "#839496",
"window_size": "120x50",
"quick_edit": true,
"num_history_buffers": 4,
@itscaro
itscaro / minishift.sh
Last active January 27, 2018 00:08
OpenShift with minishift - secured
# By default, minishift set up OpenShift with AllowAllPasswordIdentityProvider
# You can secure OpenShift with other identity provider like this
minishift start --vm-driver=hyperv --cpus=4 --memory=4GB
minishift ssh
vi /var/lib/minishift/openshift.local.config/master/master-config.yaml
# Modify in oauthConfig
# - challenge: true
# login: true
# mappingMethod: claim