检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Helm or Operator package to OSC package. Usage: oscctl [command] Available Commands: convert Converts a preexisting Helm or Operator
息“timeout to handle resource instance, status Deleting, last error: waiting for recycling cr for instance xxx,check for next loop”。以grafana服
PodSpec{ Containers: getZooKeeperContainer(cr), }, }, VolumeClaimTemplates: []corev1.PersistentVolumeClaim{ volumeClaimTemplates(cr)
CustomResourceDefinition metadata: # 名称必须采用复数 <plural-name>.<group>.<domain> 格式 name: memcacheds.osc.huawei.com spec: group: osc.huawei.com
令为使用系统命令,而非每次通过go get下载并编译后使用。 该命令主要执行以下动作: 在PROJECT文件中增加API资源声明。 domain: huawei.com layout: - go.kubebuilder.io/v3 projectName: hwfka-operator
for mapping network identities to claims in a way that maintains the identity of a pod. ## Every claim in this list must have at least one
├── go.sum ├── hack │ └── boilerplate.go.txt └── main.go 参数domain一般为公司域名,如:huawei.com。 main.go作为程序入口,初始化了Manager,由Manager来管理API和Controller。
example instance and action detail: | example operator detail description. source: OpenSource type: operator containerImage: swr.cn-east-3.myhuaweicloud
multiple times maintainers: # (optional) - name: The maintainers name (required for each maintainer) email: The maintainers email (optional
operator: hwfka-operator spec: # initContainers 如果有需要可添加 containers: - name: hwfka-operator
architecture: aarch64 spec: maintainers: - email: osc@huawei.com name: osc huawei provider: email: osc@huawei.com name: osc
A)、高I/O(SAS)和超高I/O(SSD)。 failure-domain.beta.kubernetes.io/region:集群所在的region。Region对应的值请参见地区和终端节点。 failure-domain.beta.kubernetes.io/zone:创
产品优势 开箱即用 OSC联合生态伙伴提供了大量的开箱即用的云原生服务,不仅提供了数据库、消息、缓存等通用中间件,还提供了新技术领域的AI、大数据、高性能计算、边缘等应用,您可以根据业务需要订阅。 全域部署 云原生服务中心联合华为云分布式服务UCS,能够将应用部署到华为云集群、多
make build go build -ldflags " -X main.kubeBuilderVersion=v3.2.0 -X main.goos=linux -X main.goarch=amd64 -X main.gitCommit=b7a730c84495122a14a0
-s) DOMAIN=$(hostname -d) if [[ $HOST =~ (.*)-([0-9]+)$ ]]; then NAME=${BASH_REMATCH[1]} ORD=${BASH_REMATCH[2]} else echo "Failed to extract
在Chart.yaml中,具体样例如下: apiVersion: v1 description: "nginx \n" maintainers: - email: support@rancher.com name: Rancher Labs Support name: helm-instance-update
支持架构列表,取值范围:{x86_64, aarch64},默认值为x86_64 x86_64,aarch64 否 categories 分类列表,范围不限,如"AI, Database",注意,当前同一个服务不同版本须配置相同内容,一旦配置后当前不支持修改 Database 否 devices 实例运
persistentVolumeClaim: claimName: mypvc1 containers: - name: task-pv-container image: nginx ports: - containerPort: 80
serviceAccountName: details containers: - name: details image: "{{ .Values.global.hub }}/details:1.5.0" imagePullPolicy:
deployment下的container类型,主要分为initContainer/container/ephemeralContainer三种 name: xxx # container类型的name值