Kubernetes Prow Robot
c76841a40a
Merge pull request #29129 from Shubham82/correct-memory_and_cpu_values
...
Correct default values of memory and cpu.
2021-07-27 15:07:08 -07:00
Kubernetes Prow Robot
8e8328b585
Merge pull request #28801 from Ritikaa96/stateless-application-update-address
...
correcting redis address in stateless-application guestbook document
2021-07-27 10:38:47 -07:00
Shubham Kuchhal
de9db22f9e
Correct default values for memory and cpu.
2021-07-27 13:21:52 +05:30
Kubernetes Prow Robot
09903e156f
Merge pull request #29076 from xinydev/update-kubectl-flag
...
Update kubectl deprecated flag delete-local-data to delete-emptydir-data
2021-07-26 04:20:33 -07:00
XinYang
d095a148f2
Update kubectl deprecated flag delete-local-data
...
Signed-off-by: XinYang <xinydev@gmail.com>
revert changes
Signed-off-by: XinYang <xinydev@gmail.com>
update more
Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-23 10:39:30 +08:00
Kubernetes Prow Robot
0d3ee7d869
Merge pull request #29073 from able8/fix-a-code-block-format-in-expose-intro.html
...
Fix a code block format in expose-intro.html
2021-07-22 07:05:52 -07:00
able.lv
d439e57224
Fix a code block format in expose-intro.html
2021-07-22 19:40:05 +08:00
Shubham Kuchhal
bd39651298
Fix link for debian-base.
2021-07-22 11:20:55 +05:30
Shubham Kuchhal
782e6264de
Add Note for deprecated PodSecurityPolicy.
2021-07-19 16:56:08 +05:30
Ritikaa96
077f0ca38f
correcting redis address in stateless-application guestbook document
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2021-07-05 16:47:30 +05:30
Kubernetes Prow Robot
4809013f75
Merge pull request #28468 from tengqm/cleanup-guestbook
...
Cleanup guestbook tutorials
2021-07-04 06:30:18 -07:00
Kubernetes Prow Robot
b05de02eaa
Merge pull request #28292 from Philipsty/master
...
Improvement for k8s.io/docs/tutorials/kubernetes-basics
2021-07-04 06:20:18 -07:00
uhziel
ca1f9bd689
Update explore-intro.html
2021-07-04 08:54:54 +08:00
uhziel
84fea74349
replace 'the Master' to 'the Control Plane'
2021-07-03 18:29:24 +08:00
uhziel
8af5744ea3
replace 'the Master' to 'the Control Plane'
2021-06-29 21:04:56 +08:00
tylerphilips
be1f5e6b35
update kubernetes-basics buttons
2021-06-25 20:53:28 -04:00
Tim Bannister
da31234d5d
Update docs for primary branch rename to "main"
2021-06-19 01:50:25 +01:00
Qiming Teng
53e0c4c1af
Cleanup guestbook tutorials
...
This PR fixes two typos and reformat the guestbook tutorial.
2021-06-18 10:43:51 +08:00
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Jim Angel
ff0018b97e
updating tutorial to match source
2021-06-17 18:45:40 +00:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Kubernetes Prow Robot
3d35f770d0
Merge pull request #28374 from froblesmartin/patch-1
...
Updating --cascade=false to --cascade=orphan
2021-06-14 11:01:29 -07:00
Francisco Robles Martín
ba734d4412
Updating --cascade=false to --cascade=orphan
...
Cascade=false is deprecated in kubectl 1.21, according to Bug https://github.com/kubernetes/website/issues/27920
2021-06-11 15:18:12 +02:00
Bas Kok
03d885ebc0
Update the expected output for `minikube addons enable`
...
The output from `minikube addons enable` in the documentation should match the output from the current version of minikube (which is also in katakoda)
2021-06-09 21:30:01 +02:00
tylerphilips
d1fa1547e7
Added Navigation buttons for training modules 1 to 6
2021-06-08 19:04:27 -04:00
tylerphilips
b3c36f6b5e
Added Navigation buttons for training modules 1 to 6
2021-06-04 21:35:43 -04:00
tylerphilips
7a02a387dc
Added navigation buttons for training modules 1 to 4
2021-06-04 20:53:33 -04:00
Kubernetes Prow Robot
924f4a317c
Merge pull request #27396 from joostas/using-sourceIP-turorial
...
Fix label selector in Using Source IP tutorial
2021-04-05 07:31:12 -07:00
Kubernetes Prow Robot
fb976d5844
Merge pull request #27364 from jailton/en/docs/tutorials/stateless-application
...
Fix content/en/docs/tutorials/stateless-application/guestbook.md
2021-04-04 23:58:15 -07:00
Justas
fe9e5a80ad
Fix label selector in Using Source IP tutorial
...
Before:
```sh
controlplane $ kubectl delete svc -l run=source-ip-app
No resources found
```
```sh
k get svc --show-labels
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE LABELS
clusterip ClusterIP 10.110.247.112 <none> 80/TCP 28m app=source-ip-app
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 49m component=apiserver,provider=kubernetes
loadbalancer LoadBalancer 10.111.123.206 <pending> 80:31111/TCP 9m59s app=source-ip-app
nodeport NodePort 10.108.129.31 <none> 80:32503/TCP 22m app=source-ip-app
```
After:
```sh
controlplane $ kubectl delete svc -l app=source-ip-app
service "clusterip" deleted
service "loadbalancer" deleted
service "nodeport" deleted
```
Update source-ip.md
Update source-ip.md
Update source-ip.md
2021-04-04 20:52:13 +03:00
Jailton Lopes
d5b1793351
Update "Deploying PHP Guestbook application with MongoDB" Tutorial to fix the following issues:
...
* #26765 - Ordered lists with wrong indexes
* The wrong output of "kubectl get service frontend" on LoadBalancer Service Type example.
* Fixing format
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-04-01 00:42:41 -03:00
Shubham Kuchhal
d39d4b4bf7
Corrected the description in 'Restrict a Container's Access to Resources with AppArmor'
2021-03-30 17:03:10 +05:30
Akihito INOH
753ec3f745
Add example java link to tutorials index
...
This commit adds link of "Example: Configuring a Java Microservice"
to Tutorials index.
2021-03-29 08:30:15 +09:00
Kubernetes Prow Robot
9d6649755d
Merge pull request #26947 from jihoon-seo/patch-4
...
Update href to the anchor in the same page
2021-03-27 01:56:43 -07:00
Kubernetes Prow Robot
dc89dbc502
Merge pull request #26793 from es1o/patch-1
...
Add information about Parallel Pod Management
2021-03-26 05:00:43 -07:00
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
RA489
bd18b152ab
Update hello minikube page
2021-03-25 11:16:55 +05:30
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
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
Jihoon Seo
c009ad8431
Update href to the anchor in the same page
2021-03-08 16:17:09 +09: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
Grzegorz Eliszewski
5de7e33eec
Add information about Parallel Pod Management
...
Clarify information that Parallel Pod Management works only during scaling.
2021-03-02 10:35:27 +01: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