Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployfromsettings.html #3249

Merged
merged 1 commit into from
Sep 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<kd-user-help>
[[An 'app' label with this value will be added to the Deployment and Service that get deployed.|User help for name field on deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/labels/"
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand Down Expand Up @@ -84,7 +84,7 @@
</md-input-container>
<kd-user-help>
[[Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or Google Container Registry.|User help for container image on deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/images/"
<a href="https://kubernetes.io/docs/concepts/containers/images/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand Down Expand Up @@ -139,7 +139,7 @@
<span ng-if="$ctrl.name">
[[The internal DNS name for this Service will be:|User help for DNS name on deploy from settings page.]] <span class="kd-emphasized">{{$ctrl.name}}</span>.
</span>
<a href="http://kubernetes.io/docs/user-guide/services/"
<a href="https://kubernetes.io/docs/concepts/services-networking/service/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand Down Expand Up @@ -179,7 +179,7 @@

<kd-user-help>
[[The specified labels will be applied to the created Deployment, Service (if any) and Pods. Common labels include release, environment, tier, partition and track.|User help for the labels section on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/labels/"
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand All @@ -204,7 +204,7 @@
</md-input-container>
<kd-user-help>
[[Namespaces let you partition resources into logically named groups.|User help for the namespace selection on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/admin/namespaces/"
<a href="https://kubernetes.io/docs/tasks/administer-cluster/namespaces/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand All @@ -228,7 +228,7 @@
</md-input-container>
<kd-user-help>
[[The specified image could require a pull secret credential if it is private. You may choose an existing secret or create a new one.|User help for the image pull secret selection box on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/secrets/"
<a href="https://kubernetes.io/docs/concepts/configuration/secret/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand Down Expand Up @@ -276,7 +276,7 @@
</div>
<kd-user-help>
[[You can specify minimum CPU and memory requirements for the container.|User help for the memory and cpu requirement inputs on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/admin/limitrange/"
<a href="https://kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand All @@ -298,7 +298,7 @@
</div>
<kd-user-help>
[[By default, your containers run the selected image's default entrypoint command. You can use the command options to override the default.|User help for the run command input on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/containers/"
<a href="https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand All @@ -315,7 +315,7 @@
</div>
<kd-user-help>
[[Processes in privileged containers are equivalent to processes running as root on the host.|User help for the run as privileged checkbox input on the deploy from settings page.]]
<a href="http://kubernetes.io/docs/user-guide/pods/#privileged-mode-for-pod-containers"
<a href="https://kubernetes.io/docs/concepts/workloads/pods/pod/#privileged-mode-for-pod-containers"
target="_blank"
tabindex="-1">
[[Learn more|Learn more link on deploy from settings page.]] <i class="material-icons">open_in_new</i>
Expand Down