检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
以通过服务器证书验证他所访问的网站是否是真实可靠。 SSL证书分为权威证书和自签名证书。权威证书由权威的数字证书认证机构签发,您可向第三方证书代理商购买,使用权威证书的Web网站,默认客户端都是信任的。自签名证书是由用户自己颁发给自己的,一般可以使用openssl生成,默认客户端
使用Secret Secret是Kubernetes中一种加密存储的资源对象,您可以将认证信息、证书、私钥等保存在密钥中,在容器启动时以环境变量加载到容器中,或以文件方式挂载到容器中。 Secret与SSL证书共用同一个配额。 建议用户对上传的Secret进行加密处理。 创建Secret 登录
使用Nvidia-smi工具 为了支持查看GPU使用情况的场景,需要在镜像中注入nvidia-smi工具,根据购买的专属节点GPU驱动版本选择不同的nvidia-smi二进制文件。 nvidia-smi获取方式。 该二进制文件可以在nvidia官网,根据CUDA Toolkit版
查询所有apps/v1的API 功能介绍 get available resources 调用方法 请参见如何调用API。 URI GET /apis/apps/v1 请求参数 表1 请求Header参数 参数 是否必选 参数类型 描述 X-Auth-Token 是 String
optionArgs = append(optionArgs, fmt.Sprintf("--token-only=false")) optionArgs = append(optionArgs, fmt.Sprintf("--ak=%s", ak)) optionArgs = append(optionArgs
认值为false。 insecureSkipVerify boolean 否 true 如果是使用自签发证书的自建镜像仓库地址,需要设置为true来跳过证书认证,否则会因证书认证失败而导致镜像拉取失败。默认值为false。 namespace string 是 my-namespace-a
Secret Secret是一种加密存储的资源对象,您可以将认证信息、证书、私钥等保存在密钥中,从而解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者Pod Spec中,只需在容器启动时以环境变量等方式加载到容器中。 Secret与Config
查询APIGroup /apis/apps 功能介绍 查询APIGroup /apis/apps 调用方法 请参见如何调用API。 URI GET /apis/apps 请求参数 表1 请求Header参数 参数 是否必选 参数类型 描述 X-Auth-Token 是 String
location CA 证书的文件或目录路径 开启对服务端证书认证必选 ${sandbox_volume_${VOLUME_NAME}}/some-bundle.crt rdkafka.enable.ssl.certificate.verification 是否开始对服务端证书认证 可选 可选true
ctl。 下载kubectl 请到kubernetes版本发布页面下载1.19版本对应的kubectl。 Apple M1芯片是darwin-arm64架构,如果使用Apple M1芯片的设备,需要下载对应架构的kubectl。 下载cci-iam-authenticator 在
(可选)准备SSL证书 云容器实例支持使用HTTPS访问负载,在创建负载时,您可以使用自己的SSL证书。 SSL证书分为权威证书和自签名证书。权威证书由权威的数字证书认证机构签发,您可向第三方证书代理商购买,使用权威证书的Web网站,默认客户端都是信任的。自签名证书是由用户自己颁发
spec io.k8s.api.apps.v1.DeploymentSpec object Specification of the desired behavior of the Deployment. status io.k8s.api.apps.v1.DeploymentStatus
spec io.k8s.api.apps.v1.StatefulSetSpec object Spec defines the desired identities of pods in this set. status io.k8s.api.apps.v1.StatefulSetStatus
spec io.k8s.api.apps.v1.StatefulSetSpec object Spec defines the desired identities of pods in this set. status io.k8s.api.apps.v1.StatefulSetStatus
spec io.k8s.api.apps.v1.DeploymentSpec object Specification of the desired behavior of the Deployment. status io.k8s.api.apps.v1.DeploymentStatus
spec io.k8s.api.apps.v1.StatefulSetSpec object Spec defines the desired identities of pods in this set. status io.k8s.api.apps.v1.StatefulSetStatus
spec io.k8s.api.apps.v1.DeploymentSpec object Specification of the desired behavior of the Deployment. status io.k8s.api.apps.v1.DeploymentStatus
field are 'Apply' and 'Update'. time String Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply' 表7
spec io.k8s.api.apps.v1.DeploymentSpec object Specification of the desired behavior of the Deployment. status io.k8s.api.apps.v1.DeploymentStatus
key: ... 配置tls证书 用户可以通过配置annotation指定exporter server的tls证书套件,进行加密通信,并使用文件挂载的方式,关联证书secret。示例如下: kind: Deployment apiVersion: apps/v1 metadata: