chore: kubernetes contexts extension v0.1.0#1057
chore: kubernetes contexts extension v0.1.0#1057feloy wants to merge 1 commit intopodman-desktop:mainfrom
Conversation
Signed-off-by: Philippe Martin <phmartin@redhat.com>
📝 WalkthroughWalkthroughThis pull request registers a new Kubernetes Contexts extension for Podman Desktop in the extension registry, adding the extension metadata entry, Apache 2.0 license file, and README documentation for installation, development, and usage. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@static/api/extensions.json`:
- Line 2237: The "lastUpdated" metadata entry currently set to the future
timestamp "2026-03-02T08:00:00Z" should be changed to the actual publish/update
time (e.g., the PR creation timestamp or the real release time); locate the JSON
object containing the "lastUpdated" key in the extensions metadata and replace
that future-dated value with the correct ISO 8601 timestamp so registry
ordering/recency is not misleading.
In `@static/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/README.md`:
- Line 5: Update the user-facing README sentence that currently reads
"Kubernetes Contexts is an open source extension for Podman Desktop to manage
Kubernetes contexts." to use a hyphenated compound adjective: change "open
source extension" to "open-source extension" so the sentence reads "Kubernetes
Contexts is an open-source extension for Podman Desktop to manage Kubernetes
contexts."
- Around line 41-49: The fenced code block in README.md is missing a language
label (MD040); update the opening triple-backtick in the snippet that starts
with "$ git clone
git@github.com:podman-desktop/extension-kubernetes-contexts.git" to include
"bash" (i.e., change "```" to "```bash") so the block is explicitly marked as
shell/bash for markdown linting and proper syntax highlighting.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
static/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/icon.pngis excluded by!**/*.png
📒 Files selected for processing (3)
static/api/extensions.jsonstatic/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/LICENSEstatic/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/README.md
static/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/README.md
Show resolved
Hide resolved
static/api/extensions/podman-desktop/kubernetes-contexts/0.1.0/README.md
Show resolved
Hide resolved
|
@feloy ok! Can you please specify all the places that it will be used? |
New Kubernetes contexts extension.
@vancura @MariaLeonova we probably want a specific logo for this extension, I have included a Kubernetes logo for the moment. There is this one I have created on my side, which may be a starting point: https://github.com/podman-desktop/extension-kubernetes-contexts/blob/main/packages/extension/icon.png