Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Credentials are resolved in the following order:
List available tools:

```bash
kubermatic-ee-downloader list
./kubermatic-ee-downloader list
```

Example output:
Expand All @@ -53,21 +53,21 @@ conformance-tester latest-cli linux,darwin,windows amd64,arm64 Kubermatic con
Download the conformance-tester binary:

```bash
kubermatic-ee-downloader get conformance-tester
./kubermatic-ee-downloader get conformance-tester
```

Download a specific version to a custom directory:

```bash
kubermatic-ee-downloader get conformance-tester \
./kubermatic-ee-downloader get conformance-tester \
--version v1.2.0 \
--output /usr/local/bin
```

With explicit registry credentials:

```bash
kubermatic-ee-downloader get conformance-tester \
./kubermatic-ee-downloader get conformance-tester \
--username <your-username> \
--password <your-password>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Conformance EE is designed to run as a Kubernetes Job inside a cluster with acce
The simplest way to deploy is using the interactive terminal UI. First, download the conformance-tester binary using the `kubermatic-ee-downloader`:

```bash
kubermatic-ee-downloader get conformance-tester --output .
./kubermatic-ee-downloader get conformance-tester --output .
```

Then launch the TUI:
Expand Down