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

Updated/added links to additional documentation #480

Merged
merged 1 commit into from
Mar 2, 2016
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/app/frontend/deploy/deployfromsettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
</div>
<kd-user-help>
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>
</kd-user-help>
</kd-help-section>

Expand Down
2 changes: 1 addition & 1 deletion src/app/frontend/deploy/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
</div>
<kd-user-help>
Select a YAML or JSON file, specifying the resources to deploy.
<a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_create.html" target="_blank">Learn more</a>
<a href="http://kubernetes.io/v1.1/docs/user-guide/simple-yaml.html" target="_blank">Learn more</a>
</kd-user-help>
</kd-help-section>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<md-icon md-svg-icon="assets/images/kubernetes-logo.svg"
class="kd-zerostate-card-logo"></md-icon>
<span class="md-padding" flex="auto" >The <b>Kubernetes Dashboard</b> lets you deploy, monitor
and troubleshoot containerized apps and services</span>
and troubleshoot containerized applications and services</span>
</md-toolbar>
<md-card-content layout-align="center center">
<md-button ui-sref="deploy" class="md-raised md-primary kd-zerostate-deploy-bt">Deploy an
Expand Down