Skip to content

Commit 9ee926b

Browse files
committed
Merge pull request #310 from GertiPoppel/userdoc
Have help displayed in separate browser tab
2 parents 6a0023c + 0b93068 commit 9ee926b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/app/frontend/deploy/createsecret.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4 class="md-title">Create a new image pull secret</h4>
3434
</md-input-container>
3535
<kd-user-help>
3636
A secret with the specified name will be added to the cluster in the namespace <span class="kd-emphasized">{{ctrl.namespace}}.</span>
37-
<a href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html">Learn more</a>
37+
<a href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html" target="_blank">Learn more</a>
3838
</kd-user-help>
3939
</kd-help-section>
4040

@@ -51,7 +51,7 @@ <h4 class="md-title">Create a new image pull secret</h4>
5151
<kd-user-help>
5252
Specify the data for your secret to hold. The value is the Base64 encoded content of a
5353
.dockercfg file.
54-
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html#specifying-imagepullsecrets-on-a-pod">Learn more</a>
54+
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html#specifying-imagepullsecrets-on-a-pod" target="_blank">Learn more</a>
5555
</kd-user-help>
5656
</kd-help-section>
5757

src/app/frontend/deploy/deployfromsettings.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</md-input-container>
3232
<kd-user-help>
3333
An 'app' label with this value will be added to the Replication Controller and Service that get deployed.
34-
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html">Learn more</a>
34+
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html" target="_blank">Learn more</a>
3535
</kd-user-help>
3636
</kd-help-section>
3737

@@ -46,7 +46,7 @@
4646
<kd-user-help>
4747
Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or
4848
Google Container Registry.
49-
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html">Learn more</a>
49+
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html" target="_blank">Learn more</a>
5050
</kd-user-help>
5151
</kd-help-section>
5252

@@ -61,7 +61,7 @@
6161
</md-input-container>
6262
<kd-user-help>
6363
A Replication Controller will be created to maintain the desired number of pods across your cluster.
64-
<a href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html">Learn more</a>
64+
<a href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html" target="_blank">Learn more</a>
6565
</kd-user-help>
6666
</kd-help-section>
6767

@@ -75,7 +75,7 @@
7575
<span ng-if="ctrl.name">
7676
The internal DNS name for this Service will be: <span class="kd-emphasized">{{ctrl.name}}</span>.
7777
</span>
78-
<a href="http://kubernetes.io/v1.1/docs/user-guide/services.html">Learn more</a>
78+
<a href="http://kubernetes.io/v1.1/docs/user-guide/services.html" target="_blank">Learn more</a>
7979
</kd-user-help>
8080
</kd-help-section>
8181

@@ -114,7 +114,7 @@
114114
<kd-user-help>
115115
The specified labels will be applied to the created Replication Controller, Service (if any) and Pods.
116116
Common labels include release, environment, tier, partition and track.
117-
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html">Learn more</a>
117+
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html" target="_blank">Learn more</a>
118118
</kd-user-help>
119119
</kd-help-section>
120120

@@ -132,7 +132,7 @@
132132
</md-input-container>
133133
<kd-user-help>
134134
Namespaces let you partition resources into logically named groups.
135-
<a href="http://kubernetes.io/v1.1/docs/admin/namespaces.html">Learn more</a>
135+
<a href="http://kubernetes.io/v1.1/docs/admin/namespaces.html" target="_blank">Learn more</a>
136136
</kd-user-help>
137137
</kd-help-section>
138138

@@ -151,7 +151,7 @@
151151
<kd-user-help>
152152
The specified image could require a pull secret credential if it is private. You may choose an
153153
existing secret or create a new one.
154-
<a href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html">Learn more</a>
154+
<a href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html" target="_blank">Learn more</a>
155155
</kd-user-help>
156156
</kd-help-section>
157157

@@ -176,7 +176,7 @@
176176
</div>
177177
<kd-user-help>
178178
You can specify minimum CPU and memory requirements for the container.
179-
<a href="http://kubernetes.io/v1.1/docs/admin/limitrange/README.html">Learn more</a>
179+
<a href="http://kubernetes.io/v1.1/docs/admin/limitrange/README.html" target="_blank">Learn more</a>
180180
</kd-user-help>
181181
</kd-help-section>
182182

@@ -195,7 +195,7 @@
195195
<kd-user-help>
196196
By default, your containers run the selected image's default entrypoint command. You can
197197
use the command options to override the default.
198-
<a href="http://kubernetes.io/v1.1/docs/user-guide/containers.html">Learn more</a>
198+
<a href="http://kubernetes.io/v1.1/docs/user-guide/containers.html" target="_blank">Learn more</a>
199199
</kd-user-help>
200200
</kd-help-section>
201201

src/app/frontend/deploy/upload.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
</div>
3939
<kd-user-help>
4040
Select a YAML or JSON file, specifying the resources to deploy.
41-
<a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_create.html">Learn more</a>
41+
<a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_create.html" target="_blank">Learn more</a>
4242
</kd-user-help>
4343
</kd-help-section>

0 commit comments

Comments
 (0)