linux安装openshift的oc客户端
访问github官方地址添加链接描述选择合适的版本,下载,上传到需要安装客户端的linux服务器解压$ tar -xf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gztar: 忽略未知的扩展头关键字‘LIBARCHIVE.xattr.security.selinux’tar: 忽略未知的扩展头关键字‘...
·
- 访问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
$ ls
kubectl LICENSE oc README.md
- 将解压出来的kubectl, oc 添加到
$PATH
中 - 测试登录
$ 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集群了
更多推荐
已为社区贡献1条内容
所有评论(0)