replicatedhq / replicatedhq/kURL

Proposal: Add a "script" addon

Open
#142 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

new addon
Dominant language
Shell
Stars
809
Forks
81
Avg merge
1d 21h
Merged PRs (30d)
20

Description

the script add on would just run the script, on the server.

for example:

apiVersion: "kurl.sh/v1beta1"
kind: "Installer"
metadata: 
  name: ""
spec: 
  kubernetes: 
    version: "latest"
  script: |
    #! /bin/bash
    ...
    ...

The script should be saved to a tmp file, named with the hash of the contents, made executable and then executed.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or entry points. Start by locating how kURL installer addons are defined and executed, then compare that flow with the proposed script field. Done means a script is saved to a temporary hash-named executable file and run on the server.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, shell
Domain
devops, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.