Add use-inlets-operator skill - #6
Open
welteki wants to merge 1 commit into
Open
Conversation
Add guidance for installing and operating inlets-operator for Kubernetes LoadBalancer Services, including provider setup, credential handling, annotated-only operation, tunnel lifecycle, verification, and cleanup. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
welteki
marked this pull request as ready for review
July 23, 2026 14:41
AI Pull Request OverviewDisclaimer: This review was generated by automated AI and may contain errors. Do not trust its outputs without human verification. Summary
Approval rating (1-10)9/10. The PR is coherent and ready to merge; only minor wording precision could improve reader clarity. Summary per fileSummary per file
Overall AssessmentThe new skill fits the repository structure and gives agents practical, safety-conscious guidance for using inlets-operator with Kubernetes LoadBalancer Services. The content covers the main operational risks: existing LoadBalancer controllers, secret handling, tunnel recreation versus final cleanup, and verification before destructive actions. I did not find a concrete issue that should block merging. Detailed ReviewDetailed ReviewContent reviewNo blocking findings.
AI agent details. |
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.
Description
Add the
use-inlets-operatorskill to guide agents through installing and operating inlets-operator for Kubernetes LoadBalancer Services.The skill covers:
Also adds skill interface metadata and lists the skill in the README.
Motivation and context
Provide agents with current guidance for exposing Kubernetes Services through inlets-operator and safely managing the associated cloud infrastructure lifecycle.
How has this been tested?