Commit b084f4f5 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'add-ingress-requirement-note' into 'master'

Note that JupyterHub requires Ingress

See merge request gitlab-org/gitlab!47349
parents bcb82ddd 29bf9306
...@@ -467,6 +467,17 @@ export default { ...@@ -467,6 +467,17 @@ export default {
notebooks to a class of students, a corporate data science group, notebooks to a class of students, a corporate data science group,
or a scientific research group.`) or a scientific research group.`)
}} }}
<gl-sprintf
:message="
s__(
'ClusterIntegration|%{boldStart}Note:%{boldEnd} Requires Ingress to be installed.',
)
"
>
<template #bold="{ content }">
<b>{{ content }}</b>
</template>
</gl-sprintf>
</p> </p>
<template v-if="ingressExternalEndpoint"> <template v-if="ingressExternalEndpoint">
......
...@@ -5725,6 +5725,9 @@ msgstr "" ...@@ -5725,6 +5725,9 @@ msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster" msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "" msgstr ""
msgid "ClusterIntegration|%{boldStart}Note:%{boldEnd} Requires Ingress to be installed."
msgstr ""
msgid "ClusterIntegration|%{externalIp}.nip.io" msgid "ClusterIntegration|%{externalIp}.nip.io"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment