通过执行命令arc-cs addon list <cluster_id>
查询集群中可安装的组件详情。
关于该命令的详细参数说明,请参见查询集群组件版本。
CLI示例
请求示例:
arc-cs addon list caa73d115830746e0942c9554ecae****
返回结果示例:
{
"ack-arena": {
"component_name": "ack-arena",
"version": "",
"next_version": "0.5.0",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "retry: 5\n\ncluster_type: {{.ClusterType}}\nregion: {{.Region}} \n# Install the arena binary\ninstaller:\n replicas: {{.MasterCount}}\n ##\n ## Image of the installer\n image: registry-vpc.{{.Region}}.aliyuncs.com/acs/arena-binary-installer\n ##\n ## Image tag\n tag: {{.ImageTag}}\n ## Image pull policy\n ## values: Always or IfNotPresent\n pullPolicy: Always\n\n\n# The controller deploy arena infrastructure\ncontroller:\n ##\n ## Image of the controller\n image: registry-vpc.{{.Region}}.aliyuncs.com/acs/arena-deploy-manager\n ##\n ## Image tag\n tag: {{.ImageTag}}\n ## Image pull policy\n ## Values: Always or IfNotPresent\n pullPolicy: Always",
"description": "\napiVersion: v2\n\nname: ack-arena\n\ndescription: Running Deep Learning Containers on ACK\n\n# This is the chart version. This version number should be incremented each time you make changes\n\n# to the chart and its templates, including the app version.\n\nversion: 0.5.0\n\n# This is the version number of the application being deployed. This version number should be\n\n# incremented each time you make changes to the application.\n\nappVersion: 0.5.0\n\nhome: https://github.com/kubeflow/arena\n\nintroduction:\n\n- 使用Arena运行深度学习\n\n- Running Deep Learning Containers on ACK\n\ndoc:\n\n- https://github.com/kubeflow/arena/blob/master/README_cn.md\n\n- https://github.com/kubeflow/arena/blob/master/README.md\n\nchangelog:\n\n- https://github.com/kubeflow/arena/releases\n\n- https://github.com/kubeflow/arena/releases\n\nkeywords:\n\n- category:data\n\n- arena\n\n- namespace:kube-system\n\n- releaseName:ack-arena\n",
"properties": null
},
"ack-kubernetes-cronhpa-controller": {
"component_name": "ack-kubernetes-cronhpa-controller",
"version": "",
"next_version": "v1.4.0-fc4f6060-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: ack-kubernetes-cronhpa-controller\nintroduction:\n zh: 使用 ack-kubernetes-cronhpa-controller 实现应用负载定时伸缩\n en: ask-kubernetes-cronhpa-controller is a kubernetes cron horizontal pod autoscaler controller using crontab like scheme.\ndoc:\n zh: https://www.alibabacloud.com/help/zh/doc-detail/151557.htm\n en: https://www.alibabacloud.com/help/en/doc-detail/151557.htm\nchangelog:\n zh: https://www.alibabacloud.com/help/zh/doc-detail/151557.htm\n en: https://www.alibabacloud.com/help/en/doc-detail/151557.htm\nkeywords:\n- cronhpa\n- hpa\n- namespace:kube-system\n- releaseName:arms-prom\n- category:ops\n",
"properties": null
},
"ack-node-problem-detector": {
"component_name": "ack-node-problem-detector",
"version": "",
"next_version": "1.2.1",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "npd:\n # Custom monitor definitions to add to Node Problem Detector - to be\n # mounted at /custom-config. These are in addition to pre-packaged monitor\n # definitions provided within the default docker image available at /config:\n # https://github.com/kubernetes/node-problem-detector/tree/master/config\n enabled: true\n log_monitors:\n - /config/kernel-monitor.json\n - /config/docker-monitor.json\n # An example of activating a custom log monitor definition in\n # Node Problem Detector\n # - /custom-config/docker-monitor-filelog.json\n # remove - public_network_check\n alibaba_cloud_plugins:\n - fd_check\n - ntp_check\n - network_problem_check\n - inodes_usage_check\n - pid_pressure_check\n #- nvidia_gpu_check\n #- ram_role_check\n #- ps_hang_check\n #- nvidia_gpu_check\n #- public_network_check\n #- irqbalance_check\n\n ##\n serviceaccount: \"ack-node-problem-detector\"\n ##\n\n hostpath:\n logdir: /var/log/\n\n image:\n repository: registry-vpc.{{.Region}}.aliyuncs.com/acs/node-problem-detector\n tag: \"v0.6.3-28-160499f\"\n\n nameOverride: \"\"\n fullnameOverride: \"\"\n\n resources:\n limits:\n cpu: 100m\n memory: 200Mi\n requests:\n cpu: 100m\n memory: 200Mi\n\n annotations: {}\n\n tolerations: []\n ## - key: \"key1\"\n ## operator: \"Equal\"\n ## value: \"value1\"\n ## effect: \"NoSchedule\"\n affinity:\n nodeAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n nodeSelectorTerms:\n - matchExpressions:\n - key: type\n operator: NotIn\n values:\n - virtual-kubelet\ncontroller:\n # controller.region_id: The region where the cluster is located, currently only support cn-hangzhou, cn-beijing , cn-shenzhen and cn-shanghai\n regionId: {{.Region}}\n clusterType: \n # supported since 1.7.0 version\n clusterId: {{.ClusterID}}\n clusterName: {{.Name}}\n # when ramRoleType=restricted\n ramRoleType: {{.RamRoleType}}\n\neventer:\n image:\n repository: registry-vpc.{{.Region}}.aliyuncs.com/acs/kube-eventer-amd64\n tag: \"v1.1.0-252b712-aliyun\"\n pullPolicy: IfNotPresent\n # Set environment variables.\n env:\n - TZ: Asia/Shanghai\n #- Key: Value\n #- AccessKeyId: \"\"\n #- AccessKeySecret: \"\"\n #- RegionId: \"\"\n\n sinks:\n sls:\n # If you want the monitoring results to be notified by sls, set enabled to true.\n # sls log project \n enabled: true\n # You can view the project information by logging in to the\n # SLS console. Please fill in the name of the project here.\n # eg: your project name is k8s-log-cc18a5f3443dhdss22654da,\n # then you can fill k8s-log-cc18a5f3443dhdss22654da to project label.\n {{if .SlsProjectName}}\n project: \"{{.SlsProjectName}}\"\n {{ else }}\n project: \"k8s-log-{{.ClusterID}}\"\n {{ end }}\n \n # if you want to use event center,logstore must be k8s-event. so You should better not change this value.\n logstore: \"k8s-event\"\n # topic of sls logstore(optional,default:\"\")\n topic: \"\"\n #Whether it is an intranet domain name\n internal: true\n # You can view the project information by logging in to the\n # SLS console. Please fill the logstore address in here.\n dingtalk:\n enabled: false\n # If you want the monitoring results to be notified by DingDing, set enabled to true.\n level: \"Warning\"\n # Here you can set the cluster alarm level, the default is Warning.\n # Here you can choose Warning or Normal.\n label: \"\"\n # label specifies the cluster ID information, you can specify\n # your cluster ID here.eg: If your cluster_id is cc18a5f3443dhdss22654da,\n # you can set label to cc18a5f3443dhdss22654da.\n monitorkinds: \"Node,Pod\"\n # Dingtalk can monitor the problems in the cluster in real time\n # according to the type of kind (e.g, Node,Pod).The kind type can be one or more.\n monitornamespaces: \"\"\n # Dingtalk can monitor the problems in the cluster in real time\n # according to the namespace.You can monitor one or more namespaces\n # in real time. eg: If you want to monitor the namespace of the\n # kube-system and myspace,so you can write kube-system,myspace.\n # And then, if the kube-system and myspace happend events ,they can\n # told you at first time.\n token: \"\"\n # What needs to be filled in here is the access_token in the webhook\n # of the DingDing robot.For how to view the robot webhook, please refer to\n # https://yq.aliyun.com/articles/636586?spm=a2c4e.11155435.0.0.60dc3312zYr8eS.\n # eg: your robot webhook is https://oapi.dingtalk.com/robot/send?\n # access_token=10d1b72d337219ef8170c78b5c94126b19ab406aeae81b2a7c4ae2bfde110842,\n # So,you can fill the token label with 10d1b72d337219ef8170c78b5c94126b19ab406aeae81b2a7c4ae2bfde110842.\n othersinks:\n #- elasticsearch:http://127.0.0.1:9200?sniff=false&ver=6",
"description": "name: ack-node-problem-detector\nintroduction:\n zh: 节点故障检测以及上报至事件中心的插件\ndoc:\n zh: https://help.aliyun.com/document_detail/178479.htm\nchangelog:\n zh: https://help.aliyun.com/document_detail/178479.htm\ndescription: this chart aims to make various node problems visible to the upstream layers in cluster management stack,and told people where is the problem on time.\nappVersion: \"0.8.0\"\nversion: 1.2.1\nkubeVersion: \">=1.8.0-0\"\nkeywords:\n - ack-node-problem-detector\n - eventer\n - namespace:kube-system\n - releaseName:ack-node-problem-detector\n - category:ops\nhome: https://github.com/AliyunContainerService/node-problem-detector\nmaintainers:\n - name: carson\n email: wb-gq55下****@alibaba-inc.com\n - name: moyuan\n email: z****.l****@alibaba-inc.com",
"properties": null
},
"ack-virtual-node": {
"component_name": "ack-virtual-node",
"version": "",
"next_version": "v2.0.0.34-252556a33-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "Name: ACK Virtual Node\nintroduction:\n zh: \"使用虚拟节点和ECI极致弹性能力\"\n en: \"Elastic scaling with virtual node and ECI\"\nchangelog: \n- https://www.aliyun.com/",
"properties": null
},
"aesm": {
"component_name": "aesm",
"version": "",
"next_version": "2.7.1-4a8c95b-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: Intel SGX AESM\nhome: \nicon: \nintroduction: #必填\n zh: Intel SGX AESM,提供了SGX1 Enclave启动支持,EPID配置和证明,以及一些平台相关的服务。\n en: Intel® SGX AESM, which provides Legacy Launch Support, EPID Provisioning and Attestation, and Platform Services.\ndoc: \n zh: https://help.aliyun.com/document_detail/177707.html\n en: https://help.aliyun.com/document_detail/177707.html\nchangelog: #必填\n zh: https://help.aliyun.com/document_detail/177707.html\n en: https://help.aliyun.com/document_detail/177707.html\nkeywords:\n- Intel\n- SGX\n- namespace:kube-system\n- releaseName:aesm\n- category:ACK-TEE",
"properties": null
},
"ags-metrics-collector": {
"component_name": "ags-metrics-collector",
"version": "",
"next_version": "v1.0.0.2-cc3b2d6-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: 基因服务监控组件\n en: Gene service monitoring component\ndoc:\n zh: https://help.aliyun.com/document_detail/156348.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/156348.html\n",
"properties": null
},
"alicloud-application-controller": {
"component_name": "alicloud-application-controller",
"version": "v0.1.0.1-f832bed-aliyun",
"next_version": "v0.1.0.1-f832bed-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "alicloud-application-controller",
"properties": null
},
"alicloud-disk-controller": {
"component_name": "alicloud-disk-controller",
"version": "v1.14.8.51-842f0a81-aliyun",
"next_version": "v1.14.8.51-842f0a81-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "managed-alicloud-disk-controller",
"properties": null
},
"alicloud-monitor-controller": {
"component_name": "alicloud-monitor-controller",
"version": "v1.4.0-49ff2362-aliyun",
"next_version": "v1.4.0-49ff2362-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "name: alicloud-monitor-controller\nintroduction:\n zh: 监控应用容器的生命周期和状态变化\n en: Monitoring application containers' lifecycle and state changes\ndoc:\n zh: https://help.aliyun.com/document_detail/176514.html\n en:\nchangelog:\n zh: https://help.aliyun.com/document_detail/176514.html\n en:\nkeywords:\n- namespace: kube-system\n- releaseName: alicloud-monitor-controller",
"properties": null
},
"aliyun-acr-credential-helper": {
"component_name": "aliyun-acr-credential-helper",
"version": "v20.12.28.0-062ac99-aliyun",
"next_version": "v20.12.28.0-062ac99-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "name: aliyun-acr-credential-helper\nintroduction: \n zh: 使用 aliyun-acr-credential-helper 进行镜像拉取\n en: Using aliyun-acr-credential-helper to implement private image pulling without credential setting\ndoc: \n zh: https://help.aliyun.com/document_detail/159750.html?spm=5176.10695662.1996646101.searchclickresult.dede56d4WTiNdU\n en: https://www.alibabacloud.com/help/doc-detail/159750.htm?spm=a2c63.p38356.b99.38.be135889E2TbLg\nchangelog: \n zh: https://help.aliyun.com/document_detail/177224.htm·\n en: \nkeywords:\n- private image\n- namespace:kube-system\n- releaseName: aliyun-acr-credential-helper",
"properties": null
},
"aliyun-log-controller": {
"component_name": "aliyun-log-controller",
"version": "",
"next_version": "0.16.19.0-5be7ad3-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "aliyun-log-controller",
"properties": null
},
"appcenter": {
"component_name": "appcenter",
"version": "",
"next_version": "v1.0.1.4-2c25021-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: 使用 appcenter 管理多集群应用\n en: Using appcenter to manage applications in multiple clusters\ndoc:\n zh: https://help.aliyun.com/document_detail/212407.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/176183.html\n",
"properties": null
},
"arms-prometheus": {
"component_name": "arms-prometheus",
"version": "",
"next_version": "0.1.5",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "# Default values for InternalLB Webhook Admission Controller\ncontroller:\n\n operatorImage: registry-vpc.{{.Region}}.aliyuncs.com/arms-docker-repo/arms-prom-operator:v0.1\n nodeExportorImage: registry-vpc.{{.Region}}.aliyuncs.com/acs/node-exporter:v0.17.0\n armsRBACProxyImage: registry-vpc.{{.Region}}.aliyuncs.com/arms-docker-repo/arms-kube-rbac-proxy:v0.4.1\n kubeStateMetric: registry-vpc.{{.Region}}.aliyuncs.com/acs/kube-state-metrics:v1.6.0\n gpuExportorImage: registry-vpc.{{.Region}}.aliyuncs.com/acs/gpu-prometheus-exporter:0.1-31fa45b\n\n imagePullPolicy: Always\n serviceAccount: arms-prom-operator\n logLevel: 1\n\n # FILL ME PLEASE !!!\n cluster_id: {{.ClusterID}}\n cluster_type: {{.ClusterType}}\n\n # IF You are not ali env, please fill:\n pilotId: __PILOTID__\n puserId: __PUSER_ID__\n\n uid: \"{{.AliUid}}\"\n region_id: {{.Region}}\n\n # if your cluster is hosted. please fill aliyun ak/sk\n accessKey: __ACCESSKEY__\n accessKeySecret: __ACCESSKEY_SECRET__\n\n accessSource: ACSK8S\n tls:\n requestHeaderCA:\n service:\n type: ClusterIP\n port: 9335\n targetPort: 9335\n name: arms-prom-admin\n promName: arms-prom-server\n promPort: 9090\n promTargetPort: 9090\n\nrbac:\n create: true\n",
"description": "appVersion: 1.0.3\ndescription: ARMS Prometheus Operator\nhome: https://www.aliyun.com/product/arms\nicon: logo.png\nintroduction:\n- 使用 ARMS Prometheus 实现容器服务集群监控\n- Using ARMS Prometheus to implement ACK cluster monitoring\ndoc:\n- https://help.aliyun.com/document_detail/161304.html\n- https://www.alibabacloud.com/help/doc-detail/161304.html\nchangelog:\n- keywords:\n- arms\n- prometheus\n- namespace:arms-prom\n- releaseName:arms-prom\n- category:ops\nname: ack-arms-prometheus\nversion: 0.1.5\n",
"properties": null
},
"cloud-controller-manager": {
"component_name": "cloud-controller-manager",
"version": "v1.9.3.340-g9830b58-aliyun",
"next_version": "v1.9.3.340-g9830b58-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "true",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "\nname: Cloud Controller Manager\nintroduction:\n zh: 使用Cloud Controller Manager为k8s应用创建负载均衡,管理节点路由条目\n en: Using Cloud Controller Manager to create load balancers for k8s applications and manage node route entries\ndoc:\n zh: https://help.aliyun.com/document_detail/181518.html\n en: https://www.alibabacloud.com/help/doc-detail/86531.htm\nchangelog:\n zh: https://help.aliyun.com/document_detail/94925.html\n en: https://www.alibabacloud.com/help/doc-detail/94925.htm\n",
"properties": null
},
"coredns": {
"component_name": "coredns",
"version": "1.6.7",
"next_version": "v1.6.2",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "remove resource limit",
"properties": null
},
"csi-plugin": {
"component_name": "csi-plugin",
"version": "",
"next_version": "v1.18.8.45-1c5d2cd1-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "csi-plugin",
"properties": null
},
"csi-provisioner": {
"component_name": "csi-provisioner",
"version": "",
"next_version": "v1.18.8.45-1c5d2cd1-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "csi-provisioner",
"properties": null
},
"flexvolume": {
"component_name": "flexvolume",
"version": "v1.14.8.109-649dc5a-aliyun",
"next_version": "v1.14.8.109-649dc5a-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "flexvolume",
"properties": null
},
"gatekeeper": {
"component_name": "gatekeeper",
"version": "",
"next_version": "v3.1.0.11-24bab09-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: 使用 gatekeeper 管理和应用 OPA 策略\n en: Using gatekeeper to manage and apply OPA policy\ndoc:\n zh: https://help.aliyun.com/document_detail/180803.html\n en: https://www.alibabacloud.com/help/doc-detail/180803.html\nchangelog:\n",
"properties": null
},
"kritis-validation-hook": {
"component_name": "kritis-validation-hook",
"version": "",
"next_version": "v0.2.7.2-g5fa671a-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: 使用 kritis-validation-hook 实现验证镜像签名\n en: Using kritis-validation-hook to verifying image signature\ndoc:\n zh: https://help.aliyun.com/document_detail/157328.html\n en: https://www.alibabacloud.com/help/doc-detail/157328.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/157327.html\n en: https://www.alibabacloud.com/help/doc-detail/157327.html\n",
"properties": null
},
"kube-flannel-ds": {
"component_name": "kube-flannel-ds",
"version": "v0.11.0.2-g6e46593e-aliyun",
"next_version": "v0.11.0.2-g6e46593e-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "flannel",
"properties": null
},
"logtail-ds": {
"component_name": "logtail-ds",
"version": "",
"next_version": "v0.16.52.2-f161bec-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "aliyun-log-controller",
"properties": null
},
"managed-kube-proxy": {
"component_name": "managed-kube-proxy",
"version": "",
"next_version": "v1.18.8-aliyun.1",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "1.18.8 managed-kube-proxy",
"properties": null
},
"metrics-server": {
"component_name": "metrics-server",
"version": "v0.3.8.3-d658416-aliyun",
"next_version": "v0.3.8.3-d658416-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "metrics-server",
"properties": null
},
"migrate-controller": {
"component_name": "migrate-controller",
"version": "",
"next_version": "v1.0.1.2-a-e616322-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nName: ACK Migrate Controller\nintroduction:\n zh: \"使用 migrate controller(velero) 备份恢复集群应用\"\n en: \"Using migrate controller to backup and restore applications in kubernetes clusters\"\nchangelog: \n- https://www.aliyun.com/\n",
"properties": null
},
"nginx-ingress-controller": {
"component_name": "nginx-ingress-controller",
"version": "v0.30.0.2-9597b3685-aliyun",
"next_version": "v0.30.0.2-9597b3685-aliyun",
"changed": "false",
"can_upgrade": false,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": true,
"template": "",
"value": "",
"description": "name: \"Nginx Ingress Controller\"\nhome: https://kubernetes.github.io/ingress-nginx/\nintroduction:\n zh: \"根据ingress资源动态更新nginx配置文件\"\n en: \"update nginx configuration file according to k8s ingress resouce\"\ndoc:\n zh: https://help.aliyun.com/document_detail/86533.html\n en: https://www.alibabacloud.com/help/doc-detail/86533.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/160658.html\n en: https://www.alibabacloud.com/help/zh/doc-detail/160658.htm\nkeywords:\n- ingress\n- nginx",
"properties": null
},
"resource-controller": {
"component_name": "resource-controller",
"version": "",
"next_version": "v1.1.0-e7388cb",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: CPU拓扑感知调度\n en: CPU topology aware scheduling\ndoc:\n zh: https://help.aliyun.com/document_detail/178168.htm\nchangelog:\n zh: https://help.aliyun.com/document_detail/178168.htm\n",
"properties": null
},
"sandboxed-container-controller": {
"component_name": "sandboxed-container-controller",
"version": "",
"next_version": "v1.1.1-55d545f-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: sandboxed-container-controller\nhome: \nicon: \nintroduction: #必填\n zh: sandboxed-container-controller,可以帮助在安全沙箱中实现NAS/云盘直挂\n en: sandboxed-container-controller can help to achive nas and cloud disk pass through in ack sandboxed container.\ndoc: \n zh: https://help.aliyun.com/document_detail/160311.html\n en: https://help.aliyun.com/document_detail/160311.html\nchangelog: #必填\n zh: https://help.aliyun.com/document_detail/160311.html\n en: https://help.aliyun.com/document_detail/160311.html\nkeywords:\n- Sandboxed-Container\n- namespace:kube-system\n- releaseName:sandboxed-container-controller\n- category:Sandboxed-Container",
"properties": null
},
"sandboxed-container-helper": {
"component_name": "sandboxed-container-helper",
"version": "",
"next_version": "v1.0.0-7a70086-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: sandboxed-container-helper\nhome: \nicon: \nintroduction: #必填\n zh: sandboxed-container-helper是针对ACK全沙箱容器的诊断运维工具\n en: sandboxed-container-helper is a operation tool dedicated for ack sandboxed container\ndoc: \n zh: https://help.aliyun.com/document_detail/165057.html\n en: https://help.aliyun.com/document_detail/165057.html\nchangelog: #必填\n zh: https://help.aliyun.com/document_detail/165057.html\n en: https://help.aliyun.com/document_detail/165057.html\nkeywords:\n- Sandboxed-Container\n- namespace:kube-system\n- releaseName:sandboxed-container-helper\n- category:Sandboxed-Container",
"properties": null
},
"security-inspector": {
"component_name": "security-inspector",
"version": "",
"next_version": "v0.3.0.2-gcb49252-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "\nintroduction:\n zh: 使用 security-inspector 实现集群安全扫描\n en: Using security-inspector to scan security risks\ndoc:\n zh: https://help.aliyun.com/document_detail/173306.html\n en: https://www.alibabacloud.com/help/doc-detail/173306.html\nchangelog:\n",
"properties": null
},
"sgx-device-plugin": {
"component_name": "sgx-device-plugin",
"version": "",
"next_version": "v1.0.0-5f5b5ef-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: sgx-device-plugin\nhome: \nicon: \nintroduction: #必填\n zh: sgx-device-plugin,可以让您更容易的在容器中使用Intel SGX.\n en: sgx-device-plugin, making it easier to run SGX applications inside a container.\ndoc: \n zh: https://help.aliyun.com/document_detail/177706.html\n en: https://help.aliyun.com/document_detail/177706.html\nchangelog: #必填\n zh: https://help.aliyun.com/document_detail/177706.html\n en: https://help.aliyun.com/document_detail/177706.html\nkeywords:\n- Intel\n- SGX\n- device-plugin\n- namespace:kube-system\n- releaseName:sgx-device-plugin\n- category:ACK-TEE",
"properties": null
},
"terway": {
"component_name": "terway",
"version": "",
"next_version": "v1.0.10.301-g0115576-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: terway\nhome: https://help.aliyun.com/document_detail/97467.html\nicon: logo.png\nintroduction:\n zh: Terway网络插件\n en: Terway network plugin\ndoc:\n zh: https://help.aliyun.com/document_detail/97467.html\n en: https://www.alibabacloud.com/help/doc-detail/97467.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/113090.html\n en: https://www.alibabacloud.com/help/doc-detail/113090.html\nkeywords:\n- Terway",
"properties": null
},
"terway-eni": {
"component_name": "terway-eni",
"version": "",
"next_version": "v1.0.10.301-g0115576-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: terway-eni\nhome: https://help.aliyun.com/document_detail/97467.html\nicon: logo.png\nintroduction:\n zh: Terway网络插件\n en: Terway network plugin\ndoc:\n zh: https://help.aliyun.com/document_detail/97467.html\n en: https://www.alibabacloud.com/help/doc-detail/97467.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/113090.html\n en: https://www.alibabacloud.com/help/doc-detail/113090.html\nkeywords:\n- Terway",
"properties": null
},
"terway-eniip": {
"component_name": "terway-eniip",
"version": "",
"next_version": "v1.0.10.301-g0115576-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "name: terway-eniip\nhome: https://help.aliyun.com/document_detail/97467.html\nicon: logo.png\nintroduction:\n zh: Terway网络插件\n en: Terway network plugin\ndoc:\n zh: https://help.aliyun.com/document_detail/97467.html\n en: https://www.alibabacloud.com/help/doc-detail/97467.html\nchangelog:\n zh: https://help.aliyun.com/document_detail/113090.html\n en: https://www.alibabacloud.com/help/doc-detail/113090.html\nkeywords:\n- Terway",
"properties": null
},
"tiller": {
"component_name": "tiller",
"version": "",
"next_version": "v2.14.1",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "tiller",
"properties": null
},
"workflow-controller": {
"component_name": "workflow-controller",
"version": "",
"next_version": "v2.3.4.0-bd49391-aliyun",
"changed": "unknown",
"can_upgrade": true,
"force": false,
"policy": "overwrite",
"ExtraVars": null,
"ready_to_upgrade": "",
"message": "",
"exist": true,
"category": "",
"required": false,
"template": "",
"value": "",
"description": "workflow-controller",
"properties": null
}
}