Skip to content

Commit d944e97

Browse files
mkjpryorMatt PryorJohnGarbutt
authored
Add sign-post to kubectl oidc-login plugin (#377)
Co-authored-by: Matt Pryor <[email protected]> Co-authored-by: John Garbutt <[email protected]>
1 parent dc1b952 commit d944e97

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

ui/src/components/pages/tenancy/platforms/kubernetes/kubeconfig-modal.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,16 @@ export const KubeconfigButton = ({ kubernetesCluster, kubernetesClusterActions,
123123
<Row>
124124
<Col>
125125
<Alert variant="info">
126-
Use this configuration file with the{" "}
127-
<a href="https://kubernetes.io/docs/tasks/tools/#kubectl" target="_blank">kubectl</a>{" "}
128-
command-line tool to access your cluster.
126+
<p>
127+
Use this configuration file with the{" "}
128+
<a href="https://kubernetes.io/docs/tasks/tools/#kubectl" target="_blank">kubectl</a>{" "}
129+
command-line tool to access your cluster.
130+
</p>
131+
<p className="mb-0">
132+
In order to use this configuration file you may need the{" "}
133+
<a href="https://github.com/int128/kubelogin" target="_blank">oidc-login</a>{" "}
134+
plugin installed.
135+
</p>
129136
</Alert>
130137
</Col>
131138
</Row>

0 commit comments

Comments
 (0)