We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d493b commit 85fe916Copy full SHA for 85fe916
content/en/docs/tasks/debug/debug-cluster/troubleshoot-kubectl.md
@@ -133,7 +133,7 @@ notAfter=Feb 10 06:02:47 2034 GMT
133
```
134
135
```shell
136
-kubectl config view --flatten --output 'jsonpath={.users[0].user.client-certificate-data}'|base64 -d | openssl x509 -noout -dates
+kubectl config view --flatten --output 'jsonpath={.users[0].user.client-certificate-data}'| base64 -d | openssl x509 -noout -dates
137
138
139
output:
0 commit comments