提交 b3ff7cc6 编写于 作者: G Gerti Poppel

Updated links to Kubernetes docs

上级 36ecc33c
...@@ -38,7 +38,7 @@ limitations under the License. ...@@ -38,7 +38,7 @@ limitations under the License.
</md-input-container> </md-input-container>
<kd-user-help> <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 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.io/v1.1/docs/user-guide/secrets.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -55,7 +55,7 @@ limitations under the License. ...@@ -55,7 +55,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
Specify the data for your secret to hold. The value is the Base64 encoded content of a Specify the data for your secret to hold. The value is the Base64 encoded content of a
.dockercfg file. .dockercfg file.
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html#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</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
......
...@@ -44,7 +44,7 @@ limitations under the License. ...@@ -44,7 +44,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
An 'app' label with this value will be added to the Replication Controller and Service that get deployed. An 'app' label with this value will be added to the Replication Controller and Service that get deployed.
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -62,7 +62,7 @@ limitations under the License. ...@@ -62,7 +62,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or
Google Container Registry. Google Container Registry.
<a href="http://kubernetes.io/v1.1/docs/user-guide/images.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/images/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -78,7 +78,7 @@ limitations under the License. ...@@ -78,7 +78,7 @@ limitations under the License.
</md-input-container> </md-input-container>
<kd-user-help> <kd-user-help>
A Replication Controller will be created to maintain the desired number of pods across your cluster. A Replication Controller will be created to maintain the desired number of pods across your cluster.
<a href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/replication-controller/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -92,7 +92,7 @@ limitations under the License. ...@@ -92,7 +92,7 @@ limitations under the License.
<span ng-if="ctrl.name"> <span ng-if="ctrl.name">
The internal DNS name for this Service will be: <span class="kd-emphasized">{{ctrl.name}}</span>. The internal DNS name for this Service will be: <span class="kd-emphasized">{{ctrl.name}}</span>.
</span> </span>
<a href="http://kubernetes.io/v1.1/docs/user-guide/services.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/services/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -132,7 +132,7 @@ limitations under the License. ...@@ -132,7 +132,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
The specified labels will be applied to the created Replication Controller, Service (if any) and Pods. 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. Common labels include release, environment, tier, partition and track.
<a href="http://kubernetes.io/v1.1/docs/user-guide/labels.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -150,7 +150,7 @@ limitations under the License. ...@@ -150,7 +150,7 @@ limitations under the License.
</md-input-container> </md-input-container>
<kd-user-help> <kd-user-help>
Namespaces let you partition resources into logically named groups. Namespaces let you partition resources into logically named groups.
<a href="http://kubernetes.io/v1.1/docs/admin/namespaces.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/admin/namespaces/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -169,7 +169,7 @@ limitations under the License. ...@@ -169,7 +169,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
The specified image could require a pull secret credential if it is private. You may choose an The specified image could require a pull secret credential if it is private. You may choose an
existing secret or create a new one. existing secret or create a new one.
<a href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -195,7 +195,7 @@ limitations under the License. ...@@ -195,7 +195,7 @@ limitations under the License.
</div> </div>
<kd-user-help> <kd-user-help>
You can specify minimum CPU and memory requirements for the container. You can specify minimum CPU and memory requirements for the container.
<a href="http://kubernetes.io/v1.1/docs/admin/limitrange/README.html" target="_blank">Learn more</a> <a href="http://kubernetes.io/v1.1/docs/admin/limitrange/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -214,7 +214,7 @@ limitations under the License. ...@@ -214,7 +214,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
By default, your containers run the selected image's default entrypoint command. You can By default, your containers run the selected image's default entrypoint command. You can
use the command options to override the default. use the command options to override the default.
<a href="http://kubernetes.io/v1.1/docs/user-guide/containers.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/containers/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -226,7 +226,7 @@ limitations under the License. ...@@ -226,7 +226,7 @@ limitations under the License.
</div> </div>
<kd-user-help> <kd-user-help>
Processes in privileged containers are equivalent to processes running as root on the host. Processes in privileged containers are equivalent to processes running as root on the host.
<a href="http://kubernetes.io/v1.1/docs/user-guide/pods.html#privileged-mode-for-pod-containers" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/pods/#privileged-mode-for-pod-containers" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
...@@ -236,7 +236,7 @@ limitations under the License. ...@@ -236,7 +236,7 @@ limitations under the License.
<kd-user-help> <kd-user-help>
Environment variables available for use in the container. Values can reference other variables Environment variables available for use in the container. Values can reference other variables
using $(VAR_NAME) syntax. using $(VAR_NAME) syntax.
<a href="http://kubernetes.io/v1.1/docs/design/expansion.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/docs/design/expansion/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
</div> </div>
......
...@@ -38,6 +38,6 @@ limitations under the License. ...@@ -38,6 +38,6 @@ limitations under the License.
</div> </div>
<kd-user-help> <kd-user-help>
Select a YAML or JSON file, specifying the resources to deploy. Select a YAML or JSON file, specifying the resources to deploy.
<a href="http://kubernetes.io/v1.1/docs/user-guide/simple-yaml.html" target="_blank">Learn more</a> <a href="http://kubernetes.github.io/docs/user-guide/deploying-applications/" target="_blank">Learn more</a>
</kd-user-help> </kd-user-help>
</kd-help-section> </kd-help-section>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册