检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
labels: app: nginx-emptydir spec: containers: - name: container-1 image: nginx:latest volumeMounts:
升级前检查出现以下报错: please upgrade addon [ ] in the page of addon managecheck and try again 请您登录CCE控制台,在“插件中心”处手动升级插件。 父主题: 升级前检查异常问题排查
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
template: metadata: labels: app: nginx spec: containers: - image: nginx #若使用“开源镜像中心”的镜像,可直接填写镜像名称;若使用“我的镜像”中的镜像,请在SWR中获取具体镜像地址。
io/extra-ephemeral-storage-in-GiB”,升级后可能会导致Pod创建失败或非预期的收费。 报错日志信息如下: some check failed in cluster upgrade: this cluster has podlist: map[pod-xxx pod-xxx]
及挂载方式不同。 有状态负载支持“动态挂载”存储。 动态挂载通过volumeClaimTemplates字段实现,并依赖于StorageClass动态创建能力。有状态工作负载通过volumeClaimTemplates字段为每一个Pod关联了一个独有的PVC,而这个PVC又会和对
Agent视图使用的指标清单如下: 表2 Prometheus Agent指标说明 指标名称 类型 说明 container_cpu_usage_seconds_total Gauge 容器CPU使用量 container_memory_working_set_bytes Gauge 容器工作内存使用量
io/csiProvisionerIdentity: everest-csi-provisioner persistentVolumeReclaimPolicy: Retain # 回收策略 storageClassName: csi-sfsturbo # SFS Turbo存储类名称
后,健康检查需要连续成功1次,才认为工作负载状态正常。 默认值是 1,最小值是 1。 存活和启动探测的这个值必须是 1。 最大失败次数(failureThreshold) 当探测失败时重试的次数。 存活探测情况下的放弃就意味着重新启动容器。就绪探测情况下的放弃Pod会被打上未就绪的标签。
"password": "********", "domain": { "name": "domainname" } }
resource: pod name: matches: container_(.*)_total #匹配以container_开头并以_total结尾的指标。 as: "pod_${1}_per_second" #
创建PersistentVolumeClaim POST /api/v1/namespaces/{namespace}/cloudpersistentvolumeclaims cce:storage:create √ √ 删除PersistentVolumeClaim DELETE /api/
everest-csi-provisioner volumeHandle: obs-normal-static-pv persistentVolumeReclaimPolicy: Delete storageClassName: csi-obs 参数 描述 nodePublishSecretRef
labels: app: web-demo spec: containers: - name: container-1 image: nginx:latest volumeMounts:
volume_manager_total_volumes Gauge Volume Manager中的卷数 kubelet_running_containers Gauge 当前运行的Containers数 kubelet_running_pods Gauge 当前运行的pod数 kubelet_node_name
value: "1024" ... 进入容器确认配置生效: kubectl exec -it podname -c container-1 -- /bin/sh 父主题: 工作负载
template: metadata: labels: app: nginx spec: containers: - image: nginx:latest name: nginx imagePullSecrets:
resource.cce.io/extra-ephemeral-storage-in-GiB: '10' spec: containers: - image: nginx:latest # 镜像名称:镜像版本 name: nginx
"containers": [ { "image": "nginx:latest", "name": "container-0",
云原生日志采集插件有如下限制: 每个集群限制50条日志规则。 不采集.gz、.tar、.zip后缀类型的日志文件。 若容器运行时为containerd模式,容器标准输出日志中的多行配置暂不生效。 每个集群限制单行日志采集速率不超过10000条/秒,多行日志不超过2000条/秒。 权限说明