hypershift:setup

Install hcp CLI, configure AWS credentials, and set up Ansible collections.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill hypershift-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hypershift:setup
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/hypershift%3Asetup
Command: npx skills add https://github.com/kagenti/kagenti --skill hypershift-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ansible-core, boto3, botocore, kubernetes, openshift, PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex setup of a local development environment required for testing HyperShift cluster provisioning, ensuring all necessary tools, CLIs, and configurations are in place.

Core Features & Use Cases

  • Tool Installation: Installs the hcp CLI and required Ansible collections.
  • Credential Configuration: Sets up AWS credentials and management cluster access.
  • Environment Verification: Validates that all prerequisites are met before proceeding with HyperShift operations.
  • Use Case: When a developer needs to start testing HyperShift cluster deployments, they can run this skill to get their local machine ready in minutes, avoiding manual installation and configuration headaches.

Quick Start

Run the local-setup.sh script to install necessary tools and configure credentials for HyperShift testing.

Frequently Asked Questions about hypershift:setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a local HyperShift testing environment on AWS?

Setting up a local HyperShift testing environment requires installing the hcp CLI, configuring AWS credentials, and setting up Ansible collections. The setup validates prerequisites like AWS CLI, oc CLI, and Ansible for seamless cluster provisioning.

What prerequisites do I need to install before provisioning HyperShift clusters?

Prerequisites for HyperShift cluster provisioning include having the AWS CLI, oc CLI, and Ansible installed. The environment setup validates these tools are present before proceeding with cluster operations.

Can I use Ansible to automate HyperShift local environment configuration?

Ansible automates HyperShift local environment configuration by installing required Ansible collections and validating prerequisites. The setup process configures AWS credentials and management cluster access for testing deployments.

What is the best way to configure AWS credentials for HyperShift testing?

Configuring AWS credentials for HyperShift testing involves running an automated setup that handles credential configuration and management cluster access. This ensures the local environment is ready for cluster provisioning workflows.

Does HyperShift local setup work with Kubernetes and OpenShift CLIs?

Yes, HyperShift local setup works with Kubernetes and OpenShift CLIs by requiring the oc CLI as a prerequisite. The setup validates the oc CLI installation to ensure seamless HyperShift cluster provisioning workflows.