linux安装openshift的oc客户端,homesangsang的博客,tar忽略未知的扩展头关键字,获取服务器ip

香港256IP千兆站群服务器BGP专线240元起! 华为云香港物理机精品线路全面上线![特价] 企业级CN2 GIA双程专线高速回国 T3机房 香港美国韩国海外独立物理服务器特价热销中! 访问github官方地址添加链接描述选择合适的版本,下载,上传到需要安装客户端的linux 服务器 解压
$ 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$ lskubectl LICENSE oc README.md将解压出来的kubectl, oc 添加到$PATH中测试登录
$ oc login ttps://mycluster.mycompany.com -u myusernameLogged 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-consoleUsing project "default".
之后就可以愉快的使用oc命令操作okd集群了