1. 访问github官方地址添加链接描述
  2. 选择合适的版本,下载,上传到需要安装客户端的linux服务器
  3. 解压
$ tar -xf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz 
tar: 忽略未知的扩展头关键字‘LIBARCHIVE.xattr.security.selinux’
tar: 忽略未知的扩展头关键字‘LIBARCHIVE.xattr.security.selinux’
tar: 忽略未知的扩展头关键字‘LIBARCHIVE.xattr.security.selinux’
tar: 忽略未知的扩展头关键字‘LIBARCHIVE.xattr.security.selinux’
$ cd openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit
$ ls
kubectl  LICENSE  oc  README.md
  1. 将解压出来的kubectl, oc 添加到$PATH
  2. 测试登录
$ oc login ttps://mycluster.mycompany.com -u myusername
Logged into "ttps://mycluster.mycompany.com" as "mysername" using existing credentials.

You have access to the following projects and can switch between them with 'oc project <projectname>':

  * default
    kube-public
    kube-service-catalog
    kube-system
    management-infra
    openshift
    openshift-ansible-service-broker
    openshift-console
    openshift-infra
    openshift-logging
    openshift-monitoring
    openshift-node
    openshift-sdn
    openshift-template-service-broker
    openshift-web-console

Using project "default".

之后就可以愉快的使用oc命令操作okd集群了

Logo

更多推荐