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

无数据

分类

全部后端开发(104)Java(46)ActiveMQ(46)系统运维(25)云计算&大数据(23)httpd(23)PHP(21)Falcon(21)区块链(20)OpenShift(12)

语言

全部英语(96)中文(简体)(58)法语(1)英语(1)

格式

全部PDF文档 PDF(119)其他文档 其他(39)
 
本次搜索耗时 0.061 秒,为您找到相关结果约 158 个.
  • 全部
  • 后端开发
  • Java
  • ActiveMQ
  • 系统运维
  • 云计算&大数据
  • httpd
  • PHP
  • Falcon
  • 区块链
  • OpenShift
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Operator Pattern 用 Go 扩展 Kubernetes 的最佳实践

    在做任何读(get、list)操作时,不能假设读到 的是最新版本,也不能假设一次 reconcile 中始 终会读到同一个版本 避免写后读 同一个 controller,在一次 reconcile 中,避免写 (create、update、delete)完一个对象后马上去 读(get、list)最新版本,等controller-runtime 触发下一次 reconcile 遵循惯例开发模式 即 controller 用读 stale 对象。 如下图所示,某个版本为3(gen=3)的集群(Cluster)中有一个 stale 对象,即 StatefulSet (gen=2)。 Controller-runtime 的 Reconcile 过程是一个 EDA 模型,当该 stale 对象的更新到达 cache 时,controller-runtime 会发送一个事件(Event)给到 owner controller(也就是我们的 controller-type OwnerReference of the given type. // Use Owns(object, builder.MatchEveryOwner) to reconcile all owners. // // By default, this is the equivalent of calling // Watches(object, handler.Enqu
    0 码力 | 21 页 | 3.06 MB | 9 月前
    3
  • pdf文档 Golang大规模云原生应用管理实践

    NewAPIRecorder(mgr.GetEventRecorderFor(name))))) } func (r *OAMApplicationReconciler) Reconcile(req reconcile.Request) (result reconcile.Result, returnErr error) { … ac := &v1alpha2.ApplicationConfiguration{} if err := r.client.Get(ctx, req.NamespacedName, ac); err != nil { return reconcile.Result{}, errors.Wrap(resource.IgnoreNotFound(err), errGetAppConfig) } acPatch := ac.DeepCopy() workloads, depStatus Status.Dependency = *depStatus } // the posthook function will do the final status update return reconcile.Result{RequeueAfter: waitTime}, nil } 1 获取应用期望状态 控制器初始化 2 解析期望的WTS状态 3 调谐动作-更新与新增 4 调谐动作-删除
    0 码力 | 23 页 | 7.70 MB | 1 年前
    3
  • pdf文档 Service Mesh结合容器云平台的思考和实践

    configCh的这个事件会被agent.Run监控到,然后调用agent.reconcile。 3. reconcile方法会启动协程执行agent.waitForExit从而启动envoy看reconcile方法名就知道是用来保证desired config和current config保持一致的。reconcile首先会检查desired config和current config是否一致,如果是的 在调用waitForExit之前会将desiredConfig赋值给currentConfig,表示reconcile工作完成 4. waitForExit会调用agent.proxy.Run,也就是envoy的Run方法,这里会启动envoy。 每次配置发生变化,都会调用agent.reconcile,也就会启动新的envoy,这样envoy越来越多,老的envoy进程怎么办? agent代码的
    0 码力 | 28 页 | 3.09 MB | 5 月前
    3
  • pdf文档 OpenShift Container Platform 4.14 Operator

    reate;update; patch;delete // +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list; // Reconcile is part of the main kubernetes reconciliation loop which aims to // move the current state of the the desired state. OpenShift Container Platform 4.14 Operator 186 // TODO(user): Modify the Reconcile function to compare the state specified by // the Memcached object against the actual cluster state // For more details, check Reconcile and its Result here: // - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.7.0/pkg/reconcile func (r *MemcachedReconciler) Reconcile(ctx context.Context, req ctrl
    0 码力 | 423 页 | 4.26 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob 中文文档 2023 年 11 月 01 日

    是否开启任务执行失效转移 misfire boolean true 是否开启错过任务重新执行 max TimeDiffSeconds int ‐1(不检查) 最大允许的本机与注册中心的时间误 差秒数 reconcile IntervalMinutes int 10 修复作业服务器不一致状态服务调度 间隔分钟 jobShard ingStrategyType String AVG_ALLOCATION作业分片策略类型 sharding‐item‐parameters 否 job‐parameter 否 monitor‐execution 否 failover 否 misfire 否 max‐time‐diff‐seconds 否 reconcile‐interval‐minutes 否 job‐sharding‐strategy‐type 否 job‐executor‐service‐handler‐type 否 job‐error‐handler‐type sharding‐item‐parameters 否 job‐parameter 否 monitor‐execution 否 failover 否 misfire 否 max‐time‐diff‐seconds 否 reconcile‐interval‐minutes 否 job‐sharding‐strategy‐type 否 job‐executor‐service‐handler‐type 否 job‐error‐handler‐type
    0 码力 | 98 页 | 1.97 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual Version trunk Version unspecified

    in the GL. The bank reconciliation process ensures that the GL account and the bank statement reconcile to the same amounts. Differences can occur between the GL and the bank statement for a variety charge to the bank account can the company duplicate the transaction in the GL to make the balance reconcile. 2) A customer cheque payment may be recorded in the GL first before it is paid into the bank reconciled will be displayed (NOTE: If no transactions are displayed then there are no transactions to reconcile) 5. Click on the 'check box' at the end of the transaction line that corresponds to the entry that
    0 码力 | 237 页 | 2.74 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 虚拟化

    jq ".status.conditions" [ { "lastTransitionTime": "2022-12-09T16:29:11Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status": "ReconcileComplete" }, { "lastTransitionTime": "2022-12-09T20:30:10Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status": "type": "Available" }, { "lastTransitionTime": "2022-12-09T20:30:10Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status":
    0 码力 | 393 页 | 4.53 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual

    in the GL. The bank reconciliation process ensures that the GL account and the bank statement reconcile to the same amounts. Differences can occur between the GL and the bank statement for a variety charge to the bank account can the company duplicate the transaction in the GL to make the balance reconcile. 2) A customer cheque payment may be recorded in the GL first before it is paid into the bank reconciled will be displayed (NOTE: If no transactions are displayed then there are no transactions to reconcile) 5. Click on the 'check box' at the end of the transaction line that corresponds to the entry that
    0 码力 | 307 页 | 5.64 MB | 1 年前
    3
  • pdf文档 Apache OFBiz User Manual

    in the GL. The bank reconciliation process ensures that the GL account and the bank statement reconcile to the same amounts. Differences can occur between the GL and the bank statement for a variety charge to the bank account can the company duplicate the transaction in the GL to make the balance reconcile. 2) A customer cheque payment may be recorded in the GL first before it is paid into the bank reconciled will be displayed (NOTE: If no transactions are displayed then there are no transactions to reconcile) 5. Click on the 'check box' at the end of the transaction line that corresponds to the entry that
    0 码力 | 304 页 | 5.21 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere ElasticJob document Nov 01, 2023

    No job‐parameter No monitor‐execution No failover No misfire No max‐time‐diff‐seconds No reconcile‐interval‐minutes No job‐sharding‐strategy‐type No job‐executor‐service‐handler‐type No job‐error‐handler‐type No job‐parameter No monitor‐execution No failover No misfire No max‐time‐diff‐seconds No reconcile‐interval‐minutes No job‐sharding‐strategy‐type No job‐executor‐service‐handler‐type No job‐error‐handler‐type � High Availability – � Elastic scale in/out – � Failover – � Misfire – � Idempotency – � Reconcile • � Registry Center – � ZooKeeper – ☐ Other Registry Center Supported • � Lifecycle Management
    0 码力 | 101 页 | 1.53 MB | 1 年前
    3
共 158 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
OperatorPatternGo扩展Kubernetes最佳实践Golang大规规模大规模原生应用管理ServiceMesh结合容器平台思考OpenShiftContainerPlatform4.14ApacheShardingSphereElasticJob中文文档20231101OFBizUserManualVersiontrunkunspecified4.13虚拟虚拟化documentNov
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩