Merge pull request #18859 from dvdksn/fix-endquote-kubectl-debug-builder

fix: missing single quote for jq command
This commit is contained in:
David Karlsson 2023-12-06 11:43:00 +01:00 committed by GitHub
commit aae15384f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ through the Kubernetes API. Note that this method only connects to a single pod
in the deployment. in the deployment.
```console ```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 buildkitd-XXXXXXXXXX-xxxxx
$ docker buildx create \ $ docker buildx create \
--name remote-container \ --name remote-container \