Commit Graph

191 Commits (486dd61f2bd040a52f1e44ec3c5a984040e6e932)

Author SHA1 Message Date
Juampy NR 0a6c8ae7f5
Remove unneeded leftquotes 2020-05-17 14:38:18 +02:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Adam Kaplan 55e17b86f2 mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
Kubernetes Prow Robot 21d910d5a8
Merge pull request #20788 from nikitakalyanov/tinyfix-helloworld-1
Remove reference to deprecated image
2020-05-08 01:59:42 -07:00
Kubernetes Prow Robot d41aaf877e
Merge pull request #20824 from juampynr/patch-1
Fix syntax error
2020-05-08 01:55:42 -07:00
Juampy NR 98a90113bc
Fix syntax error 2020-05-07 10:18:06 +02:00
Nikita Kalyanov 236c65c18e Remove reference to deprecated image
The #20553 changed the deprecated hello-node image to echoserver image. However, there is a reference to the old image later in the text. Point 5 implies that there will be a 'Hello World' message. This probably was true for the hello-node image but the echoserver does not print this (it echoes back the request with all of its params). This may be misleading, so change the text to a generic 'app's response'/'sample app'. Unused JS sources of the old image are removed.
2020-05-07 00:54:27 +03:00
DanRoscigno 00ad32d542 correct scaling instructions 2020-05-05 23:57:03 -04:00
Dan Roscigno 8576da2d9e
Update guestbook-logs-metrics-with-elk.md
Fix path for `kube-state-metrics`
2020-05-05 23:31:46 -04:00
Medya Ghazizadeh cf435f6f54
update deprecated image in hello minikube 2020-04-24 23:32:56 -07:00
Kubernetes Prow Robot 9d09e8c0e3
Merge pull request #20228 from cesarpino/patch-1
Better error message when window is too narrow to display Terminal
2020-04-20 20:00:55 -07:00
Oleg Butuzov 57d216840a Changing links in the old interactive tutorials. 2020-04-14 12:31:18 +03:00
cesarpino e9ad783208
Update cluster-interactive.html
If the desktop window is too narrow, Terminal does not show.
The old message was confusing in that case.
2020-04-10 00:21:01 +02:00
Kubernetes Prow Robot 820c5d229d
Merge pull request #19352 from brentcklein/master
Updated Deployment description for clarity.
2020-04-08 16:31:45 -07:00
Kubernetes Prow Robot 26d14b6b56
Merge pull request #17995 from sftim/20191208_update_cassandra_statefulset_tutorial
Update Cassandra StatefulSet tutorial
2020-04-06 05:49:46 -07:00
Tim Bannister ded8bdb238 Update Casandra StatefulSet tutorial
* Retitle to use StatefulSet term
* Use full name: Apache Cassandra
* Always use StatefulSet from apps/v1
* (It's safe to assume readers are using Kubernetes ≥ v1.9)
* Update to match website style guidelines
* Move note about environment variables out of overview
* Tweak wording for clarity & tidy whitespace
* Tweak chained shell commands for clarity
* Drop duplicated / unnecessary task prerequisites
2020-04-06 12:45:30 +01:00
Johnny Lim fa286e842e
Fix typo (#19651) 2020-03-15 23:02:35 -07:00
Tim Bannister be7d845c41
Revise “Using Source IP” task (#19007)
* Revise tutorial prerequisites

- Set and use min-kubernetes-server-version metadata
- Combine existing prerequisite sections

* Switch to documentation IPv4 addresses

Use documentation IPv4 addresses as per
https://tools.ietf.org/html/rfc5737

* Tidy Source IP tutorial

* Migrate to definition list

Also reword some definitions
2020-03-15 22:00:36 -07:00
davidgfolch 7007e8156f
Config elasticsearch installed in minikube host (#19200)
* config elasticsearch installed in minikube host

Link to how to config an elasticsearch server in minikube host machine.

* config elasticsearch installed in minikube host

Link to how to config an elasticsearch server in minikube host machine.
2020-03-15 21:40:35 -07:00
vergissmiNET 588dfad489
Update cluster-intro.html (#19446) 2020-03-15 21:14:35 -07:00
Vinicius Barbosa 740e53d1e1
Update expose-intro.html (#19637) 2020-03-15 01:32:34 -07:00
Dean Coakley 6a8085fac5
Update deploy-interactive to include note on pods (#19455)
* Update deploy-interactive to include note on pods

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

* Update copy

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
2020-03-05 19:10:50 -08:00
Kubernetes Prow Robot c5626fd69d
Consolidate and redirect training content (#19500)
* Consolidate and redirect training

* Update static/_redirects

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Remove Udacity link

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-05 15:52:50 -08:00
Brent Klein 93a23a1bf4 Updated Deployment description for clarity. 2020-02-27 13:50:15 -05:00
Victor Shinya 119ba0d87a
Remove IBM course (#18836)
Since January 2020, IBM removed all microservice courses and specialization on Coursera.
2020-02-25 06:42:48 -08:00
Naoki Oketani ae7ace0f71
Replace links with redirect destination (#19038) 2020-02-10 18:18:01 -08:00
Armand Grillet e80f1f7da8
update command used to create deployment (#19005)
The previous one was showing a deprecation warning when used.
2020-02-09 15:03:53 -08:00
Laurens Versluis fa598f196e
Typo fix (#18830) 2020-02-03 15:15:26 -08:00
Jacky Wu 644c356ca7
doc: add link for type=LoadBalancer service in tutorial. (#18916) 2020-02-03 11:01:21 -08:00
Kyle Smith 45d22102c6 Add Hyperlink to Kubernetes API (#18852) 2020-01-27 08:01:03 -08:00
Kartik494 9b9910c0d4 Update k8s.io/docs/tutorials/hello-minikube (#18673)
* Update k8s.io/docs/tutorials/hello-minikube

* Update hello-minikube.md
2020-01-16 09:48:22 -08:00
Habib Ridho e07ef7dc65 Add tooltip for addons in Hello Minikube page (#18156)
* Add tooltip for addons in Hello Minikube page

* Update glossary title and add more descriptive info

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-01-13 08:59:38 -08:00
Anshu Prateek 6e94490186 Make wordpress snippet copy/pastable (#18240)
Remove leading space to make it copy pastable.
2020-01-10 14:17:37 -08:00
Chen, Xu Chun (Simon) 53b0a30e11 Update command output for latest version (#18073) 2019-12-17 10:19:58 -08:00
RobertKalnins 8a69c534ba Clarify port selection section (#17983)
* Clarify port selection section

Avoids situation where a beginner is directed to enter the wrong port and has to backtrack and reread.

* Update content/en/docs/tutorials/hello-minikube.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-12-17 10:13:57 -08:00
Tim Bannister e4101d7133 Fix sample command output for “Hello Minikube” (#18077) 2019-12-16 06:41:37 -08:00
Colleen Murphy a494490458 Fix Pods concepts link in StatefulSet tutorial (#18063)
Without this change, the instruction to "get familiar with" the Pods
concept directs the user to the pods section of the User Guide, which
actually redirects to the "Run a Stateless Application Using a
Deployment" task, which is not strictly about Pods. This change fixes
the link to point to the Pods Overview in the Concepts section, which
makes more sense in this context.
2019-12-16 06:17:37 -08:00
Qiming 7f7829fceb Fix the format of prerequisites section (#17892)
for: #17652
2019-11-30 21:21:03 -08:00
Tariq Ibrahim 1ef778e98d [docs/tutorials]: update kube-state-metrics install details (#17570) 2019-11-18 06:55:41 -08:00
Sascha Grunert 7f9f9d9fbe Update AppArmor requirement section (#17531)
Mainly all runtimes support AppArmor from now on, so we should update
the documentation accordingly.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-11 18:30:07 -08:00
Luzhenxing 3aab039ac4 change kubectl get deployment output (#17351) 2019-11-01 21:31:40 -07:00
Luzhenxing de84e18d3c fix err url of minikube (#17273) 2019-10-29 14:18:52 -07:00
Karen Bradshaw c26ea07706 Fix styling of tutorial pages (#17177)
* [WIP] Fix styling of tutorial pages

* additional cleanup of styles.css
2019-10-26 07:31:23 -07:00
Yuk, Yongsu d437e8c6bc en: Change the full link in the document to an inline link. (#17057)
* Change the full link in the document to an inline link.

grep -r "https \: \ / \ / kubernetes \ .io" content/en/docs
Changed to inline link except the following list.
- URLs are mentioned directly in the body
- release note
- url to blog
- url to community
- Url to be redirected

* Apply suggestions from code review

Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-23 06:20:14 -07:00
Rajesh Deshpande abc1aef445 Fixing port related description (#16819)
* Fixing port related description

This tutorial has a step to use randomly generated port number but it was not mentioned that it can be different when the user tries this example. so to remove ambiguity, I have added a proper description. Please have a look at #16810

* Incorporating review comments

Incorporating review comments
2019-10-11 22:20:38 -07:00
CloudYuga Technologies 7124c8dde4 Update overview.md (#16617) 2019-10-01 10:37:34 -07:00
Qiming 82d8113545 Fix site build (#16531)
The `*.profile` file referenced do not need to be provided in a separate
file. Making them separate files is preventing hugo from correctly
building the site.
2019-09-24 09:35:30 -07:00
simplytunde 6c66ccd456 Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.16 2019-08-23 12:43:41 -05:00
Naoki Oketani 1d11d14f22 trim redundant leading spaces (#15904) 2019-08-18 06:46:04 -07:00
simplytunde 5e8cf9b8a5 Merge remote-tracking branch 'upstream/master' into HEAD 2019-08-12 08:05:36 -05:00