This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.6.3.3. 检索 OpenShift Container Platform 安装程序
使用安装程序的 latest-4.x
版本来部署最新的 OpenShift Container Platform 发行版本:
export VERSION=latest-4.6
$ export VERSION=latest-4.6
export RELEASE_IMAGE=$(curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/release.txt | grep 'Pull From: quay.io' | awk -F ' ' '{print $3}')