feat: add kubectl support - #105
Merged
Merged
Conversation
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
Closed
Contributor
There was a problem hiding this comment.
Pull request overview
Adds optional kubectl installation support to the composite “initialize job” action, matching the requested setup snippet in Issue #103.
Changes:
- Document
setup-kubectl/kubectl-versioninputs in the README. - Add
setup-kubectl/kubectl-versioninputs and an install step usingstep-security/setup-kubectl. - Extend CI workflow coverage to exercise default and custom
kubectlversions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Documents new kubectl inputs and adds it to the supported build tools list. |
| action.yml | Adds new inputs and installs kubectl conditionally via step-security/setup-kubectl. |
| .github/workflows/test.yml | Adds verification and dedicated jobs to test kubectl setup (default + custom version). |
Suppressed comments (2)
action.yml:673
- The log group label uses "KubeCtl" casing, which is inconsistent with the tool name
kubectl. This makes log groups harder to search for across workflows.
echo "::group::Setting up KubeCtl"
action.yml:677
- The step name uses "KubeCtl" casing; consider using
kubectlto match the binary name and README section title.
- name: Install KubeCtl
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
rbarker-dev
previously approved these changes
Aug 27, 2026
rbarker-dev
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add KubeCtl Support.
Closes #103