Skip to content

Update README.md to clarify prerequisites #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 5, 2025
Merged

Conversation

nirmalsunny
Copy link
Contributor

Update README.md to clarify prerequisites regarding the kube config and container registry authentication.

@nirmalsunny nirmalsunny requested a review from a team as a code owner August 5, 2025 09:03
README.md Outdated

**Kubeconfig** (`~/.kube/config` or set via the `--kube-config-path` flag)
Required to connect to the target Kubernetes cluster.
If multiple clusters are configured, the tool will use the default context unless specified using `--kube-context` flag.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't quite follow this. Multiple clusters in the command?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If multiple clusters are configured in the kube config

README.md Outdated
#### Registry Authentication

**Registry credentials** (`~/.docker/config.json` or `$XDG_RUNTIME_DIR/containers/auth.json`)
Required for accessing private container registries. The tool relies on `containers/image`, which uses the same credential configuration as:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some details as to when/why a private registry might be needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved this section (when/why included) to Private Registry Authentication

@nirmalsunny nirmalsunny merged commit d118a76 into main Aug 5, 2025
3 checks passed
@nirmalsunny nirmalsunny deleted the update-prerequsite branch August 5, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants