From b3ff7cc6cc51963f704d343cd03fc51e4b9f1c21 Mon Sep 17 00:00:00 2001 From: Gerti Poppel Date: Tue, 8 Mar 2016 10:48:36 +0100 Subject: [PATCH] Updated links to Kubernetes docs --- src/app/frontend/deploy/createsecret.html | 4 ++-- .../frontend/deploy/deployfromsettings.html | 22 +++++++++---------- src/app/frontend/deploy/upload.html | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/frontend/deploy/createsecret.html b/src/app/frontend/deploy/createsecret.html index f7b5357e8..47dc28862 100644 --- a/src/app/frontend/deploy/createsecret.html +++ b/src/app/frontend/deploy/createsecret.html @@ -38,7 +38,7 @@ limitations under the License. A secret with the specified name will be added to the cluster in the namespace {{ctrl.namespace}}. - Learn more + Learn more @@ -55,7 +55,7 @@ limitations under the License. Specify the data for your secret to hold. The value is the Base64 encoded content of a .dockercfg file. - Learn more + Learn more diff --git a/src/app/frontend/deploy/deployfromsettings.html b/src/app/frontend/deploy/deployfromsettings.html index 2a9ebfe44..04c68005b 100644 --- a/src/app/frontend/deploy/deployfromsettings.html +++ b/src/app/frontend/deploy/deployfromsettings.html @@ -44,7 +44,7 @@ limitations under the License. An 'app' label with this value will be added to the Replication Controller and Service that get deployed. - Learn more + Learn more @@ -62,7 +62,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. - Learn more + Learn more @@ -78,7 +78,7 @@ limitations under the License. A Replication Controller will be created to maintain the desired number of pods across your cluster. - Learn more + Learn more @@ -92,7 +92,7 @@ limitations under the License. The internal DNS name for this Service will be: {{ctrl.name}}. - Learn more + Learn more @@ -132,7 +132,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. - Learn more + Learn more @@ -150,7 +150,7 @@ limitations under the License. Namespaces let you partition resources into logically named groups. - Learn more + Learn more @@ -169,7 +169,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. - Learn more + Learn more @@ -195,7 +195,7 @@ limitations under the License. You can specify minimum CPU and memory requirements for the container. - Learn more + Learn more @@ -214,7 +214,7 @@ limitations under the License. By default, your containers run the selected image's default entrypoint command. You can use the command options to override the default. - Learn more + Learn more @@ -226,7 +226,7 @@ limitations under the License. Processes in privileged containers are equivalent to processes running as root on the host. - Learn more + Learn more @@ -236,7 +236,7 @@ limitations under the License. Environment variables available for use in the container. Values can reference other variables using $(VAR_NAME) syntax. - Learn more + Learn more diff --git a/src/app/frontend/deploy/upload.html b/src/app/frontend/deploy/upload.html index 64da0230b..de0a292cc 100644 --- a/src/app/frontend/deploy/upload.html +++ b/src/app/frontend/deploy/upload.html @@ -38,6 +38,6 @@ limitations under the License. Select a YAML or JSON file, specifying the resources to deploy. - Learn more + Learn more -- GitLab