Kubernetes Prow Robot
ee85c6c6c6
Merge pull request #25488 from prankul88/expose-service-update
...
Update expose service intro
2021-03-17 15:07:19 -07:00
Jai Govindani
b407a0103b
docs(configure-redis-using-configmap): update for clarity ( #25712 )
...
* docs(configure-redis-using-configmap): update for clarity
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): incorrect volumeMount index
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): show Pod status as Running, separate commands from output
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): typo
Signed-off-by: Jai Govindani <jai@honestbank.com>
* fix(configure-redis-using-configmap): configmap name
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-03-17 13:13:19 -07:00
Kubernetes Prow Robot
bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
...
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Jason Gilmore
9517a9ab01
Corrected port designation in get service output
...
Port 6379 was errantly identified as the mongo service port however mongo-service.yaml defines port 27017. I've updated the service command output to reflect that.
2021-03-11 11:22:49 -05:00
Kubernetes Prow Robot
29196d55c4
Merge pull request #26162 from CKchen0726/hello_minikube
...
add some necessary description after running command 'minikube dashboard'
2021-03-04 16:26:22 -08:00
CKchen0726
60ffd6fd05
add some necessary description after running command 'minikube dashboard'
2021-03-02 18:06:14 +08:00
Kubernetes Prow Robot
8f4448652c
Merge pull request #26750 from oke-py/invalid-hash
...
chore: fix an invalid location.hash
2021-02-27 16:16:38 -08:00
Kubernetes Prow Robot
240251b001
Merge pull request #26755 from jailton/en/docs/tutorials
...
Update Deploy App Tutorial to use the "control plane" terminology.
2021-02-27 09:40:38 -08:00
Jailton Lopes
e78c03800a
Update Tutorial Deploy App to use the "control plane" terminology.
...
* Update page content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
* Update image content/en/docs/tutorials/kubernetes-basics/public/images/module_02_first_app.svg
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-27 13:44:20 -03:00
Naoki Oketani
9d644accea
chore: fix an invalid location.hash
2021-02-27 22:24:45 +09:00
BITLIU
6b092d7548
Update deprecated URL
...
update https://www.haproxy.org/download/1.5/doc/proxy-protocol.txt to https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
2021-02-24 18:10:28 +08:00
Kubernetes Prow Robot
e44726958e
Merge pull request #26645 from jailton/en/kubernetes-basics/create-cluster
...
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html to to use the "control plane" terminology
2021-02-24 01:20:50 -08:00
Jailton Lopes
25a21cb87a
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html to to use the "control plane" terminology
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-20 16:17:31 -03:00
Jailton Lopes
f381ec8dc3
Update docs/tutorials/kubernetes-basics/public/images/module_01_cluster.svg to to use the "control plane" terminology
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-20 16:04:00 -03:00
Michael H
765e98db54
updated labels for cli command
2021-02-18 11:13:01 -05:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
39edec0aac
Merge pull request #25814 from mehmetefeumit/master
...
Replaces the "Using a Service to Expose Your App" Page's Diagrams
2021-02-07 03:39:11 -08:00
Kubernetes Prow Robot
af76e77672
Merge pull request #26141 from jimangel/remove-redis-and-master-slave-terminology-2
...
Remove Master/Slave terminology from stateless application tutorial.
2021-02-07 00:13:12 -08:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Karen Bradshaw
c4ef1d4b81
Apply suggestions from code review
...
Thanks for the review. Good suggestions!
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-02-03 14:28:28 -05:00
Kubernetes Prow Robot
6e95a6b5ad
Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
...
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
MandarJKulkarni
09c8374fad
Fix typo: simular
...
Fix typo: simular to similar
2021-01-31 18:20:43 +05:30
Paul Czarkowski
99029b97d7
Remove Master/Slave terminology from stateless application tutorial.
...
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.
The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.
A followup PR to the examples repo to be referenced here will be made.
Addresses #22918
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
address comments in PR
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
remove confusing comment about dns, we can assume k8s has kube-dns
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2021-01-19 04:19:23 +00:00
Kubernetes Prow Robot
c898b79f4d
Merge pull request #25325 from RA489/update_intro
...
Update hello minikube tutorial intro page
2021-01-12 14:26:36 -08:00
Mehmet Efe Umit
364b9e9f5d
Replaced the Old Diagrams in Expose Intro Page
2020-12-25 16:52:18 +03:00
guzj11
c431442d8b
Merge branch 'master' into patch-13
2020-12-17 11:25:10 +08:00
Karen Bradshaw
9069d2b12e
minor formatting updates
2020-12-15 11:09:43 -05:00
Kubernetes Prow Robot
8e41aedb1b
Merge pull request #25080 from RA489/updatefmt
...
add code formatting to commands in expose-external-ip-address tutorial
2020-12-15 07:17:49 -08:00
guzj11
ffa156fd75
Update expose-external-ip-address.md
...
adjust the format to rearrange the numbered list which is not continue
Update expose-external-ip-address.md
Update expose-external-ip-address.md
Update expose-external-ip-address.md
indent by 3 spaces from line 51 to 57
2020-12-10 14:30:27 +08:00
Karen Bradshaw
06ad25e38d
remove stackdriver, elastic task pages
...
clean up links and redirects
2020-12-09 17:33:16 -05:00
prankul88
613cb9d4f3
Update expose service intro
2020-12-08 14:54:49 +05:30
RA489
2abce40d08
add code formatting to commands in expose-external-ip-address tutorial
2020-12-02 14:55:14 +05:30
RA489
0a2ec705b9
Update hello minikube tutorial intro page
2020-12-01 12:51:38 +05:30
Kubernetes Prow Robot
11d11a6adc
Merge pull request #25122 from Marusyk/25118
...
Remove automatic index from tutorials list
2020-11-19 12:52:52 -08:00
Roman Marusyk
7ae8024f03
Remove automatic index from tutorials list
2020-11-19 22:26:59 +02:00
Song Shukun
591e1b94fd
fix docs/tutorials/stateful-application/zookeeper.md
2020-11-12 20:06:54 +09:00
Song Shukun
f3d1fd3351
fix link in /docs/tutorials/stateful-application/zookeeper.md
2020-11-09 18:12:49 +09:00
Kubernetes Prow Robot
7a31c1045b
Merge pull request #24681 from tengqm/links-tutorials
...
Fix links in tutorials section
2020-10-22 01:05:35 -07:00
Qiming Teng
774594bf15
Fix links in tutorials section
2020-10-22 15:27:40 +08:00
Qiming Teng
cebcdf5fca
Tweak coding styles for guestbook logging tutorial
2020-10-22 11:54:28 +08:00
Kubernetes Prow Robot
55582e1f70
Merge pull request #24533 from sftim/20201012_learning_environment_redirect
...
Redirect "Learning environment" to Install Tools task
2020-10-17 10:52:13 -07:00
Bassam Bsata
d32c7bba85
Remove unintentional \n
2020-10-14 02:51:59 +08:00
Bassam Bsata
ce6d69cc31
Update configure-java-microservice.md
2020-10-14 01:15:19 +08:00
Kubernetes Prow Robot
2b9b86abb4
Merge pull request #21268 from mbroz2/MPGuideInConfig
...
Add MP Interactive Tutorial to Config Section
2020-10-12 17:49:22 -07:00
Kubernetes Prow Robot
4855e8828b
Merge pull request #24531 from sftim/20201012_remove_rkt
...
Remove rkt
2020-10-12 17:47:22 -07:00
Kubernetes Prow Robot
5ea5053f2e
Merge pull request #23672 from bebyx/patch-1
...
Add important note about expose port
2020-10-12 17:19:22 -07:00
Tim Bannister
a6b52520cd
Redirect "Learning environment" to Install Tools task
2020-10-13 01:02:21 +01:00
Tim Bannister
18e5d14344
Remove rkt
...
https://github.com/rkt/rkt is an ex-project.
rkt has kicked the bucket, shuffled off its mortal coil, run down the
curtain and joined the choir invisible.
2020-10-12 21:52:33 +01:00