积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(158)VirtualBox(107)Pandas(28)OpenShift(10)rancher(4)Docker(3)机器学习(3)Apache Flink(2)Kubernetes(1)

语言

全部英语(145)中文(简体)(13)

格式

全部PDF文档 PDF(158)
 
本次搜索耗时 0.050 秒,为您找到相关结果约 158 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Pandas
  • OpenShift
  • rancher
  • Docker
  • 机器学习
  • Apache Flink
  • Kubernetes
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    工具 64 2.5.1.129. oc set resources 使用 pod 模板更新对象上的资源请求/限制 用法示例 用法示例 2.5.1.130. oc set route-backends 更新路由的后端 用法示例 用法示例 # Set a readiness probe to try to open a TCP socket on 3306 oc set probe yaml # Print the backends on the route 'web' oc set route-backends web # Set two backend services on route 'web' with 2/3rds of traffic going to 'a' oc set route-backends web a=2 b=1 # Increase by 10%% relative to a oc set route-backends web --adjust b=+10%% # Set traffic percentage going to b to 10%% of the traffic going to a oc set route-backends web --adjust b=10%% # Set weight of
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    (OC) 69 2.7.1.129. oc set resources 使用 pod 模板更新对象上的资源请求/限制 用法示例 用法示例 2.7.1.130. oc set route-backends 更新路由的后端 用法示例 用法示例 # Set an HTTP readiness probe for port 8080 and path /healthz over HTTP on yaml # Print the backends on the route 'web' oc set route-backends web # Set two backend services on route 'web' with 2/3rds of traffic going to 'a' oc set route-backends web a=2 b=1 # Increase by 10%% relative to a oc set route-backends web --adjust b=+10%% # Set traffic percentage going to b to 10%% of the traffic going to a oc set route-backends web --adjust b=10%% # Set weight of
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    工具 64 2.5.1.130. oc set resources 使用 pod 模板更新对象上的资源请求/限制 用法示例 用法示例 2.5.1.131. oc set route-backends 更新路由的后端 用法示例 用法示例 # Set a readiness probe to try to open a TCP socket on 3306 oc set probe yaml # Print the backends on the route 'web' oc set route-backends web # Set two backend services on route 'web' with 2/3rds of traffic going to 'a' oc set route-backends web a=2 b=1 # Increase by 10%% relative to a oc set route-backends web --adjust b=+10%% # Set traffic percentage going to b to 10%% of the traffic going to a oc set route-backends web --adjust b=10%% # Set weight of
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 State management - CS 591 K1: Data Stream Processing and Analytics Spring 2020

    2020 A pluggable component that determines how state is stored, accessed, and maintained. State backends are responsible for: • local state management • checkpointing state to remote and persistent distributed filesystem or a database system • Available state backends in Flink: • In-memory • File system • RocksDB State backends 7 Vasiliki Kalavri | Boston University 2020 MemoryStateBackend RocksDB 11 Vasiliki Kalavri | Boston University 2020 In conf/flink.conf.yaml: # Supported backends are 'jobmanager', 'filesystem', ‘rocksdb' # # state.backend: rocksdb # # Directory for checkpoints
    0 码力 | 24 页 | 914.13 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 构建应用程序

    weight=1 的单一服务,因此所有请求都会进入该服务。添加其他服务作为 alternateBackend 并 调整 weight,即可激活 A/B 设置。这可通过 oc set route-backends 命令或编辑路由来完成。 如果将 oc set route-backend 设为 0,则服务不参与负载均衡,但继续为现有的持久连接服务。 注意 注意 对路由的更改只会改变流量进入各个服务的比例。您可能需要扩展部署来调整 OpenShift Container Platform 4.9 构 构建 建应 应用程序 用程序 120 1. 要管理由路由均衡负载的服务以及对应的权重,请使用 oc set route-backends 命令: 例如,以下命令将 ab-example-a 设为主服务 ( weight=198) 并将 ab-example-b 设为第一替代 服务 (weight=2): 这意味着 99% 的流量发送到服务 set route-backends ROUTENAME \ [--zero|--equal] [--adjust] SERVICE=WEIGHT[%] [...] [options] $ oc set route-backends ab-example ab-example-a=198 ab-example-b=2 $ oc set route-backends ab-example
    0 码力 | 184 页 | 3.36 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 构建应用程序

    weight=1 的单一服务,因此所有请求都会进入该服务。添加其他服务作为 alternateBackend 并 调整 weight,即可激活 A/B 设置。这可通过 oc set route-backends 命令或编辑路由来完成。 注意 注意 使用 alternateBackends 时,也使用 roundrobin 负载均衡策略来确保请求按预 期分发到服务。通过使用路由注解,可以为路由设置 8. 点击 Create。 8.4.5.1.3. 使用 使用 CLI 管理 管理权 权重 重 流程 流程 1. 要管理由路由均衡负载的服务以及对应的权重,请使用 oc set route-backends 命令: 例如,以下命令将 ab-example-a 设为主服务 ( weight=198) 并将 ab-example-b 设为第一替代 服务 (weight=2): 这意味着 99% 的流量发送到服务 来处理请求负载。 2. 不带标志运行命令来验证当前配置: $ oc set route-backends ROUTENAME \ [--zero|--equal] [--adjust] SERVICE=WEIGHT[%] [...] [options] $ oc set route-backends ab-example ab-example-a=198 ab-example-b=2 OpenShift
    0 码力 | 198 页 | 3.62 MB | 1 年前
    3
  • pdf文档 Deploying and ScalingKubernetes with Rancher

    level through a REST endpoint. Heapster natively supports Kubernetes and CoreOS, and a variety of backends can be used to store and visualize the data. Data for all containers on a host is fetched by cAdvisor and aggregated based on pods, services etc. The data is then stored into one of the configured backends, such as InfluxDB. ©Rancher Labs 2017. All rights Reserved. 46 DEPLOYING AND SCALING
    0 码力 | 66 页 | 6.10 MB | 1 年前
    3
  • pdf文档 Docker 从入门到实践 0.4

    stats uri / frontend balancer bind 0.0.0.0:80 mode http default_backend web_backends backend web_backends mode http option forwardfor balance roundrobin server weba weba:80 check py 文件中 DATABASES = ... 定义的节点内容。 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'postgres', 'USER': 'postgres', 'HOST': 'db'
    0 码力 | 179 页 | 2.27 MB | 1 年前
    3
  • pdf文档 keras tutorial

    structure - easy to achieve the result without any frills.  It supports multiple platforms and backends.  It is user friendly framework which runs on both CPU and GPU.  Highly scalability of computation operations. By default, keras runs on top of TensorFlow backend. If you want, you can switch to other backends like Theano or CNTK. Defualt backend configuration is defined inside your root directory under
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 PyTorch Release Notes

    is using close to all available device memory due to an unexpected memory thrashing when `torch.backends.cudnn.benchmark = True` is used. The performance can be restored by disabling `cudnn.benchmark` autotuning could cause a long startup time or a hang. In these cases, disbale autotuning using `torch.backends.cudnn.benchmark = False`. ‣ GNMTv2 inference performance regression of up to 50% due to an MKL cases this might be manifested as NaNs in the output and we recommend to disable cuDNN via torch.backends.cudnn.enabled = False. ‣ Channels-last memory format is experimental in the 20.07 container. Potential
    0 码力 | 365 页 | 2.94 MB | 1 年前
    3
共 158 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
OpenShiftContainerPlatform4.10CLI工具4.134.8StatemanagementCS591K1DataStreamProcessingandAnalyticsSpring20204.9构建应用程序应用程序DeployingScalingKuberneteswithRancherDocker入门实践0.4kerastutorialPyTorchReleaseNotes
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩