7.13.9. 使用例: EUS リリースのアップグレードパスを含める
次の ImageSetConfiguration ファイルには eus-<version> チャネルが含まれており、maxVersion の値は minVersion の値より 2 マイナーバージョン以上大きい値になっています。
たとえばこの ImageSetConfiguration ファイルでは、minVersion が 4.12.28 に設定されており、eus-4.14 チャネルの maxVersion は 4.14.16 です。
ImageSetConfiguration ファイルの例
kind: ImageSetConfiguration
apiVersion: mirror.openshift.io/v2alpha1
mirror:
platform:
graph: true # Required for the OSUS Operator
architectures:
- amd64
channels:
- name: stable-4.12
minVersion: '4.12.28'
maxVersion: '4.12.28'
shortestPath: true
type: ocp
- name: eus-4.14
minVersion: '4.12.28'
maxVersion: '4.14.16'
shortestPath: true
type: ocp