Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntreasAntoniou authored Nov 2, 2023
1 parent 0f977fa commit 014fd6d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ create_pv(

Run the script from the command line with an optional `namespace` parameter:

\`\`\`bash
```bash
python kubejobs/web_pod_info.py --namespace=<your-namespace>
\`\`\`
```

##### With Streamlit

Run the script as above, and then navigate to the Streamlit URL displayed in the console to view the web table.

\`\`\`bash
```bash
streamlit run kubejobs/web_pod_info.py
\`\`\`
```

### `web_job_info.py`

Expand All @@ -146,17 +146,17 @@ streamlit run kubejobs/web_pod_info.py

Run the script from the command line with an optional `namespace` parameter:

\`\`\`bash
```bash
python kubejobs/web_job_info.py --namespace=<your-namespace>
\`\`\`
```

##### With Streamlit

Run the script as above, and then navigate to the Streamlit URL displayed in the console to view the web table.

\`\`\`bash
```bash
streamlit run kubejobs/web_job_info.py
\`\`\`
```

### `manage_user_jobs.py`

Expand All @@ -176,9 +176,9 @@ streamlit run kubejobs/web_job_info.py

Run the script from the command line with optional parameters for namespace, username, search term, and actions.

\`\`\`bash
```bash
python kubejobs/manage_user_jobs.py --namespace=<your-namespace> --username=<your-username> --term=<search-term> --delete=<True/False>
\`\`\`
```

#### Note: This script does not support Streamlit.

Expand All @@ -196,4 +196,4 @@ Contributions are welcome! If you'd like to contribute, please:

## License

KubeJobs is released under the MIT [License](LICENSE).
KubeJobs is released under the MIT [License](LICENSE).

0 comments on commit 014fd6d

Please sign in to comment.