Kubernetes Prow Robot
2d340079bf
Merge pull request #23900 from varadaprasanth/patch-4
...
Pod object is formatted
2020-09-15 18:03:20 -07:00
Kubernetes Prow Robot
02b9c7b7d2
Merge pull request #23899 from varadaprasanth/patch-3
...
Pod Object is modified as per standards
2020-09-15 18:01:20 -07:00
Kubernetes Prow Robot
005acf912d
Merge pull request #23895 from christomas1/patch-2
...
Updating apiVersion for CertificateSigningRequest object
2020-09-15 17:57:20 -07:00
Qiming Teng
a679d93368
Remove dated information for node conformance
...
This PR addresses an issue about outdated limitation.
2020-09-16 08:37:13 +08:00
Karen Bradshaw
69009fe3dd
remove atom-snippets.cson
2020-09-15 17:01:52 -04:00
unknown
09a658eeb5
Addressing feedback
2020-09-15 12:59:42 -07:00
Kubernetes Prow Robot
a24c66ac76
Merge pull request #23892 from shuuji3/en/contribute/suggest-improvements
...
Fix the instruction to click the "Create an Issue" link on the contribute/suggest-improvements page
2020-09-15 11:44:07 -07:00
Chris Bargmann
c77d436eaf
Fix spelling in authentication.md
...
Rename `name-of-api-sever` to `name-of-api-server`.
2020-09-15 17:21:59 +02:00
TAKAHASHI Shuuji
7ef62d255a
Fix the instruction to click the "Create an issue" link.
2020-09-16 00:18:10 +09:00
Kubernetes Prow Robot
8da9b601d6
Merge pull request #23705 from tengqm/update-kubelet-ref
...
Update kubelet reference doc
2020-09-15 08:18:07 -07:00
Chris Tomas
1425384888
fix description of signerName
...
Removed a line related to signerName because the feature is GA.
2020-09-15 09:14:52 -05: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
Chris Tomas
9a06c1bc95
Updating apiVersion for Certificate Signing Request object #1
...
Issue detected: There are two references to old apiVersion for CertificateSigningRequest object
Ref: CertificateSigningRequest API is promoted to certificates.k8s.io/v1 (https://kubernetes.io/docs/setup/release/notes/#api-change )
Fix: Replaced "certificates.k8s.io/v1beta1" by "certificates.k8s.io/v1"
2020-09-15 00:19:50 -05:00
Kubernetes Prow Robot
77b51db7e7
Merge pull request #23878 from didier-durand/service_en
...
fixing a typo
2020-09-14 20:32:07 -07:00
Kubernetes Prow Robot
a38f9403ed
Merge pull request #23864 from rileyL6122428/patch-1
...
Fixes typo
2020-09-14 20:10:07 -07:00
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
Michal Broz
235277abcb
Align Tutorial with new Docs structure
2020-09-14 16:45:52 -05:00
Kubernetes Prow Robot
ba3c2c4b29
Merge pull request #23877 from liggitt/deprecate-cs
...
Remove reference to componentstatus
2020-09-14 14:27:25 -07:00
Michal Broz
fda5d0084b
Updates based on feedback
2020-09-14 15:25:48 -05:00
Michal Broz
390a1c555b
Add MP Interactive Tutorial to Config Section
2020-09-14 15:25:48 -05:00
Karen Bradshaw
6a401072b3
reword pod lifecycle, cleanup
2020-09-14 14:19:25 -04:00
Kubernetes Prow Robot
5632ae93ea
Merge pull request #23819 from kbhawkey/kb-api-overview
...
minor cleanup of API overview
2020-09-14 10:48:59 -07:00
Dennis Schridde
239bae60fb
kudeadm: Replace "master" with "control-plane node"
...
This replaces the word "master" with "control-plane node" in order to use
more inclusive language.
Also uses consistent wording / spelling in this context.
References: #21621
Suggested-by: Lubomir I. Ivanov <lubomirivanov@vmware.com >
2020-09-14 18:24:10 +02:00
didier
5061d5587b
fixing a typo
...
Signed-off-by: didier <durand.didier@gmail.com >
2020-09-14 18:23:25 +02:00
Jordan Liggitt
e566a726de
Remove reference to componentstatus
2020-09-14 11:13:30 -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
inductor
3535bf280e
small k in url
2020-09-14 20:03:50 +09:00
Matt Smith
e85fabe3ed
Update horizontal-pod-autoscale-walkthrough.md
...
As per the error described in https://github.com/LevelUpEducation/kubernetes-demo/issues/31 , guidance was to add the generator explicitly:
`kubectl run --generator=run-pod/v1 -i --tty load-generator --image=busybox /bin/sh`
But I prefer the example from the run docs https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_run/ :
`kubectl run -i --tty busybox --image=busybox --restart=Never`
2020-09-14 19:59:45 +10:00
Kubernetes Prow Robot
db6ed81b5d
Merge pull request #23856 from christomas1/patch-1
...
Update manage-resources-containers.md
2020-09-13 22:00:58 -07:00
Riley Littlefield
b8e9488d84
Fixes typo
2020-09-13 22:47:25 -04: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
d2b84110de
Merge pull request #23735 from bttger/patch-1
...
Fix false Object in persistentVolumeClaim explanation
2020-09-13 17:18: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
Chris Tomas
c1f104e5f8
Update manage-resources-containers.md
...
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05: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
Kubernetes Prow Robot
c8b582ac2d
Merge pull request #23844 from didier-durand/Ingress_EN
...
fixing some typos / spelling issues in Ingress.md
2020-09-13 03:42:57 -07:00
didier
68a018eb8d
fixing some typos / spelling issues
...
Signed-off-by: didier <durand.didier@gmail.com >
2020-09-13 11:00:07 +02:00
Kubernetes Prow Robot
b6b30fab61
Merge pull request #23795 from kaushik229/master
...
Limited resources in quota when scoped for priority class
2020-09-12 18:02:57 -07:00
noms
7e22ae5adc
Fix for 23732 ( #23822 )
...
* Fix for 23732
Explicitly specify that consumed as environment variables require pod restart to refresh.
* Remove note tag
Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Erik Sundell
3d9402e845
Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
...
Instead of directing the focus towards an alpha API, we now direct it
towards the beta API available in 1.19.
2020-09-13 00:54:14 +02:00
Karen Bradshaw
a6599ab7d1
minor cleanup, format notes
2020-09-11 20:16:55 -04:00
Aleg Malinovsky
8b0014260d
missing a word
...
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Kubernetes Prow Robot
d9c91821bb
Merge pull request #23796 from cimes-isi/patch-1
...
Typo in 'What's next' section
2020-09-10 21:54:14 -07:00
Qiming Teng
21eb079ff7
Update kubelet reference doc
...
As usual, we have to manually synchronize the reference for kubelet
for which the auto reference generation fails to work.
2020-09-11 08:39:35 +08:00
Adolfo Julcamoro
dee4a58df2
Update _index.md
2020-09-10 16:30:05 -05:00
cimes-isi
e0859fdc4b
Typo in 'What's next' section
2020-09-10 14:19:29 -04:00
Kumar Kaushik
acbaf2577a
Limited resources in quota when scoped for priority class
2020-09-10 10:30:18 -07:00
Kubernetes Prow Robot
812c0bd6a6
Merge pull request #23762 from BenHall/RemoveRobotoInteractivityEN
...
Remove Roboto font from interactivity pages
2020-09-10 09:29:49 -07:00