|
场景 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 进行过滤。
|