【问题标题】:Bluemix - Failed to get plug-in : Looking up 'container-service' from repository 'Bluemix'Bluemix - 无法获取插件:从存储库“Bluemix”中查找“容器服务”
【发布时间】:2017-08-15 16:26:06
【问题描述】:

我正在尝试使用 Kubenetes 插件安装最新的 Bluemix 容器服务;但是,我收到以下消息。后跟DOC - container service

ocmbpro:~ ochen$ bx plugin install container-service -r Bluemix
Looking up 'container-service' from repository 'Bluemix'...
FAILED
'Bluemix' does not exist as an available plug-in repo. Check the name and try again.

Error_msg

有人遇到过这个问题吗?

【问题讨论】:

    标签: containers ibm-cloud kubernetes


    【解决方案1】:

    您可以直接在此处下载插件二进制文件:

    https://clis.ng.bluemix.net/ui/repository.html#bluemix-plugins

    然后运行bx plugin install ~/Downloads/my-plugin


    您可以运行此命令将Bluemix 添加到您的可用存储库列表中:

    bx plugin repo-add Bluemix https://plugins.ng.bluemix.net
    

    之后,当您列出您的存储库时,它应该在那里:

    $ bx plugin repos
    Listing added plug-in repositories...
    
    Repo Name   URL
    Bluemix     https://plugins.ng.bluemix.net
    

    然后你就可以列出插件了:

    $ bx plugin repo-plugins
    Getting plug-ins from all repositories...
    
    Repository: Bluemix
    Name                      Description                                                                                                                                                  Versions
    active-deploy             Bluemix CLI plugin for Active Deploy to help you update applications and containers with no downtime. Works for Cloud Foundry apps and for IBM Containers.   0.1.97, 0.1.105
    auto-scaling              Bluemix CLI plug-in for Auto-Scaling service                                                                                                                 0.2.1, 0.2.2
    vpn                       Bluemix CLI plug-in for IBM VPN service                                                                                                                      1.5.0, 1.5.1, 1.5.2
    private-network-peering   pnp-plugin-description                                                                                                                                       0.1.1
    IBM-Containers            Plugin to operate IBM Containers service                                                                                                                     1.0.0
    container-registry        Plugin for IBM Bluemix Container Registry.                                                                                                                   0.1.104, 0.1.107
    container-service         IBM Bluemix Container Service for management of Kubernetes clusters                                                                                          0.1.217
    sdk-gen                   Plugin to generate SDKs from Open API specifications                                                                                                         0.1.1
    dev                       IBM Bluemix CLI Developer Plug-in                                                                                                                            0.0.5
    

    然后你可以安装一个:

    bluemix plugin install plugin_name -r Bluemix
    

    【讨论】:

    • 嗨@owhc,这回答了你的问题吗?
    • 这对我不起作用。 IBM 的网站出了点问题。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多