openpitrix

仓库创建 2018年4月21日最近提交 13 天前SkillHot 收录 21 天前
▸ 精选理由

适合需要自动化部署与排查应用安装升级的运维/平台工程师。

▸ 风险提示

操作需集群管理员权限并可能拉取外部镜像或脚本。

这个 Skill 做什么

管理 KubeSphere 的 OpenPitrix 应用商店、应用模板、版本与发布。

在 KubeSphere 里管理 OpenPitrix 应用商店的全流程:维护应用模板、仓库、版本与发布,生成或调整 Helm/YAML 清单,处理应用安装或升级故障。当你要发布新应用、同步仓库或排查安装/升级问题时会用到。特别之处是针对 KubeSphere 的 OpenPitrix 生态,能操控 review 状态和 release 流程,方便集中管理应用生命周期。

▸ 展开 SKILL.md 英文原文

KubeSphere OpenPitrix application management Skill. Use when users ask about KubeSphere App Store, OpenPitrix, Helm/YAML application templates, application repositories, app versions, app releases, categories, review states, repository sync, or troubleshooting application installation and upgrade issues.

开发编程应用管理KubeSphereHelm通用
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/openpitrix/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/openpitrix/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# OpenPitrix Application Management

## Overview

OpenPitrix is KubeSphere's application management capability for app repositories, app templates, versions, reviews, and app releases. In KubeSphere 4.x the runtime API group is `application.kubesphere.io/v2`; older OpenPitrix extension code used `openpitrix.io/v2` CRUD APIs and `openpitrix.io/v2alpha1` read/list wrappers over `application.kubesphere.io/v1alpha1` resources.

Use the v2 objects and APIs first:

| Concept | KubeSphere 4.x object | Older OpenPitrix object |
|---|---|---|
| Repository | `Repo` | `HelmRepo` |
| App template | `Application` | `HelmApplication` |
| App template version | `ApplicationVersion` | `HelmApplicationVersio
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有