用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/openshift/hypershift --skill install-ho-aws命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Install HO AWS |
| description | Install HyperShift Operator with private AWS and external-dns settings. |
Use this skill to install HyperShift Operator with a custom image, external-dns, and private AWS settings.
Use when:
Source the environment file before using this skill:
source dev/claude-env.sh
Environment variables from dev/claude-env.sh:
| Variable | Description |
|---|---|
HO_IMAGE_REPO | Container registry for HO images |
AWS_CREDENTIALS | Path to AWS credentials file |
EXTERNAL_DNS_DOMAIN | Domain filter for external-dns |
OIDC_BUCKET | S3 bucket for OIDC |
AWS_REGION | AWS region |
MGMT_KUBECONFIG | Path to management cluster kubeconfig |
HO_IMAGE should point to the image you want to install, for example $HO_IMAGE_REPO:autonode.Run make build first if needed
KUBECONFIG=$MGMT_KUBECONFIG \
./bin/hypershift install \
--hypershift-image $HO_IMAGE_REPO:YOUR_TAG \
--external-dns-provider=aws \
--external-dns-credentials $AWS_CREDENTIALS \
--external-dns-domain-filter=$EXTERNAL_DNS_DOMAIN \
--oidc-storage-provider-s3-bucket-name $OIDC_BUCKET \
--oidc-storage-provider-s3-credentials $AWS_CREDENTIALS \
--oidc-storage-provider-s3-region $AWS_REGION \
--private-platform=AWS \
--aws-private-creds $AWS_CREDENTIALS \
--enable-conversion-webhook=false \
--aws-private-region=$AWS_REGION
make hypershift (this produces ./bin/hypershift).MGMT_KUBECONFIG must point to your management cluster.基于 SOC 职业分类