如何为openshift origin all-in-one设置'rhc'

时间:2017-01-02 22:18:51

标签: openshift-origin

尝试运行 rhc 时,我得到以下内容:

[vagrant@localhost ~]$ rhc setup --debug --server localhost:8443 --insecure
DEBUG: Using config file /home/vagrant/.openshift/express.conf
DEBUG: Running greeting_stage
OpenShift Client Tools (RHC) Setup Wizard

This wizard will help you upload your SSH keys, set your application namespace, and check that other programs like Git are properly installed.
DEBUG: Running server_stage
DEBUG: Running login_stage
DEBUG: Connecting to https://localhost:8443/broker/rest/api
DEBUG: Client supports API versions 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7
DEBUG: Created new httpclient
DEBUG: Request GET https://localhost:8443/broker/rest/api
DEBUG: SSL Verification failed -- Using self signed cert
DEBUG:    code 403   25 ms

是否有某种方法可以使用原点一体机附带的自签名证书运行安装程序?

1 个答案:

答案 0 :(得分:0)

Per Graham Dumpleton的评论,我试图解决错误的问题。

  

请注意当前Origin的命令行客户端是一体的   oc,不是rhc。 rhc客户端适用于较旧的OpenShift 2,而不是最新版本   OpenShift 3.也许通读了解如何使用最新版本   来自所有虚拟机的免费电子书   openshift.com/promotions/for-developers.html如果你真的想要的话   OpenShift 3. - Graham Dumpleton 1月2日23:20