We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6022c67 commit 9bd1ea3Copy full SHA for 9bd1ea3
1 file changed
terraform/aws/aws-eks-operator/README.md
@@ -57,7 +57,7 @@ Check that the Tailscale operator is running:
57
58
```shell
59
kubectl get pods -n tailscale
60
-kubectl logs -n tailscale -l app.kubernetes.io/name=$(terraform output -raw operator_name)
+kubectl logs -n tailscale -l app=operator
61
```
62
63
#### Verify connectivity via the [API server proxy](https://tailscale.com/kb/1437/kubernetes-operator-api-server-proxy)
0 commit comments