检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
the network is available NetworkActive = "Active" // NetworkFailed means the network is not available NetworkFailed = "Failed" // NetworkTerminating
credential on disk until it expires (default true) --domain-name string IAM domain name, typically your account name -h, --help
whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is
"spec": { "cleanPodPolicy": "Running", "jobMode": "MXTrain", "mxReplicaSpecs": { "Scheduler": {
"spec": { "cleanPodPolicy": "Running", "jobMode": "MXTrain", "mxReplicaSpecs": { "Scheduler": {
md#resources containers Array of io.k8s.metrics.pkg.apis.metrics.v1beta1.ContainerMetrics objects Metrics for all containers are collected within
md#resources containers Array of io.k8s.metrics.pkg.apis.metrics.v1beta1.ContainerMetrics objects Metrics for all containers are collected within
"template": { "spec": { "containers": [ {
"restartPolicy": "OnFailure", "template": { "spec": { "containers": [
whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is
"template": { "spec": { "containers": [ {
启动命令 启动容器就是启动主进程,但有些时候,启动主进程前,需要一些准备工作。比如MySQL类的数据库,可能需要一些数据库配置、初始化的工作,这些工作要在最终的MySQL服务器运行之前解决。您可以在制作镜像时通过在Dockerfile文件中设置ENTRYPOINT或CMD来完成。
io/image-snapshot-auto-match: "true" spec: containers: - image: redis name: container-0 resources: limits:
000000", "domain_id": "d78cbac1..........", "xdomain_id": "30086000........", "xdomain_type": "", "
to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered
whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is
to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered
业务负载拉取镜像失败,报错信息如下: failed to pull and unpack image "****": failed to unpack image on snapshotter devmapper: failed to extract layer sha256:xxxxxx: failed to
whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is
Pod 什么是Pod Pod是Kubernetes创建或部署的最小单位。一个Pod封装一个或多个容器(container)、存储资源(volume)、一个独立的网络IP以及管理控制容器运行方式的策略选项。 Pod使用主要分为两种方式: Pod中运行一个容器。这是Kubernete