Commit fba741fa authored by Chris Baumbauer's avatar Chris Baumbauer

Reword Knative cluster application

parent fbbe5ccd
...@@ -296,11 +296,7 @@ export default { ...@@ -296,11 +296,7 @@ export default {
class="hide-bottom-border rounded-bottom" class="hide-bottom-border rounded-bottom"
title-link="https://cert-manager.readthedocs.io/en/latest/#" title-link="https://cert-manager.readthedocs.io/en/latest/#"
> >
<div <div slot="description" v-html="certManagerDescription"></div>
slot="description"
v-html="certManagerDescription"
>
</div>
</application-row> </application-row>
<application-row <application-row
v-if="isProjectCluster" v-if="isProjectCluster"
...@@ -412,12 +408,11 @@ export default { ...@@ -412,12 +408,11 @@ export default {
<div slot="description"> <div slot="description">
<p> <p>
{{ {{
s__(`ClusterIntegration|A Knative build extends Kubernetes s__(`ClusterIntegration|Knative (pronounced kay-nay-tiv) extends
and utilizes existing Kubernetes primitives to provide you with Kubernetes to provide a set of middleware components that are
the ability to run on-cluster container builds from source. essential to build modern, source-centric, and container-based
For example, you can write a build that uses Kubernetes-native applications that can run anywhere: on premises, in the cloud, or
resources to obtain your source code from a repository, even in a third-party data center.`)
build it into container a image, and then run that image.`)
}} }}
</p> </p>
......
---
title: Modify the wording for the knative cluster application to match upstream
merge_request: 23289
author: Chris Baumbauer
type: fixed
...@@ -1370,9 +1370,6 @@ msgstr "" ...@@ -1370,9 +1370,6 @@ msgstr ""
msgid "ClusterIntegration|%{boldNotice} This will add some extra resources like a load balancer, which may incur additional costs depending on the hosting provider your Kubernetes cluster is installed on. If you are using Google Kubernetes Engine, you can %{pricingLink}." msgid "ClusterIntegration|%{boldNotice} This will add some extra resources like a load balancer, which may incur additional costs depending on the hosting provider your Kubernetes cluster is installed on. If you are using Google Kubernetes Engine, you can %{pricingLink}."
msgstr "" msgstr ""
msgid "ClusterIntegration|A Knative build extends Kubernetes and utilizes existing Kubernetes primitives to provide you with the ability to run on-cluster container builds from source. For example, you can write a build that uses Kubernetes-native resources to obtain your source code from a repository, build it into container a image, and then run that image."
msgstr ""
msgid "ClusterIntegration|API URL" msgid "ClusterIntegration|API URL"
msgstr "" msgstr ""
...@@ -1541,6 +1538,9 @@ msgstr "" ...@@ -1541,6 +1538,9 @@ msgstr ""
msgid "ClusterIntegration|Knative" msgid "ClusterIntegration|Knative"
msgstr "" msgstr ""
msgid "ClusterIntegration|Knative (pronounced kay-nay-tiv) extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
msgstr ""
msgid "ClusterIntegration|Knative Domain Name:" msgid "ClusterIntegration|Knative Domain Name:"
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