Skip to content

Commit

Permalink
Merge pull request #18859 from dvdksn/fix-endquote-kubectl-debug-builder
Browse files Browse the repository at this point in the history
fix: missing single quote for jq command
  • Loading branch information
dvdksn authored Dec 6, 2023
2 parents 9d95316 + 1d139c4 commit aae1538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/build/drivers/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ through the Kubernetes API. Note that this method only connects to a single pod
in the deployment.

```console
$ kubectl get pods --selector=app=buildkitd -o json | jq -r '.items[].metadata.name
$ kubectl get pods --selector=app=buildkitd -o json | jq -r '.items[].metadata.name'
buildkitd-XXXXXXXXXX-xxxxx
$ docker buildx create \
--name remote-container \
Expand Down

0 comments on commit aae1538

Please sign in to comment.