You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--certificate-authority string Path to a cert file for the certificate authority
59
+
--client-certificate string Path to a client certificate file for TLS
60
+
--client-key string Path to a client key file for TLS
61
+
--cluster string The name of the kubeconfig cluster to use
62
+
--context string The name of the kubeconfig context to use
63
+
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
64
+
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
65
+
-n, --namespace string If present, the namespace scope for this CLI request
66
+
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
67
+
-s, --server string The address and port of the Kubernetes API server
68
+
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
69
+
--token string Bearer token for authentication to the API server
70
+
--user string The name of the kubeconfig user to use
71
+
```
72
+
73
+
### SEE ALSO
74
+
75
+
*[pgo show](/reference/pgo_show/) - Show PostgresCluster details
0 commit comments