Changes between Version 1 and Version 2 of linux/openshift


Ignore:
Timestamp:
2017/07/15 08:17:02 (7 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/openshift

    v1 v2  
    4949 
    5050■OpenShiftの利用 
     51下記の環境変数を設定 
    5152export KUBECONFIG=/opt/openshift/openshift.local.config/master/admin.kubeconfig 
    5253export CURL_CA_BUNDLE=/opt/openshift/openshift.local.config/master/ca.crt 
    5354export PATH=/opt/openshift:${PATH} 
    54 sudo chmod +r "/opt/openshift/openshift.local.config/master/admin.kubeconfig 
     55 
     56$ oc login 
     57 
     58※ ユーザadmin/パスワードadminでログインできれば成功 
    5559}}}