Changes

Jump to navigation Jump to search
m
Line 55: Line 55:  
The <code>client-admin.crt</code> and <code>client-admin.key</code> files can be created as follows:
 
The <code>client-admin.crt</code> and <code>client-admin.key</code> files can be created as follows:
 
<pre>
 
<pre>
kubectl config view --raw --minify -o jsonpath='{.users[0].user.client-certificate-data}'
+
kubectl config view --raw --minify -o jsonpath='{.users[0].user.client-certificate-data}' \
 
| base64 -d > client-admin.crt
 
| base64 -d > client-admin.crt
 
</pre>
 
</pre>
509

edits

Navigation menu