시나리오 1
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.10
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.10
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
카탈로그의 각 패키지에 대해 해당 패키지의 기본 채널의 헤드 버전에 해당하는 1개의 번들입니다.
시나리오 2
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.10
full: true
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.10
full : true
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
지정된 카탈로그의 모든 채널의 모든 번들
시나리오 3
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.10
packages:
- name: compliance-operator
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.10
packages :
- name : compliance- operator
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 기본 채널의 헤드 버전에 해당하는 하나의 번들
시나리오 4
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.10
full: true
- packages:
- name: elasticsearch-operator
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.10
full : true
- packages :
- name : elasticsearch- operator
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
지정된 패키지에 대한 모든 채널의 모든 번들
시나리오 5
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
minVersion: 5.6.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
minVersion : 5.6.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
minVersion
에서 기본 채널의 모든 번들은 그래프 업그레이드에서 가장 짧은 경로에 의존하지 않는 해당 패키지의 채널 헤드까지입니다.
시나리오 6
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
기본 채널의 모든 번들에 해당 패키지의 maxVersion
보다 낮은 모든 번들이 있습니다.
시나리오 7
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
minVersion: 5.6.0
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
minVersion : 5.6.0
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 minVersion
과 maxVersion
사이의 기본 채널의 모든 번들입니다. 여러 채널이 필터링에 포함되어 있어도 채널 헤드가 포함되지 않습니다.
시나리오 8
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 선택한 채널의 헤드 번들입니다.
시나리오 9
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.10
full: true
- packages:
- name: elasticsearch-operator
channels:
- name: 'stable-v0'
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.10
full : true
- packages :
- name : elasticsearch- operator
channels :
- name : 'stable-v0'
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
지정된 패키지 및 채널에 대한 모든 번들입니다.
시나리오 10
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
- name: stable-5.5
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
- name : stable- 5.5
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 선택한 각 채널에 대한 헤드 번들입니다.
시나리오 11
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
minVersion: 5.6.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
minVersion : 5.6.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 선택한 채널 내에서 minVersion
부터 채널 헤드까지 모든 버전을 사용합니다. 이 시나리오에서는 업그레이드 그래프에서 가장 짧은 경로를 사용하지 않습니다.
시나리오 12
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 선택한 채널 내에서 최대 maxVersion
까지 모든 버전(업그레이드 그래프에서 가장 짧은 경로에 의존하지 않음). 여러 채널이 필터링에 포함되어 있어도 채널 헤드가 포함되지 않습니다.
시나리오 13
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
minVersion: 5.6.0
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
minVersion : 5.6.0
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
해당 패키지의 선택한 채널 내에서 minVersion
과 maxVersion
사이의 모든 버전이 업그레이드 그래프에서 가장 짧은 경로에 의존하지 않습니다. 여러 채널이 필터링에 포함되어 있어도 채널 헤드가 포함되지 않습니다.
시나리오 14
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.14
packages:
- name: aws-load-balancer-operator
bundles:
- name: aws-load-balancer-operator.v1.1.0
- name: 3scale-operator
bundles:
- name: 3scale-operator.v0.10.0-mas
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.14
packages :
- name : aws- load- balancer- operator
bundles :
- name : aws- load- balancer- operator.v1.1.0
- name : 3scale- operator
bundles :
- name : 3scale- operator.v0.10.0- mas
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
각 패키지에 지정된 번들만 필터링에 포함됩니다.
시나리오 15
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
minVersion: 5.6.0
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
minVersion : 5.6.0
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
이 시나리오를 사용하지 마십시오. minVersion
또는 maxVersion
으로 패키지를 필터링하는 것은 허용되지 않습니다.
시나리오 16
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
packages:
- name: compliance-operator
channels
- name: stable
minVersion: 5.6.0
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
packages :
- name : compliance- operator
channels
- name : stable
minVersion : 5.6.0
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
이 시나리오를 사용하지 마십시오. full:true
및 minVersion
또는 maxVersion
을 사용하여 필터링할 수 없습니다.
시나리오 17
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15
full: true
packages:
- name: compliance-operator
channels
- name: stable
minVersion: 5.6.0
maxVersion: 6.0.0
mirror :
operators :
- catalog : registry.redhat.io/redhat/redhat- operator- index: v4.15
full : true
packages :
- name : compliance- operator
channels
- name : stable
minVersion : 5.6.0
maxVersion : 6.0.0
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
이 시나리오를 사용하지 마십시오. full:true
및 minVersion
또는 maxVersion
을 사용하여 필터링할 수 없습니다.