提交 ac2993ad 编写于 作者: P Piotr Bryk

Merge pull request #543 from maciaszczykm/window-out-icon

Add open_in_new icons to external links
......@@ -38,7 +38,9 @@ limitations under the License.
</md-input-container>
<kd-user-help>
A secret with the specified name will be added to the cluster in the namespace <span class="kd-emphasized">{{ctrl.namespace}}.</span>
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">Learn more</a>
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -55,7 +57,10 @@ limitations under the License.
<kd-user-help>
Specify the data for your secret to hold. The value is the Base64 encoded content of a
.dockercfg file.
<a href="http://kubernetes.github.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod" target="_blank">Learn more</a>
<a href="http://kubernetes.github.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod"
target="_blank">
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......
......@@ -46,7 +46,7 @@ limitations under the License.
An 'app' label with this value will be added to the Replication Controller and Service that get
deployed.
<a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -68,7 +68,7 @@ limitations under the License.
Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or
Google Container Registry.
<a href="http://kubernetes.github.io/docs/user-guide/images/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -89,7 +89,7 @@ limitations under the License.
cluster.
<a href="http://kubernetes.github.io/docs/user-guide/replication-controller/" target="_blank"
tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -105,7 +105,7 @@ limitations under the License.
The internal DNS name for this Service will be: <span class="kd-emphasized">{{ctrl.name}}</span>.
</span>
<a href="http://kubernetes.github.io/docs/user-guide/services/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -148,7 +148,7 @@ limitations under the License.
The specified labels will be applied to the created Replication Controller, Service (if any)
and Pods. Common labels include release, environment, tier, partition and track.
<a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -168,7 +168,7 @@ limitations under the License.
<kd-user-help>
Namespaces let you partition resources into logically named groups.
<a href="http://kubernetes.github.io/docs/admin/namespaces/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -189,7 +189,7 @@ limitations under the License.
The specified image could require a pull secret credential if it is private. You may choose an
existing secret or create a new one.
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -217,7 +217,7 @@ limitations under the License.
<kd-user-help>
You can specify minimum CPU and memory requirements for the container.
<a href="http://kubernetes.io/v1.1/docs/admin/limitrange/" target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -239,7 +239,7 @@ limitations under the License.
use the command options to override the default.
<a href="http://kubernetes.github.io/docs/user-guide/containers/" target="_blank"
tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -254,7 +254,7 @@ limitations under the License.
Processes in privileged containers are equivalent to processes running as root on the host.
<a href="http://kubernetes.github.io/docs/user-guide/pods/#privileged-mode-for-pod-containers"
target="_blank" tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......@@ -267,7 +267,7 @@ limitations under the License.
using $(VAR_NAME) syntax.
<a href="http://kubernetes.github.io/docs/docs/design/expansion/" target="_blank"
tabindex="-1">
Learn more
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
......
......@@ -38,6 +38,8 @@ limitations under the License.
</div>
<kd-user-help>
Select a YAML or JSON file, specifying the resources to deploy.
<a href="http://kubernetes.github.io/docs/user-guide/deploying-applications/" target="_blank">Learn more</a>
<a href="http://kubernetes.github.io/docs/user-guide/deploying-applications/" target="_blank">
Learn more <i class="material-icons">open_in_new</i>
</a>
</kd-user-help>
</kd-help-section>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册