Kubernetes Prow Robot
8d56047830
Merge pull request #23084 from robscott/endpointslice-duplication
...
Documenting EndpointSlice deduplication requirements
2020-08-21 04:33:39 -07:00
Rob Scott
9bca5270fe
Documenting EndpointSlice deduplication requirements
2020-08-20 15:53:35 -07:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji
1eb3ee27e5
Remove the toc shortcode from concepts/services-networking/network-policies.
2020-08-04 10:45:15 +09:00
Savitha Raghunathan
53c71ad3f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-08-03 16:09:39 -04:00
Kubernetes Prow Robot
e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
...
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Pederson
19a8bbc82b
Add non-exposed Pod DNS name ( #22797 )
...
* Add Pod DNS name
I could not get the hostname/subdomain example to work. For example:
```
$ kubectl describe svc busybox1
Name: busybox1
Namespace: default
Labels: name=busybox
Annotations: <none>
Selector: name=busybox
Type: ClusterIP
IP: 10.109.13.10
Port: <unset> 9000/TCP
TargetPort: 9000/TCP
Endpoints: 172.17.0.6:9000
Session Affinity: None
Events: <none>
$ kubectl get ep busybox1
NAME ENDPOINTS AGE
busybox1 172.17.0.6:9000 4m5s
$ kubectl get pod busybox1 -o jsonpath="{.metadata.labels} {.spec.hostname} {.spec.subdomain}"
map[name:busybox] busybox-1 default-subdomain
$ kubectl exec busybox -- nslookup busybox-1.default-subdomain.default.svc.cluster.local
nslookup: can't resolve 'busybox-1.default-subdomain.default.svc.cluster.local'
Server: 10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local
command terminated with exit code 1
```
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/services-networking/dns-pod-service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-01 15:39:41 -07:00
Kubernetes Prow Robot
af4e2fdf2b
Merge pull request #22712 from javidiaz/alphanoticefeature
...
Adding feature status and prerequisite to new feature.
2020-07-28 05:19:08 -07:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Qiming Teng
0bdcd44e6b
Replace reference to redirect entries (1)
...
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Javier Diaz-Montes
6b0192ef72
Adding feature status and prerequisite to new feature.
2020-07-24 12:56:47 -04:00
Tej-Singh-Rana
7ecf3561c0
Fixed spell error
2020-07-23 17:31:16 +05:30
Kubernetes Prow Robot
38b7408b70
Merge pull request #22529 from sftim/20200715_tidy_endpointslice_concept
...
Tidy EndpointSlice concept
2020-07-15 10:42:38 -07:00
Tim Bannister
591d3c15cb
Tidy EndpointSlice concept
2020-07-15 10:36:21 +01:00
Kubernetes Prow Robot
6af7fec403
Merge pull request #22522 from sftim/20200715_tidy_ingress_concept_for_ga
...
Tidy ingress concept for GA
2020-07-14 21:20:37 -07:00
Tim Bannister
15ecffa4d0
Tidy Ingress concept
...
Update documentation for stable Ingress resource (tidying)
2020-07-15 00:42:38 +01:00
Franco Morinigo
54b80dc136
Add target nodes AWS ELB annotation documentation
2020-07-14 20:11:45 -03:00
Kubernetes Prow Robot
b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
...
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Rob Scott
028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-13 13:25:00 -07:00
Kubernetes Prow Robot
82ac6d49fa
Merge pull request #21590 from robscott/ingress-1.19
...
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00
Kubernetes Prow Robot
d6b7bf5f38
Merge pull request #21588 from robscott/app-protocol-1.19
...
Updating AppProtocol docs for 1.19 release
2020-07-10 13:49:49 -07:00
Rob Scott
4e6aa1b43b
Updating AppProtocol docs for 1.19 release
2020-07-09 18:31:43 -07:00
Rob Scott
b8d8b9984d
Fixing some issues in Ingress docs
2020-07-09 17:59:24 -07:00
Savitha Raghunathan
0ebc16c10c
resolving conflicts
2020-07-08 16:01:48 -04:00
Christopher M. Luciano
95a77e30db
ingress: Update documentation for wildcard hostnames
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:17:25 -07:00
Christopher M. Luciano
248ecd10bf
ingress: Add documentation on resource backends
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:16:58 -07:00
Christopher M. Luciano
51f6e23f35
Updating Ingress docs for 1.19
...
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00
Javier Diaz-Montes
64422b159a
Documenting setHostnameAsFQDN feature
...
KEP: kubernetes/enhancements#1797 and kubernetes/enhancements#1792
Code PR: kubernetes/kubernetes#91699
2020-07-07 16:42:31 -04:00
Nicolas Ménant
820d4a76dc
Update ingress-controllers.md
...
The F5 Container Ingress Services related link is an outdated one
2020-07-03 17:31:24 +02:00
Savitha Raghunathan
220d754880
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-06-30 18:02:37 -04:00
Kubernetes Prow Robot
bc90e9eed0
Merge pull request #21672 from janosi/sctp
...
Moving SCTP support from alpha to beta
2020-06-29 10:43:25 -07:00
Aditya
34536c5ba3
Adding HTTP(S) to the acceptable traffic
2020-06-28 10:33:37 -04:00
Kubernetes Prow Robot
86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
...
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07:00
Tim Bannister
3ff7312cff
Add descriptions to Concept sections
...
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Maciej Szulik
00f502fa6a
Update kubectl run from docs where necessary
...
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.
2020-06-25 13:37:14 +02:00
Alexios Polyzos
872ed87f1c
Minor typo fix on Services Networking Host Aliases
...
Signed-off-by: Alexios Polyzos <dragotic.saen@gmail.com>
2020-06-20 10:47:29 +03:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Laszlo Janosi
29663e9fca
Fix review comments.
...
"Endpoints" is plural.
Add that the alpha state of the feature lasted til 1.18.
Fix the description of the feature. It is not alpha anymore.
2020-06-15 14:33:54 +00:00
Laszlo Janosi
edeb26de0b
SCTP moving from alpha to beta
2020-06-15 14:33:38 +00:00
Tim Bannister
5d358120fb
Tidy task page about using HostAliases
2020-06-12 00:10:00 +01:00
Kubernetes Prow Robot
29f3c2858c
Merge pull request #21591 from scottstout/master
...
Changed whitelist to allowlist and blacklist to denylist.
2020-06-10 16:12:56 -07:00
Kubernetes Prow Robot
0b3412ec6d
Merge pull request #20219 from Vageesha17/patch-10
...
Change output for LoadBalancer service type
2020-06-10 11:26:51 -07:00
Kubernetes Prow Robot
942ea85717
Merge pull request #20287 from ytsarev/pod-dns-fqdn
...
Document pod DNS resolution schema
2020-06-10 11:24:51 -07:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Scott Stout
e38b9dc9c6
revised to minumize usage of whitelist/blacklist
2020-06-09 14:14:52 -05:00
Richard Mokua
0773f17490
Update add-entries-to-pod-etc-hosts-with-host-aliases.md
...
https://github.com/kubernetes/website/issues/21383#issuecomment-636769285
2020-06-02 13:38:41 +02:00
Vageesha17
4c44367e87
Apply suggestions from code review
...
added suggestion to keep cluster IP same as before
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2020-05-27 10:45:03 +05:30
Kubernetes Prow Robot
8ffda8361d
Merge pull request #21157 from uaparicio/patch-1
...
Removing required sentence in #21133
2020-05-24 17:23:11 -07:00
divyabhushan
276d7da86b
Removed extra quoting in “DNS for Services and Pods”#21161
2020-05-24 15:01:06 +02:00
uaparicio
785740de07
Removing required sentence in #21133
2020-05-24 00:29:25 -03:00