This file contains 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
# 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 |
This file contains 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
{ | |
"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, |