Skip to content

Copilot Ops

GitHub App

Copilot Ops

GitHub App

Copilot Ops

About

Copilot Ops aims to simplify your Kubernetes experience by streamlining the process of creating new Kubernetes YAMLs.

Setup

Setting the bot up is easy! Simply install this bot in your desired repositories, then create a file at .github/ISSUE_TEMPLATE/copilot_ops.yaml with the following contents:

name: Kubernetes Resource Generation
description: Request some Kubernetes resources to be automatically generated for you.
title: "[Resource Request]: "
body: 
  - type: input
    id: botInput
    validations:
      required: true
    attributes:
      label: Resource Prompt
      description: |
        Describe what you would like to be generated. An AI will generate resources
        based on this input.
      placeholder: A 50Gi PVC named 'mp4 files'

Usage

After you've installed the bot in your repo and added the required issue template, you can interact with the bot by creating an issue using the template. The bot will automatically generate a new pull request per your issue.

If you don't like what the bot generated, you can either request a new one by commenting /reroll [new input], or by pressing the . key to edit the pull-request within your web browser.

Developer

Copilot Ops is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse