Skip to content

Commit 9bd1ea3

Browse files
Change kubectl logs example
Co-authored-by: Raj Singh <rajsinghcpre@gmail.com>
1 parent 6022c67 commit 9bd1ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/aws/aws-eks-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Check that the Tailscale operator is running:
5757

5858
```shell
5959
kubectl get pods -n tailscale
60-
kubectl logs -n tailscale -l app.kubernetes.io/name=$(terraform output -raw operator_name)
60+
kubectl logs -n tailscale -l app=operator
6161
```
6262

6363
#### Verify connectivity via the [API server proxy](https://tailscale.com/kb/1437/kubernetes-operator-api-server-proxy)

0 commit comments

Comments
 (0)