检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
oscctl工具安装包解压至本地后,将二进制文件oscctl复制到系统PATH路径下,使用下面的命令获取帮助信息: $ oscctl --help oscctl is a command-line tool that facilitates working with OSC packages
放置镜像到images目录 images目录下存放服务部署时需要的所有镜像。
/ 包含最大值 Size int32 `json:"size"` // Hwfka 应用包含的 broker 数量 Image string `json:"image"` // Hwfka 镜像地址 Storage *StorageSpec
制作流程 制作服务包目录 放置镜像到images目录 打包到package目录 替换镜像地址配置 父主题: 服务包制作
><>OneMinuteRate name: kafka_server_BrokerTopicMetrics_OneMinuteRate type: GAUGE labels: name: MessagesInPerSec - pattern
ports": { "bootstrapServer": 9092, "prometheus": 9404 }, "replicas": 3, "storageSize
You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any
tag: xxx # 替换内容6 package: # 定义替换上面address字段中的镜像路径是来自images
images目录下存放服务运行所需的容器镜像,根据服务实际情况确定支持单CPU架构还是多CPU架构: 单CPU架构:一般制作生成的容器镜像,其默认只能在某一种CPU架构的节点上运行,比如X86或ARM。
localeID: "ops.monitor.redis.memory.usage" expr: 'sum(kafka_server_BrokerTopicMetrics_Count{name="MessagesInPerSec
制作服务包目录 新建一个文件夹,可任意命名,以etcd服务为例,暂定命名为etcd,在etcd文件夹下创建两个子目录,分别命名为package,images。 etcd | --- package | --- images 父主题: 制作流程
etcd/ | --- package/ | --- etcd-operator-0.9.4.zip | --- images/ | --- etcd-3.5.0-x86_64.tar | --- etcd-3.5.0
是 镜像目录 images 固定名称,不可修改 存放服务包的镜像目录,当镜像是让用户从外部拉取,镜像目录可不要。 否 镜像文件 {images}.tar 镜像文件,tar格式结尾 镜像文件。