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.1.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}')