Ernesto Hegi
9c53721234
Update expose-intro.html ( #11309 )
...
Replaces the word fungible with an easier to read synonym like exchangeable.
2018-11-26 21:16:15 -08:00
Ruben Orduz
5cd6a43042
rename ha upgrade doc to match non ha version ( #11327 )
...
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-11-26 21:09:34 -08:00
hongkunyoo
28c96996c1
Fix typo on service.md ( #11345 )
...
* he --> The
* my-service.prod.svc.CLUSTER --> my-service.prod.svc.cluster.local
2018-11-26 20:51:52 -08:00
Orlando
7c04f85d15
Fix typo on serviceName ( #11329 )
2018-11-26 17:42:52 -08:00
RA489
b8b71b6845
fix ssh-tunneling link ( #11299 )
...
* Update master-node-communication.md
* Update master-node-communication.md
2018-11-26 14:33:51 +08:00
Chao Wang
2dff910ab9
add DynamicAuditing to feature gate document ( #11292 )
2018-11-26 10:24:02 +08:00
Vladimir Rutsky
a628a0595b
Fix link on DaemonSet AppArmor loader example ( #11288 )
...
It was moved from kubernetes/contrib to kubernetes/kubernetes repository in
c7b70969bc
2018-11-25 18:11:00 -08:00
Joseph Heck
8a7254c0b8
follow up from https://github.com/kubernetes/website/pull/10958 ( #11039 )
...
* follow up from https://github.com/kubernetes/website/pull/10958
and a bit of additional example work
Signed-off-by: Joe Heck <heckj@mac.com>
* Update ingress.md
2018-11-24 23:28:46 -08:00
Hongzhi
7ff9425768
The link should refer to the current website ( #11171 )
...
Change the link from official site to current site
2018-11-24 18:51:52 -08:00
André Martins
41a042feef
admin-cluster/network-policy-provider: update Cilium documentation ( #11214 )
...
Signed-off-by: André Martins <aanm90@gmail.com>
2018-11-24 08:17:45 -08:00
Niko Pen
f0711ca742
bigger or equal kubeadm version ( #11226 )
2018-11-24 08:07:28 -08:00
Rostislav M. Georgiev
4f675f3052
kubeadm: Warn about overlapping networks ( #11225 )
...
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-11-24 08:05:36 -08:00
WanLinghao
c23d8f6531
fix a 404 error in kubeadm desription page ( #11244 )
2018-11-24 07:37:24 -08:00
Avi Deitcher
4d30a79573
Revamp TLS bootstrapping doc ( #11181 )
...
* Revamp TLS bootstrapping doc
* Add capitalization, remove Latin abbreviations, clarify intro
* minor intro tweak
2018-11-23 04:53:45 -08:00
RoopSai Krishna
f9071fd916
document nodeAffinity field for PersistentVolume ( #10617 )
2018-11-21 20:43:46 -08:00
Shaw Ho
a55ae93c84
Add kube-scheduler secure options usage ( #10269 )
2018-11-21 19:21:57 -08:00
yanghaichao12
fa7916a469
Fix an error in cloud-providers.md ( #11147 )
2018-11-20 22:50:36 -08:00
svetkars
f4957353b6
Fix links and info about the Rackspace solution. ( #11139 )
2018-11-20 17:24:34 -08:00
houjun
192c693c0a
fix control aspect of PodSecurityPolic to include RunAsGroup ( #11108 )
2018-11-20 17:01:37 -08:00
Liuduii
b5b8539a8e
Remove excess Spaces ( #11106 )
2018-11-20 07:10:46 -08:00
Sunghoon Kang
fd6db18d1d
Change ReplicaSets example in service networking ( #11110 )
2018-11-20 06:54:52 -08:00
Kayce Basques
59c4712807
add feedback widget to bottom of docs ( #11037 )
2018-11-20 05:44:49 -08:00
gparvind
db774186b5
yaml code formatting fix for v1.12.0-rc.1 changelog ( #11105 )
2018-11-19 20:55:24 -08:00
Daniel Bastos
703336cacd
Improve overall sentence clearness and understanding ( #11102 )
2018-11-19 19:34:24 -08:00
Karen Bradshaw
9a34fa470d
fix typo ref contrib ( #11096 )
2018-11-19 17:54:07 -08:00
Qiming
d3eaeef3fc
Reorder concepts sections ( #11032 )
...
Order after this PR:
overview: 20
architecture: 30
containers: 40
workloads: 50
service-networking: 60
storage: 70
configuration: 80
policy: 90
cluster-administration: 100
extend-kubernetes: 110
Closes : #8570
2018-11-19 13:05:13 -08:00
Joseph Heck
486f5d01b0
making list of hosts under TLS more explicit, fixes #11065 ( #11066 )
2018-11-19 10:23:49 -08:00
yongsong you
9ceb6650d6
add a missing step in kubeadm-upgrade flow. ( #10722 )
...
In case of external etcd, we should also modify `kubeadm-config.yaml` to set `api.advertiseAddress` to the local node's IP address.
2018-11-19 10:21:47 -08:00
yanghaichao12
07d156a483
Fix some errors in certificates.md ( #11075 )
2018-11-19 00:35:58 -08:00
adisky
b82bf96203
Redirect to decoding a secret ( #10594 )
...
In this Document Encrypting Secret data at REST, the example to verify
decrypt secret is bit confusing, on running
$ kubectl describe secret secret1 -n default
"should match mykey: mydata" never match because data is enoded,
This commit redirects it to decoding the secret
2018-11-18 18:40:10 -08:00
Cliff Burdick
b5a09f68de
Fixing yaml ( #10541 )
...
The current YAML doesn't work since hugepages requires you to include memory and/or CPU limits as well, or you get the error: "HugePages require cpu or memory".
2018-11-18 18:38:22 -08:00
Anastas Dancha
8790759a24
add examples using "rollout" ( #10583 )
...
* add examples using "rollout"
since "rolling-update" is deprecated, add example using "rollout"
* better deprecation reference
Referenced version where `rolling-update` was deprecated
Separated `rollout` example into it's own block
2018-11-18 18:36:34 -08:00
Karen Bradshaw
9b1d77e07f
clean-up jsonpath additional functions list ( #11027 )
2018-11-18 18:27:56 -08:00
Benedikt Franke
4f6f159dcb
The FlexVolume plugin supports ReadWriteMany depending on the driver ( #11014 )
...
I was able to successfully use https://github.com/juliohm1978/kubernetes-cifs-volumedriver to mount a SMB share from multiple nodes. The current docs are misleading, as it is generally possible.
2018-11-18 18:26:08 -08:00
Stig Otnes Kolstad
c8050aa0d9
Update scratch.md ( #11038 )
...
The files are automatically extracted after downloading in release v1.12.2.
2018-11-18 18:19:23 -08:00
Karen Bradshaw
f7d235cf64
update ol ul li bullet to disc ( #10714 )
...
* update ol ul li bullet to disc
- update ol ul li bullet to disc
- move note out of list so that list numbers are correct
- fix typo
* futher clean-up
2018-11-16 14:38:29 -08:00
Joseph Heck
fe46040b2e
rewrite of ingress ( #10958 )
...
* rewrite of ingress
- reset and rewritten to provide more clarity and directness on what
ingress is and does.
* cleanup from review
- also normalized Ingress -> ingress through-out
2018-11-16 12:37:21 -08:00
Sandeep Rajan
6f3b8cbd9b
Update documentation on CoreDNS ( #10923 )
...
* update documentation on CoreDNS
* Update dns-custom-nameservers.md
Fixed nit noted in comments and cleaned up a few more things while I was in there. This whole topic needs a complete redo, but this PR is an iterative improvment. Thanks!
2018-11-16 12:35:38 -08:00
Adam Connelly
2bfdd42aa7
Added documentation about stringData ( #10938 )
...
* Added documentation about stringData
I've added some documentation about the stringData field, including a simple example showing how it can be used.
* fixup! Added documentation about stringData
* fixup! Added documentation about stringData
2018-11-16 11:37:48 -08:00
yanghaichao12
c174445858
Fix some errro in kubelet.md ( #11010 )
2018-11-16 11:34:26 -08:00
Bernat Moix
a0fd05ce41
Fix typo in ip-masq-agent user guide ( #11023 )
2018-11-16 11:27:50 -08:00
CaoShuFeng
28f02d5121
fix audit config format ( #9970 )
2018-11-16 11:05:29 -08:00
yanghaichao12
3154c260e9
Fix an error in custom-resources.md ( #11020 )
2018-11-16 10:29:24 -08:00
Jordan Liggitt
bcae10b195
Fix vsphere node name docs ( #11017 )
2018-11-16 10:27:41 -08:00
Will Beason
2c3438919c
Fix ResourceQuota doc ( #11016 )
...
We don't support multiple ResourceQuota definitions in the same namespace.
2018-11-16 10:25:57 -08:00
Quy Le Ngoc
905588105a
Fix typo in kubectl-plugins.md ( #11015 )
...
`kubectk-foo-bar-baz-arg1` => `kubectl-foo-bar-baz-arg1`
2018-11-16 10:24:00 -08:00
shavidissa
a24381103a
Minor updates ( #11021 )
...
- Added a missing full stop.
- Separated the details on the --type flag under the respective section.
- Linked to the page on setting up Minikube locally.
- Introduced the VM abbreviation when used for the first time on the page.
2018-11-16 10:22:21 -08:00
hongkunyoo
cb88b43438
Adding name arguement in kubeadm-config.yaml ( #10948 )
...
In AWS cloud platform, omitting the name while initializing etcd cluster
causes "Couldn't find local name "$HOSTNAME in the initial cluster configuration"
It seems that the etcd tries to find short hostname, not the FQDN hostname.
To avoid this, passing the name explicitly to etcd configuration solved the problem.
[related issue1](https://github.com/coreos/bugs/issues/2054 )
[related issue2](https://github.com/kubernetes/kubeadm/issues/653 )
2018-11-16 09:16:57 -08:00
Aivars Sterns
7875c40544
Update kubespray.md ( #10992 )
...
* Update kubespray.md
Add note about vault discontinuation and upgrade ansible minimal requirements
* fix typo
2018-11-16 07:05:11 -08:00
Rohit Agarwal
41319e8059
Update NVIDIA GPU instructions for GCP ( #10970 )
2018-11-16 07:02:02 -08:00