What problem does it solve?
Setting up a HyperShift HostedCluster on AWS requires assembling many parameters, credentials, and environment variables correctly; this Skill standardizes that process so developers can spin up dev/test clusters without memorizing the hypershift CLI syntax.
Core Features & Use Cases
- HostedCluster Provisioning: Runs
hypershift create cluster aws with the correct credentials, region, base domain, pull secret, and release image to create a full cluster including VPC, subnets, Route53 zones, OIDC provider, and IAM roles.
- Custom Image Testing: Supports overriding the control plane operator image via
--control-plane-operator-image so developers can validate CPO or HO code changes against a live cluster.
- Post-Creation Guidance: Provides commands to check HostedCluster status, wait for control plane availability, scale NodePools, and retrieve the guest cluster kubeconfig.
- Use Case: A HyperShift developer iterating on control plane operator changes builds a custom CPO image, then uses this Skill to create a test cluster with that image and verify the changes end to end.
Quick Start
Ask the assistant to create a HyperShift HostedCluster on AWS named my-test-cluster with two node pool replicas using the configured environment.