You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-6Lines changed: 37 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,21 @@ Pre-built binaries are available from the [releases page](https://github.com/Arm
24
24
25
25
### Prerequsites
26
26
27
-
-`kubectl` - `kubearchinspect` must be executed on a client with `kubectl` installed and configured to connect
28
-
to the target Kubernetes cluster. If multiple clusters are configured, it will query the cluster in the current
29
-
default context.
30
-
-`docker` client - The Docker credential store is used to authenticate to private registries, use [`docker login`](https://docs.docker.com/reference/cli/docker/login/) to add credentials.
27
+
This tool includes built-in kubectl and container registry support using the [containers/image](https://github.com/containers/image) library.
28
+
You do not need the kubectl, docker, podman, or skopeo CLI tools installed — only their configuration files.
29
+
30
+
#### Kubernetes Configuration
31
+
32
+
**Kubeconfig** (`~/.kube/config` or set via the `--kube-config-path` flag)
33
+
Required to connect to the target Kubernetes cluster.
34
+
35
+
Example: For AWS EKS clusters, configure access with:
0 commit comments