Skip to content

Commit

Permalink
Remove leading shell prompt delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Jan 8, 2025
1 parent e55bc90 commit 836af4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8331,7 +8331,7 @@ <h3 id="show-a-list-of-mounted-volumes-formatted-as-namespace-pod_name-container
' | column -t
</code></pre>
<h3 id="show-a-list-of-mounted-pvcs-as-namespace-pod_name-container_name-pvc-mount_point">Show a list of mounted pvc's as namespace pod_name container_name pvc mount_point</h3>
<pre><code class="language-sh">$ kubectl get pods -A -o json | jq -r '
<pre><code class="language-sh">kubectl get pods -A -o json | jq -r '
.items[] as $pod |
$pod.spec.volumes[]? as $volume |
select($volume.persistentVolumeClaim != null) |
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 836af4e

Please sign in to comment.