OpenShift Container Platform 4.12 容器镜像仓库(Registry)
资源外,还可以通过openshift-image- registry命名空间中的独立的 secret 资源为 Operator 提供存储凭证配置。 image-registry-private-configuration-user secret 提供了存储访问和管理所需的凭证。如果找到默认凭 据,它将覆盖 Operator 使用的默认凭据。 流程 流程 创建一个包括了所需键的 OpenShift Container additionalTrustedCA: name: registry-config $ oc create secret generic image-registry-private-configuration-user --from- literal=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry 资源外,还可以通过openshift-image- registry命名空间中的独立的 secret 资源为 Operator 提供其他配置。 image-registry-private-configuration-user secret 提供了存储访问和管理所需的凭证。如果找到默认凭 据,它将覆盖 Operator 使用的默认凭据。 对于 AWS 上的 S3 存储,secret 应该包含以下两个键:0 码力 | 75 页 | 652.51 KB | 1 年前3OpenShift Container Platform 4.8 安装
: true 来禁用默认目录的源: 提示 提示 或者,您可以使用 Web 控制台管理目录源。在 Administration → Cluster Settings → Global Configuration → OperatorHub 页面中,点 Sources 选项卡,其中可创建、删除、禁用和启用单独的 源。 4.7.11. OpenShift Container Platform 的 Telemetry AWS::CloudFormation::Interface: ParameterGroups: - Label: default: "Network Configuration" Parameters: - VpcCidr 第 第 4 章 章 在 在 AWS 上安装 上安装 269 - SubnetBits - Label: Parameters: - ClusterName - InfrastructureName - Label: default: "Network Configuration" Parameters: - VpcId - PublicSubnets - PrivateSubnets - Label:0 码力 | 2586 页 | 27.37 MB | 1 年前3OpenShift Container Platform 4.13 安装
graph: true 字段还会镜像 ubi-micro 镜像,以及其他镜像的镜像。 如需完整的参数列表,请参阅 Image set configuration parameters;对于不同的镜像用例,请参 阅 Image set configuration examples 。 3. 保存更新的文件。 在镜像内容时,oc mirror 命令需要此镜像设置配置文件。 其他 其他资 资源 源 如有必要,更新您的镜像设置配置文件,以获取新的 OpenShift Container Platform 和 Operator 版本。对于示例镜像使用情况,请参阅 Image set configuration examples 。 2. 按照您用来将初始镜像设置为镜像 registry 的步骤操作。具体步骤,请参阅在部分断开连接的环 境中镜像镜像集,或在完全断开连接的环境中镜像镜像集。 重要 user1-alicloud-openshift- machine-api-alibabacloud-credentials 2022/02/11 16:18:29 Saved credentials configuration to: user1- alicloud/manifests/openshift-machine-api-alibabacloud-credentials-credentials.yaml0 码力 | 4634 页 | 43.96 MB | 1 年前3OpenShift Container Platform 4.10 安装
user1-alicloud-openshift- machine-api-alibabacloud-credentials 2022/02/11 16:18:29 Saved credentials configuration to: user1- alicloud/manifests/openshift-machine-api-alibabacloud-credentials-credentials.yaml 所需的配置参数 所需的配置参数 下表描述了所需的安装配置参数: 表 表 4.1. 所需的参数 所需的参数 2022/02/11 16:18:29 Saved credentials configuration to: user1- alicloud/manifests/openshift-machine-api-alibabacloud-credentials-credentials.yaml true,则不会获得卸载的性能优势,因为主机网络堆栈会处理 出口流量。 启 启用 用 IPSec 的 的 OVN-Kubernetes 配置示例 配置示例 kubeProxyConfig object configuration kubeProxyConfig 对象的值在下表中定义: 表 表 4.14. kubeProxyConfig object 字段 字段 类 类型 型 描述 描述 defaultNetwork:0 码力 | 3142 页 | 33.42 MB | 1 年前3OpenShift Container Platform 4.14 安装
graph: true 字段还会镜像 ubi-micro 镜像,以及其他镜像的镜像。 如需完整的参数列表,请参阅 Image set configuration parameters;对于不同的镜像用例,请参 阅 Image set configuration examples 。 3. 保存更新的文件。 在镜像内容时,oc mirror 命令需要此镜像设置配置文件。 其他 其他资 资源 源 如有必要,更新您的镜像设置配置文件,以获取新的 OpenShift Container Platform 和 Operator 版本。对于示例镜像使用情况,请参阅 Image set configuration examples 。 2. 按照您用来将初始镜像设置为镜像 registry 的步骤操作。具体步骤,请参阅在部分断开连接的环 境中镜像镜像集,或在完全断开连接的环境中镜像镜像集。 重要 --credentials-requests \ --included \ 1 --install-config=configuration>/install-config.yaml \ 2 --to= 3 OpenShift Container 0 码力 | 3881 页 | 39.03 MB | 1 年前3OpenShift Container Platform 4.8 CLI 工具
--api-group=extensions # Print the supported API versions oc api-versions # Apply the configuration in pod.json to a pod. oc apply -f ./pod.json # Apply resources from a directory containing stdin to a pod. cat pod.json | oc apply -f - # Note: --prune is still in Alpha # Apply the configuration in manifest.yaml that matches label app=nginx and delete all the other resources that are not file and match label app=nginx. oc apply --prune -f manifest.yaml -l app=nginx # Apply the configuration in manifest.yaml and delete all the other configmaps that are not in the file. oc apply --prune0 码力 | 152 页 | 1.24 MB | 1 年前3OpenShift Container Platform 4.10 CLI 工具
--api-group=extensions # Print the supported API versions oc api-versions # Apply the configuration in pod.json to a pod oc apply -f ./pod.json # Apply resources from a directory containing stdin to a pod cat pod.json | oc apply -f - # Note: --prune is still in Alpha # Apply the configuration in manifest.yaml that matches label app=nginx and delete all other resources that are not in file and match label app=nginx oc apply --prune -f manifest.yaml -l app=nginx # Apply the configuration in manifest.yaml and delete all the other config maps that are not in the file oc apply --prune0 码力 | 120 页 | 1.04 MB | 1 年前3OpenShift Container Platform 4.13 CLI 工具
apply edit-last-applied 编辑资源/对象的最新 last-applied-configuration 注解 用法示例 用法示例 2.7.1.6. oc apply set-last-applied 设置 live 对象上的 last-applied-configuration 注释,以匹配文件的内容。 用法示例 用法示例 2.7.1.7. oc apply view-last-applied view-last-applied 查看资源/对象最新的最后应用配置注解 # Apply the configuration in pod.json to a pod oc apply -f ./pod.json # Apply resources from a directory containing kustomization.yaml - e.g. dir/kustomization Apply the configuration from all files that end with '.json' - i.e. expand wildcard characters in file names oc apply -f '*.json' # Note: --prune is still in Alpha # Apply the configuration in manifest0 码力 | 128 页 | 1.11 MB | 1 年前3OpenShift Container Platform 4.8 容器镜像仓库(Registry)
资源外,还可以通过openshift-image- registry命名空间中的独立的 secret 资源为 Operator 提供存储凭证配置。 image-registry-private-configuration-user secret 提供了存储访问和管理所需的凭证。如果找到默认凭 据,它将覆盖 Operator 使用的默认凭据。 流程 流程 创建一个包括了所需键的 OpenShift Container additionalTrustedCA: name: registry-config $ oc create secret generic image-registry-private-configuration-user --from- literal=KEY1=value1 --from-literal=KEY2=value2 --namespace openshift-image-registry 资源外,还可以通过openshift-image- registry命名空间中的独立的 secret 资源为 Operator 提供其他配置。 image-registry-private-configuration-user secret 提供了存储访问和管理所需的凭证。如果找到默认凭 据,它将覆盖 Operator 使用的默认凭据。 对于 AWS 上的 S3 存储,secret 应该包含以下两个键:0 码力 | 39 页 | 415.94 KB | 1 年前3OpenShift Container Platform 4.6 在vSphere 上安装
内存保留值必须等于其配置的内存大小。 CPU 保留值必须至少是低延迟虚拟 CPU 的数量,乘以测量的物理 CPU 速度。 点击 Edit Configuration,然后在 Configuration Parameters 窗口中点击 Add Configuration Params。定义以下参数名称和值: guestinfo.ignition.config.data :查找您之前在这个流程中创建的 VM Options → Advanced。 从 Latency Sensitivity 列表中选择 High。 点击 Edit Configuration,然后在 Configuration Parameters 窗口中点击 Add Configuration Params。定义以下参数名称和值: guestinfo.ignition.config.data:粘贴此机器类型的 Base64 vSphere 上安装 上安装 150 CPU 保留值必须至少是低延迟虚拟 CPU 的数量,乘以测量的物理 CPU 速度。 点击 Edit Configuration,然后在 Configuration Parameters 窗口中点击 Add Configuration Params。定义以下参数名称和值: guestinfo.ignition.config.data :查找您之前在这个流程中创建的0 码力 | 204 页 | 2.26 MB | 1 年前3
共 43 条
- 1
- 2
- 3
- 4
- 5