美文网首页OpenShift Origin
远程访问openshift 上的mysql

远程访问openshift 上的mysql

作者: Herman7z | 来源:发表于2018-03-22 14:03 被阅读23次

    参考链接:https://docs.openshift.org/latest/minishift/openshift/exposing-services.html

    oc rollout status -w dc/mysql
    oc expose dc mysql --type=LoadBalancer --name=mysql-ingress
    oc export svc mysql-ingress

    相关文章

      网友评论

        本文标题:远程访问openshift 上的mysql

        本文链接:https://www.haomeiwen.com/subject/qadaqftx.html