Commit Graph

230 Commits (fcd8af988cf3586e88f02fff9ddb776a8fc7047d)

Author SHA1 Message Date
TAKAHASHI Shuuji 1eb3ee27e5 Remove the toc shortcode from concepts/services-networking/network-policies. 2020-08-04 10:45:15 +09: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
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
Tej-Singh-Rana 7ecf3561c0
Fixed spell error 2020-07-23 17:31:16 +05:30
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
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
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
Kubernetes Prow Robot f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Kubernetes Prow Robot 4741a620d3
Merge pull request #20828 from marcobellaccini/patch-1
Fixed indentation in TLS Ingress example
2020-05-13 09:00:27 -07:00
Marco Bellaccini cb734dfdcf Fixed indentation in TLS Ingress example
- Fixed indentation in TLS Ingress example

- Made indentation uniform

Bad indentation resulted in a YAML-to-JSON conversion error when running kubectl
2020-05-13 17:25:14 +02:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Irvi Firqotul Aini 380add9419 Fix indentation. 2020-05-12 23:12:27 +07:00
Adam Kaplan 55e17b86f2 mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
Kubernetes Prow Robot a0f8b298e0
Merge pull request #20858 from gujingit/master
Add content about the Alibaba cloud provider
2020-05-11 00:31:51 -07:00
Kubernetes Prow Robot 89982e33f8
Merge pull request #20798 from inaitgaj/patch-1
logs command to check etc/hosts file corrected
2020-05-09 15:15:50 -07:00
gujingit c349c7dfd2 Add content about the Alibaba cloud provider 2020-05-09 10:49:19 +08:00
Kubernetes Prow Robot 29268394e6
Merge pull request #20761 from sftim/20200504_drop_endpointslice_feature_callout
Don't mention EndpointSlice resource on front page
2020-05-08 19:33:52 -07:00
Kubernetes Prow Robot 20392aedad
Merge pull request #20605 from aapeliv/master
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-05-07 10:45:10 -07:00
Nikhil Jagtiani 14c07ede73
logs command to check etc/hosts file corrected
hosts file can be viewed using exec command.
2020-05-06 14:38:59 +05:30
Bridget Kromhout 1c7dcfc6de
Clarify IPv4 and IPv6
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2020-05-04 14:03:31 -05:00
Tim Bannister 63550c9e88 Don't mention EndpointSlice resource on front page
EndpointSlice is a nice idea, but it's not front-page-of-site nice.

Remove it.
2020-05-04 17:22:19 +01:00
Lachlan Evenson b17628152b
Remove IPVS prerequisites
Remove caution and replace with updated default
Add kube-apiserver feature-gates

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-04-30 15:46:44 -07:00
Daniel Barclay 37172dd1bf
Fixed a puncutation error. 2020-04-29 10:02:50 -04:00
Aapeli c44e025d8d
Fix typo in content/en/docs/concepts/services-networking/service.md 2020-04-28 08:53:40 +10:00
Kaivalya Shah de8cd50a3e
Typo fix 2020-04-17 02:32:43 +05:30
Kubernetes Prow Robot 0b423535e0
Merge pull request #20087 from linsun/patch-1
add IBM cloud instruction for internal lb
2020-04-16 06:38:46 -07:00
Lin Sun 24bd13bd5a add IBM cloud instruction
Signed-off-by: Lin Sun <linsun@us.ibm.com>
2020-04-16 08:58:16 -04:00
Julien Mailleret bf399a7a15
Update broken link 2020-04-16 12:18:58 +02:00
Yury Tsarev 18cca972a6 Document pod DNS resolution schema
* Currently documentation mentions resolvable FQDNs for services only
* Documentation for pods is confusing in regards of local pod `hostname`
  wich actually does not match in-cluster DNS resolution
* This PR clarifies FQDN schema that is used for pod DNS resolution
2020-04-14 00:17:30 +02:00
Vageesha17 9e40a8fe98
updates for PR #20131 2020-04-10 10:25:14 +05:30
Kubernetes Prow Robot ec0b8fd56f
Merge pull request #19962 from AlphaWong/patch-2
add a yaml exmaple for type nodeport
2020-04-06 16:01:47 -07:00
Prasad Katti db730d61f5
Update the weight metadata on EndpointSlices 2020-04-02 16:50:34 -07:00
Prasad Katti 58959a2c84
Move motivation section to the top
Most of the other pages start with motivation. This way it will be more consistent.
2020-04-01 22:01:20 -07:00
Peter Malmgren 9aa4a303eb
Ingress Path Types: Fix typo
This patch adds a closing backtick to "pathType" so the whole sentence won't render as code.
2020-03-31 17:02:13 -04:00