积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(50)OpenShift(50)

语言

全部中文(简体)(48)英语(2)

格式

全部PDF文档 PDF(50)
 
本次搜索耗时 0.606 秒,为您找到相关结果约 50 个.
  • 全部
  • 云计算&大数据
  • OpenShift
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 OpenShift 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 --prune
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 监控

    openshift-monitoring 项目中的 cluster-monitoring-config ConfigMap 对象: b. 将您的配置以键值对 <component_name>: <component_configuration> 的形式添加 到 data/config.yaml 下: $ oc apply -f user-workload-monitoring-config.yaml openshift-monitoring OpenShift Container Platform 4.10 监 监控 控 14 1 相应地替换 <component> 和 <configuration_for_the_component>。 以下示例 ConfigMap 对象为 Prometheus 配置持久性卷声明(PVC)。这与只监控 OpenShift Container Platform config ConfigMap 对象: b. 将您的配置以键值对 <component_name>: <component_configuration> 的形式添加 到 data/config.yaml 下: 相应地替换 <component> 和 <configuration_for_the_component>。 以下示例 ConfigMap 对象为 Prometheus 配置数据保留周期和最低容器资源请求。这与
    0 码力 | 135 页 | 1.58 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 虚拟化

    盘和脚本 脚本选项卡 Configuration → Scheduling 标签页 调度 VirtualMachine 以便在特定节点上运行 Configuration → Environment 标签页 配置映射、secret 和服务帐户管理 Configuration → Network interfaces 标 签页 网络接口 Configuration → Disks 标签页 标签页 磁盘 Configuration → Scripts 标签页 cloud-init 设置、Linux VirtualMachines 的 SSH 密钥、Windows VirtualMachines 的 Sysprep 回答文件 Events 标签页 VirtualMachine 事件流 控制台 控制台 标签页 控制台会话管理 快照 快照标签页 快照管理 诊 诊断 断标签页 状态条件和卷快照状态 退出 YAML 选项卡。 下 下载 载 按钮 将 YAML 文件下载到您的本地计算机。 4.3.1.5. 配置 配置标签页 您可以在 Configuration 选项卡中配置调度、网络接口、磁盘和其他选项。 例 例 4.16. Configuration 选项 选项卡上的 卡上的标签页 标签页 标签页 标签页 描述 描述 OpenShift Container Platform 4.13
    0 码力 | 393 页 | 4.53 MB | 1 年前
    3
  • pdf文档 OpenShift 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 年前
    3
  • pdf文档 OpenShift Container Platform 4.14 更新集群

    Message: Nodes with substantial numbers of containers and CPU contention may not reconcile machine configuration https://bugzilla.redhat.com/show_bug.cgi?id=2111817#c22 $ oc get clusterversion version -o json 分钟。请参阅了解 了解 OpenShift Container Platform 更新持 更新持续时 续时 间 间以了解更多有关影响更新持续时间的信息。 0000__<component>_.yaml 0000_03_config-operator_01_proxy.crd.yaml OpenShift Container Platform 4 web 控制台。 2. 导航至 Administration → Cluster Settings。 3. 在 Cluster Settings 页面中,选择 Configuration 选项卡。 4. 在 Configuration resource 下,选择 CloudCredential。 5. 在 CloudCredential 详 详情 情页中,选择 YAML 选项卡。 OpenShift
    0 码力 | 149 页 | 1.94 MB | 1 年前
    3
  • pdf文档 OpenShift 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 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 在vSphere 上安装

    实例创建两个静态 IP 地址的 DNS 记录。在每个记录中, 是集群名称, 是您在安装集群 时指定的集群基域。完整的 DNS 记录采用如下格式: <component>.. OpenShift Container Platform 4.6 在 在 vSphere 上安装 上安装 14 1 .。 实例创建两个静态 IP 地址的 DNS 记录。在每个记录中, 是集群名称, 是您在安装集群 时指定的集群基域。完整的 DNS 记录采用如下格式: <component>.. 第 第 1 章 章 在 在 VSPHERE 上安装 上安装 33 1 .。 表 1.10. 所需的 DNS 记录 组 组件 1 IP 地址的 DNS 记录。在每个记录中, 是集群名称, 是您在安装集群 时指定的集群基域。完整的 DNS 记录采用如下格式: <component>.. .。 表 1.20. 所需的 DNS 记录 组 组件 件 记录 记录 描述 描述 API VIP api.
    0 码力 | 204 页 | 2.26 MB | 1 年前
    3
  • pdf文档 OpenShift 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 年前
    3
  • pdf文档 OpenShift 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.yaml
    0 码力 | 4634 页 | 43.96 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.7 安装

    : 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 - SubnetBits - Label: default: "Availability Parameters: - ClusterName - InfrastructureName - Label: default: "Network Configuration" Parameters: - VpcId - PublicSubnets - PrivateSubnets - Label:
    0 码力 | 2276 页 | 23.68 MB | 1 年前
    3
共 50 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
OpenShiftContainerPlatform4.8CLI工具4.10监控4.13虚拟虚拟化4.14安装更新集群4.6vSphere4.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩