Andres Caro
9fd549b12c
Update the run command to refer to pod creation
...
The "run" command refers to deployment creation and it should refer to pod creation
2020-09-24 08:05:24 -05:00
Kubernetes Prow Robot
efa6d3de30
Merge pull request #24074 from dkarlovi/patch-1
...
Make the dashboard URL a clickable link
2020-09-24 05:16:05 -07:00
Alpha
eafae3d991
doc: fix broken link
2020-09-24 18:50:32 +08:00
Dalibor Karlović
8c626d69d3
Make the dashboard URL a clickable link
2020-09-23 18:36:24 +02:00
Sushil Kumar
cf14321b76
Fixed typo
...
Fixed typo s/kustomizae/kustomize
2020-09-19 12:18:16 -07:00
Kubernetes Prow Robot
820f47016a
Merge pull request #23986 from howieyuen/fix-format
...
[en] fix code block rendering mistake
2020-09-18 20:12:28 -07:00
Hao Yuan
dfda08a978
fix code block cannot be rendered in title
2020-09-18 21:29:19 +08:00
Kubernetes Prow Robot
9f0a206fe0
Merge pull request #23757 from dougsland/docs-doug
...
[docs] fix client-go example
2020-09-17 19:00:45 -07:00
Kubernetes Prow Robot
729249487f
Merge pull request #23957 from elvinjgalarza/master
...
Fix outbound link to Cilium K8s Installation Guide
2020-09-17 12:44:45 -07:00
Kubernetes Prow Robot
8e4951c67c
Merge pull request #23898 from varadaprasanth/patch-2
...
Update run-stateless-application-deployment.md
2020-09-15 23:25:19 -07:00
Kubernetes Prow Robot
2d340079bf
Merge pull request #23900 from varadaprasanth/patch-4
...
Pod object is formatted
2020-09-15 18:03:20 -07:00
varadaprasanth
d455c7f5fd
Update horizontal-pod-autoscale.md
...
pod is replaced with 'Pod' as per the documentation naming conventions
2020-09-15 15:33:13 +05:30
varadaprasanth
19d46f796d
Update horizontal-pod-autoscale-walkthrough.md
...
pod is replaced with 'Pod' as per the documentation naming conventions.
2020-09-15 15:22:59 +05:30
varadaprasanth
42f23e75b7
Update run-stateless-application-deployment.md
...
Pod name is changed from pod, as per the documentation naming conventions.
2020-09-15 14:59:08 +05:30
Elvin J. Galarza
2d7b6b85f5
Fix outbound link to Cilium K8s Installation Guide
...
Updated the outbound link to Intro to Cilium K8s and Installation Guide to reflect the new link on the Cilium site.
2020-09-14 22:57:40 -04:00
Kubernetes Prow Robot
f53a4c700d
Merge pull request #23406 from oomichi/update-link-of-kuztomization
...
Update the link of kustomization file
2020-09-14 08:00:59 -07:00
Kubernetes Prow Robot
c901c84e55
Merge pull request #23782 from tengqm/create-secret-tasks
...
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot
99439157bb
Merge pull request #23744 from tengqm/improve-obj-mgmt
...
Improve object management page by adding a hint
2020-09-13 13:02:57 -07:00
Qiming Teng
995b067fdb
Separating tasks from Secret concept
...
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.
Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
Qiming Teng
7ff239625b
Improve object management page by adding a hint
...
The current instruction doesn't work if one is using `generateName`
field when creating an object.
2020-09-10 08:39:21 +08:00
Douglas Schilling Landgraf
bdafcf5aa4
[en]: add missing context module for the go example
...
The client-go example is missing the param context.
This patch adds the missing param.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:00 -04:00
Douglas Schilling Landgraf
ed8ffbda4c
[en]: Add package main to client-go example
...
The package main is missing from the example.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:56:13 -04:00
Qiming Teng
321342b3f0
Fix nits in CRD task
2020-09-08 18:45:38 +08:00
gm7y8
b330bb0256
Move eviction-policy from tasks to concepts
...
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Roman Marusyk
f4028e2a01
Removes IPVS prerequisites
2020-09-04 12:21:34 +03:00
Celeste Horgan
47dd26bf09
Add 3rd party content warning
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Kubernetes Prow Robot
fc3a6220bf
Merge pull request #23096 from sftim/20200812_tidy_troubleshooting
...
Tidy troubleshooting task
2020-08-26 15:01:02 -07:00
Kubernetes Prow Robot
70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
...
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
Kubernetes Prow Robot
723b0863c6
Merge pull request #22754 from sftim/20200726_document_customresourcedefinition_stable
...
Document CustomResourceDefinition as stable
2020-08-26 14:53:03 -07:00
Kubernetes Prow Robot
06a9e0f39d
Merge pull request #22490 from missingcharacter/patch-1
...
Remove `cluster/update-storage-objects.sh` reference
2020-08-26 14:51:04 -07:00
Kubernetes Prow Robot
5a1cbbae00
Merge pull request #23116 from bgsilvait/patch-1
...
Update manifests with the correct API version
2020-08-26 14:00:21 -07:00
Kenichi Omichi
54471cde97
Update the link of kustomization file
...
The page of kustomize/docs/glossary.md has been moved from
https://github.com/kubernetes-sigs/kustomize to
https://kubernetes-sigs.github.io/kustomize/api-reference/glossary/
This updates the link.
2020-08-24 23:51:52 +00:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
Tim Bannister
85aaea2a99
Document CustomResourceDefinition as stable
...
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-22 14:14:47 +01:00
Tim Bannister
420155905a
Fix cluster auditing task page
2020-08-19 00:29:06 +01:00
Kubernetes Prow Robot
143405e792
Merge pull request #22822 from mokua/patch-8
...
Update custom-resource-definitions.md
2020-08-18 14:13:10 -07:00
Kubernetes Prow Robot
a860aee1d7
Merge pull request #23073 from habibrosyad/patch-22980
...
Relocate 'qosClass' under 'status' in examples
2020-08-16 14:22:18 -07:00
Tim Bannister
84b05958b2
Tidy troubleshooting task
2020-08-15 14:07:07 +01:00
Bruno Gabriel da Silva
d8b3ec4f63
Update manifests with the correct API version
...
Change the API from deployment manifests apps/v1beta1 -> apps/v1
As per doc (https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ )
Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions is no longer served
Migrate to use the apps/v1 API version, available since v1.9. Existing persisted data can be retrieved/updated via the new version.
2020-08-13 11:06:12 +01:00
Anna Jung
dfb15d9f30
Fix syntax issue with ingress demo
2020-08-12 08:47:34 -05:00
Kubernetes Prow Robot
d95a497cbf
Merge pull request #23047 from aallbrig/ingress-minikube-example-snippet-fix
...
Ingress snippet conforms to ingress spec
2020-08-12 06:25:45 -07:00
Qiming Teng
b8541d2127
Tune links in tasks section (1/2)
2020-08-12 18:32:22 +08:00
Daniel Schnetler
d6e371fc57
Update _index.md
2020-08-11 23:15:20 +02:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji
c6a96128c4
Replace special quote characters with normal ones.
2020-08-11 21:05:22 +09:00
M. Habib Rosyad
31d3d215e6
relocate 'qosClass' under 'status' in examples
2020-08-11 16:55:30 +07:00
Andrew Allbright
c8c662b99e
Ingress snippet conforms to ingress spec
2020-08-10 05:37:59 -04:00
Kubernetes Prow Robot
a8d831318c
Merge pull request #23017 from tengqm/links-tasks-2
...
Tune links in tasks section (2/2)
2020-08-09 17:24:19 -07:00
Qiming Teng
92ae1a9cf8
Tune links in tasks section (2/2)
2020-08-08 16:15:28 +08:00
TAKAHASHI Shuuji
7b3322d426
Add a code block fence for example-ingress.yaml.
2020-08-06 11:56:33 +09:00