Kubernetes Prow Robot
b74478c86d
Merge pull request #26185 from piyushjain18/patch-1
...
Update service name in example of Name based virtual hosting
2021-01-25 13:41:00 -08:00
Kubernetes Prow Robot
7706f6f800
Merge pull request #26217 from feloy/api-ref-fix-anchors
...
Fix anchors with unsupported characters
2021-01-25 13:21:00 -08:00
Kubernetes Prow Robot
f2810c82d4
Merge pull request #26201 from kbhawkey/fix-nodedetector-caps
...
change capitalization of daemon name
2021-01-25 13:09:01 -08:00
Marc Campbell
8a48273855
Better description of Job execution
...
Just a small clarification on the description of the responsibilities of a Job. Kubernetes doesn't ensure that the Pods are successful, but the scheduler's responsibility is to continue retrying until success. Updating the docs with a slight wording change to more accurately reflect that a Job won't ensure success, but it will continue retrying until success.
2021-01-25 12:57:00 -08:00
Kubernetes Prow Robot
6ce3a86545
Merge pull request #26203 from Btakuski/patch-1
...
Grammatical error in secret.md
2021-01-25 09:18:54 -08:00
Kedar Vijay Kulkarni
9be902bee0
added example linking to hostPath volume definition
2021-01-25 11:17:10 -05:00
ljnaresh
e239d8089f
Replace alpine with busybox image for better response from nslookup
2021-01-24 23:15:20 +01:00
Ricardo Pchevuzinske Katz
2346581566
Fix some spell checking
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
2021-01-24 16:27:42 -03:00
Philippe Martin
21cee4340d
Fix anchors with unsupported characters
2021-01-23 18:15:01 +01:00
hasheddan
bf6dbd4c3f
Fix links to flexVolume documentation
...
A few links to the flexVolume documentation do not resolve correctly due
to case sensitivity in the page anchor. This updates those links to
resolve to the correct section of the volumes doc.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com >
2021-01-23 08:45:26 -06:00
Bartlomiej Takuski
48004c99cc
Grammatical error in secret.md
...
Fixing a minor grammatical error in secret.md
2021-01-22 16:02:48 -06:00
Karen Bradshaw
a09fc68df4
change capitalization of daemon name
2021-01-22 11:39:10 -05:00
Kubernetes Prow Robot
d1b2709ae8
Merge pull request #25700 from devincd/master
...
Update container-lifecycle-hooks.md
2021-01-21 19:05:26 -08:00
Kubernetes Prow Robot
8038c7bf3b
Merge pull request #25900 from oke-py/25875
...
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-21 18:59:27 -08:00
Kubernetes Prow Robot
68e6b45f9d
Merge pull request #24772 from kbhawkey/node-problem-detector-cleanup
...
clean up node problem detector task page
2021-01-21 14:23:01 -08:00
piyushjain18
991b35fd09
Update service name in example of Name based virtual hosting
...
`service2` is mapped to `second.bar.com` in the given example
```
- host: second.bar.com
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: service2
port:
number: 80
```
2021-01-21 23:08:19 +09:00
CKchen0726
c6b704e5e0
Merge branch 'master' into labels_annotations_taints
2021-01-21 14:02:01 +08:00
chienfuchen32
9d3d5548a1
modify Design doc ttl-after-finish upstream
2021-01-20 23:24:59 +08:00
Tom Kivlin
aec6ea4895
Update secret.md
...
Remove prepended URLs and re-word to avoid use of "we".
2021-01-20 10:23:49 +00:00
Naoki Oketani
9315b85fd7
restore not-outdated contents
2021-01-20 18:58:46 +09:00
Naoki Oketani
3b409773ae
Update content/en/docs/concepts/containers/runtime-class.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-01-20 18:56:50 +09:00
Naoki Oketani
29dcf62d57
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-20 18:56:47 +09:00
Mehedi Hasan
94d9efc71b
Fix grammatical in Desired versus current state.
2021-01-20 14:21:54 +06:00
Chen, Xu Chun (Simon)
2f2f30b614
Update reference link
...
The old link "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups " points to an nonexistent section of the page. The correct section should be "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning " .
2021-01-20 09:56:14 +08:00
Sergey Kanzhelev
b10decb87c
migrating from dockershim
2021-01-20 01:41:13 +00:00
Kubernetes Prow Robot
c42e56d811
Merge pull request #23294 from feloy/feloy-gsod-api-reference-ex1
...
[GSoD'20] Update how the Kubernetes website serves API references
2021-01-19 16:25:59 -08:00
Rey Lejano
abef338c9d
Merge master into dev-1.21
2021-01-19 12:39:27 -08:00
Philippe Martin
1373ad22f1
Update Kubernetes API index page
2021-01-19 21:19:54 +01:00
Philippe Martin
add24db3e3
New API Reference presentation on /content/en/docs/reference/kubernetes-api
2021-01-19 21:05:09 +01:00
Kubernetes Prow Robot
a5630c5dde
Merge pull request #25259 from nate-double-u/25040-sha256-checks
...
Updating install-kubectl.md with instructions for validating kubectl binaries against checksum files
2021-01-19 11:51:59 -08:00
Pulak Kanti Bhowmick
a398bc0657
Fix NGINX Ingress Controller URl
2021-01-19 19:34:39 +06:00
Qiming Teng
3502b36f86
Fix outdated content in feature gates
...
Also applied some line wrapping to unreasonable long lines.
2021-01-19 15:24:44 +08:00
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
6633351917
Merge pull request #25778 from tengqm/fix-22624
...
Remove link to empty list for k8s metrics
2021-01-17 16:17:43 -08:00
Kubernetes Prow Robot
2f5cfe4624
Merge pull request #26098 from liggitt/kubelet-upgrade
...
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-17 08:41:43 -08:00
Salvador González González
9cc4fde667
Remove v2 controller mention
...
I removed mention to v2 controller behaviour.
2021-01-17 09:36:18 +00:00
Kubernetes Prow Robot
a0dd4b51ac
Merge pull request #26020 from ydFu/fix-OS-version-in-install-kubeadm
...
Document kubeadm for RHEL 8
2021-01-16 19:49:43 -08:00
Kubernetes Prow Robot
216ca3f06b
Merge pull request #24930 from adamhjk/patch-1
...
Explain the insecure by default nature of secrets
2021-01-16 19:47:43 -08:00
Kubernetes Prow Robot
491790039e
Merge pull request #26115 from MIhirMishra/patch-2
...
Typo correction.
2021-01-16 19:23:43 -08:00
Kubernetes Prow Robot
6b8092f495
Merge pull request #26022 from moonming/patch-1
...
Update ingress-controllers.md
2021-01-15 17:29:43 -08:00
Mihir
84aea3fc2f
Typo correction.
2021-01-15 15:53:07 -07:00
Karen Bradshaw
d3f374c0d8
clean up node problem detector task page
2021-01-15 14:24:22 -05:00
Kubernetes Prow Robot
34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
...
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
andrzejsydor
298432dc36
Add example of using xargs
...
Add example of using `xargs`
2021-01-15 10:01:45 +01:00
Jordan Liggitt
8781aceb62
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-14 15:05:43 -05:00
Aldo Culquicondor
bda3cea5a6
Remove indication that a failed scheduling attempt removes the Pod
...
/sig scheduling
2021-01-14 14:47:31 -05:00
Kubernetes Prow Robot
d37ab8abaf
Merge pull request #25839 from Marusyk/rmarusyk/25800
...
Add tooltip for CSI in persistent volume page
2021-01-14 11:25:32 -08:00
Kubernetes Prow Robot
826a91fe9a
Merge pull request #26074 from Haleygo/issue-97929
...
upgrade cfssl installations
2021-01-14 11:20:56 -08:00
Kubernetes Prow Robot
a5b0f7be9a
Merge pull request #25597 from apelisse/clarify-preserve-unknown
...
Clarify compatibility guarantees around spec.preserveUnknownFields
2021-01-14 11:18:55 -08:00
Antoine Pelisse
fb1a0ca2e2
Address feedback
2021-01-14 10:54:51 -08:00