检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Extended PersistentVolumeClaim 导入存储 查询导入的PVC 解绑存储 父主题: Kubernetes API(废弃)
当使用bursting插件Pod弹性到CCI 2.0上时,metrics-server插件无法采集这部分Pod的指标数据,可能会影响HPA工作。通过阅读本章节,可以使用云原生监控插件替换metrics-server插件,以使HPA功能正常。 操作步骤 安装“云原生监控插件”。 登录CCE控制台。
18以下版本的插件,因此插件回退版本后会导致这些Pod中的Service访问异常。插件在低于1.5.18版本时弹性到CCI的Pod不受影响。 解决方案: 方案一:将插件再升级到1.5.18及以上版本。 方案二:将Service访问异常的Pod删除重建,重建后弹性到CCI的Pod Service访问将恢复正常。
io/cryptAlias和paas.storage.io/cryptDomainId即可。 apiVersion: v1 kind: PersistentVolumeClaim metadata: name: pvc-sfs namespace: namespace-test annotations:
查询指定命名空间下的PVC。 URI GET /api/v1/namespaces/{namespace}/extended-persistentvolumeclaims 表1 Path参数 参数 是否必选 参数类型 描述 namespace Yes String 命名空间。 表2 Query参数
从指定命名空间解绑存储的接口。 URI DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} 表1 Path参数 参数 是否必选 参数类型 描述 namespace Yes String 命名空间。 name Yes
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
-a-pod initContainers 否 Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
-a-pod initContainers 否 Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
-a-pod initContainers 否 Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
/api/v1/namespaces/{namespace}/extended-persistentvolumeclaims 表1 Path参数 参数 参数类型 描述 namespace String 命名空间。 请求消息 请求参数 表2 PersistentVolumeClaim v1
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
n-a-pod initContainers Array of io.k8s.api.core.v1.Container objects List of initialization containers belonging to the pod. Init containers
nit Container里产生的数据可以被主容器使用到。 Init Container可以在多种K8S资源里被使用到如Deployment、DaemonSet、Job等,但归根结底都是在Pod启动时,在主容器启动前执行,做初始化工作。 使用场景 部署服务时需要做一些准备工作,在运行服务的pod中使用一个init