Commit Graph

300 Commits (7638704291f542b49db39b5fd04ddeff0ebef329)

Author SHA1 Message Date
Jim Angel 396a1a6b8b adding feature state snip (#12134)
* adding feature state snip

Adding in the feature state to indicate when this feature was introduced.

* adding in "stable"

Didn't know it defaulted to alpha.
2019-01-08 19:30:13 -08:00
Prashanth Rajaram 771b789399 chore(doc): Add DigitalOcean to list (#11979)
Add DigitalOcean Kubernetes service to the list of hosted solutions - https://www.digitalocean.com/products/kubernetes/
2019-01-08 05:11:45 -08:00
bitbucket90 c13587f997 Updating pick-right-solution.md with Nirmata (#12080)
Added Nirmata to both Hosted and On-Prem to display both our offerings
2019-01-07 09:22:26 -08:00
MengZeLee 2317f4c82b patch-reset (#11978)
* patch-reset

We should reset IPVS tables do so manually when reset kubernetes cluster by kubeadm.

* Modify reset ipvs description

* Update create-cluster-kubeadm.md
2019-01-07 01:09:14 -08:00
Rajakavitha1 6b083d5339 Update cri.md (#11853)
I removed the instruction regarding the installation of docker (1.13.1) as listed in #11779 and updated the instructions for Docker CE (1.18.1) because the official Docker documents only have instructions for Docker CE and Docker EE as listed in https://github.com/docker/docker.github.io/blob/master/install/linux/docker-ce/ubuntu.md. It may not be a good idea to have instructions for Docker 1.13 in our documents considering that the Official Docker Install guide recommends uninstalling older versions.
2018-12-25 01:32:20 -08:00
Michael Vorburger ⛑️ e10ae8de4d add OCP also to On-Premises VMs and Bare Metal on pick-right-solution.md (#11772) 2018-12-18 05:04:55 -08:00
shavidissa 5f7300c5fe Removed the TOC added into the MD (#11669)
Removed the TOC that was added manually as the TOC is generated by default now (else, there are two levels of the TOC on the page).
2018-12-16 19:43:34 -08:00
Dustin Decker 125927e87c remove reference to non-existent documentation (#11655) 2018-12-16 19:36:22 -08:00
Naoki Oketani 074a3cdad2 GCE: cluster/kube-up.sh creates 3 nodes by default (#11694) 2018-12-16 19:02:06 -08:00
Michael Vorburger ⛑️ b04c6f58dd add minishift to pick-right-solution.md (#11770) 2018-12-16 04:45:04 -08:00
Michael Vorburger ⛑️ a115b10aff add OpenShift Container Platform (OCP) to pick-right-solution.md (#11771) 2018-12-16 03:28:34 -08:00
MengZeLee a2919a91a8 update kubeadm reset (#11734)
* update kubeadm reset

The reset process does not  clean up iptables rules , we should do so manually.

* add empty line and end with :
2018-12-15 00:06:27 -08:00
Lubomir I. Ivanov 5b480a8ccb kubeadm-ha: fix variables under "initial-cluster" (#11700) 2018-12-11 21:35:28 -08:00
Naoki Oketani 2e1219d1fa modified confusion of cert and key. (#11630) 2018-12-11 16:12:54 -08:00
Gagandeep S. Chhabra a0b1017b82 Typo: repeated words (#11640) 2018-12-11 09:41:28 -08:00
lIuDuI 9381759a14 update multiple-zones.md (#11600) 2018-12-11 06:27:58 -08:00
Harshvardhan Karn 74f4f48545 fix typo in high-availabilty (#11678)
Signed-off-by: harshvkarn <harshvkarn54@gmail.com>
2018-12-10 23:34:30 -08:00
Jordan Liggitt 75ed07f716 Add information on supported version skew and upgrade order (#11060)
* Add information on supported version skew and upgrade order

* address comments

* added cloud-controller-manager

* format headers
2018-12-07 16:06:31 -08:00
Duffie Cooley c4f888efac fixed typo and clarified mitigation steps. (#11556) 2018-12-05 17:55:50 -08:00
Lubomir I. Ivanov 1b5415d36a kubeadm-ts-guide: add entry about centos and docker 1.13.87 (#11534)
* kubeadm-ts-guide: add entry about centos and docker 1.13.87

* Copyedit for clarity
2018-12-05 14:36:15 -08:00
Jim Angel 27b7b453a9 Official 1.13 Release Docs (#11401)
* Update metadata.generation behaviour for custom resources (#10705)

* update docs promoting plugins to beta (#10796)

* docs update to promote TaintBasedEvictions to beta (#10765)

* First Korean l10n work for dev-1.13 (#10719)

* Update outdated l10n(ko) contents (#10689)

fixes #10686

* Translate concepts/overview/what-is-kubernetes in Korean (#10690)

* Translate concepts/overview/what-is-kubernetes in Korean

* Feedback from ClaudiaJKang

* Translate concepts/overview/components in Korean (#10882)

* Translate concepts/overview/components in Korean #10717

* Translate concepts/overview/components in Korean

* Translate concepts/overview/components in Korean

* Apply Korean glossary: 서비스 어카운트

* Translate concepts/overview/kubernetes-api in Korean (#10773)

* Translate concepts/overview/kubernetes-api in Korean

* Applied feedback from ianychoi

* kubeadm: update the configuration docs to v1beta1 (#10959)

* kubeadm: add small v1beta1 related updates (#10988)

* ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md (#11031)

* ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md

* ADD content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init.md

* Update content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md

Accepted

Co-Authored-By: YouthLab <tsui@highyouth.com>

* do not change 'master' or 'worker' nodes to '主从'

* Doc updates for volume scheduling GA (#10743)

* Doc updates for volume scheduling GA

* Make trivial change to kick build

* Document nodelease feature (#10699)

* advanced audit doc for ModeBlockingStrict (#10203)

* Rename EncryptionConfig to EncryptionConfiguration (#11080)

EncryptionConfig was renamed to EncryptedConfiguration and added to
the `apiserver.config.k8s.io` API group in Kubernetes 1.13.

The feature was previously in alpha and was not handling versions
properly, which lead to an originally unnoticed `v1` in the docs.

* content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init.md

* trsanlate create-cluster-kubeadm.md to chinese (#11041)

* trsanlate create-cluster-kubeadm.md to chinese

* Update create-cluster-kubeadm.md

* update the feature stage in v1.13 (#11307)

* update new feature gates to document (#11295)

* refresh controller role list on rbac description page (#11290)

* node labeling restriction docs (#10944)

* Update 1.13 docs for CSI GA (#10893)

* dynamic audit documentation (#9947)

* adds dynamic audit documentation

* Copyedit for clarity

See also inline question/s

* Fix feature state shortcode

* Update feature state

* changes wording for dynamic audit flag behavior

* Minor copyedit

* fix dynamic audit yaml

* adds api enablement command to dynamic audit docs

* change ordering dynamic audit appears in

* add references to dynamic audit in webhook backend

* reword dynamic audit reference

* updates stages field for audit sink object

* changes audit sink api definition; rewords policy

* kubeadm: remove kube-proxy workaround (#11162)

* zh-trans content/en/docs/setup/independent/install-kubeadm.md (#11338)

* zh-trans content/en/docs/setup/independent/install-kubeadm.md

* Update install-kubeadm.md

* Update dry run feature to beta (#11140)

* vSphere volume raw block support doc update (#10932)

* Add docs for Windows DNS configurations (#10036)

* Update docs for fields allowed at root of CRD schema (#9973)

* Add docs for Windows DNS configurations

* add device monitoring documentation (#9945)

* kubeadm: adds upgrade instructions for 1.13 (#11138)

* kubeadm: adds upgrade instructions for 1.13

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* add minor copyedits

Addressed a couple of copyedit comments a bit more cleanly.

* kubeadm: add improvements to HA docs (#11094)

* kubeadm: add information and diagrams for HA topologies

* kubeadm: update HA doc with simplified steps

* kubeadm: update HA doc with simplified steps

* edit ha, add new topology topic, reorder by weight

* troubleshoot markdown

* fix more markdown, fix links

* more markdown

* more markdown

* more markdown

* changes after reviewer comments

* add steps about Weave

* update note about stacked topology

* kubeadm external etcd HA upgrade 1.13 (#11364)

* kubeadm external etcd HA upgrade 1.13

Signed-off-by: Ruben Orduz <rubenoz@gmail.com>

* Update stacked controlplane steps

* kubeadm cert documentation (#11093)

* kubeadm certificate API and CSR documentation

* copyedits

* fix typo

* PR for diff docs (#10789)

* Empty commit against dev-1.13 for diff documentation

* Complete Declarative maangement with diff commands

* Second Korean l10n work for dev-1.13. (#11030)

* Update outdated l10n(ko) contents (#10915)
* Translate main menu for l10n(ko) docs (#10916)
* Translate tasks/run-application/horizontal-pod-autoscale-walkthrough (#10980)
* Translate content/ko/docs/concepts/overview/working-with-objects/kubernetes-object in Korean #11104 (#11332)
* Pick-right-solution page translates into Korean. (#11340)
* ko-trans: add jd/..., sap/..., ebay/..., homeoffice/... (#11336)
* Translate concept/workloads/pods/pod-overview.md (#11092)

Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: zerobig <38598117+zer0big@users.noreply.github.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: lIuDuI <1693291525@qq.com>
Co-authored-by: Woojin Na(Eddie) <cheapluv@gmail.com>

* Rename encryption-at-rest related objects (#11059)

EncryptionConfig was renamed to EncryptedConfiguration and added to
the `apiserver.config.k8s.io` API group in Kubernetes 1.13.

The feature was previously in alpha and was not handling versions
properly, which lead to an originally unnoticed `v1` in the docs.

Also, the `--experimental-encryption-provider-config` flag is now called
just `--encryption-provider-config`.

* Documenting FlexVolume Resize alpha feature. (#10097)

* CR webhook conversion documentation (#10986)

* CR Conversion

* Addressing comments

* Addressing more comments

* Addressing even more comments

* Addressing even^2 more comments

* Remove references to etcd2 in v1.13 since support has been removed (#11414)

* Remove etcd2 references as etcd2 is deprecated

Link back to the v1.12 version of the etcd3 doc for
the etcd2->etcd3 migration instructions.

I updated the kube-apiserver reference manually,
unsure if that is auto-generated somehow.

The federation-apiserver can still potentially
support etcd2 so I didn't touch that.

* Remove outdated {master,node}.yaml files

There are master/node yaml files that reference
etcd2.service that are likely highly out of date.
I couldn't find any docs that actually reference
these templates so I removed them

* Address review comments

* Final Korean l10n work for dev-1.13 (#11440)

* Update outdated l10n(ko) contents (#11425)

fixes #11424

* Remove references to etcd2 in content/ko (#11416)

* Resolve conflicts against master for /ko contents (#11438)

* Fix unopened caution shortcode

* kubeadm: update the reference docs for 1.13 (#10960)

* docs update to promote TaintBasedEvictions to beta (#10765)

* First Korean l10n work for dev-1.13 (#10719)

* Update outdated l10n(ko) contents (#10689)

fixes #10686

* Translate concepts/overview/what-is-kubernetes in Korean (#10690)

* Translate concepts/overview/what-is-kubernetes in Korean

* Feedback from ClaudiaJKang

* Translate concepts/overview/components in Korean (#10882)

* Translate concepts/overview/components in Korean #10717

* Translate concepts/overview/components in Korean

* Translate concepts/overview/components in Korean

* Apply Korean glossary: 서비스 어카운트

* Translate concepts/overview/kubernetes-api in Korean (#10773)

* Translate concepts/overview/kubernetes-api in Korean

* Applied feedback from ianychoi

* kubeadm: update the configuration docs to v1beta1 (#10959)

* kubeadm: add small v1beta1 related updates (#10988)

* update new feature gates to document (#11295)

* Update dry run feature to beta (#11140)

* kubeadm: add improvements to HA docs (#11094)

* kubeadm: add information and diagrams for HA topologies

* kubeadm: update HA doc with simplified steps

* kubeadm: update HA doc with simplified steps

* edit ha, add new topology topic, reorder by weight

* troubleshoot markdown

* fix more markdown, fix links

* more markdown

* more markdown

* more markdown

* changes after reviewer comments

* add steps about Weave

* update note about stacked topology

* kubeadm: update reference docs

- add section about working with phases under kubeadm-init.md
- update GA / beta status of features
- kubeadm alpha phase was moved to kubeadm init phase
- new commands were added under kubeadm alpha
- included new CoreDNS usage examples

* Generate components and tools reference

* Add generated federation API Reference (#11491)

* Add generated federation API Reference

* Add front matter to federation reference

* Remove whitespace from federation front matter

* Remove more whitespace from federation front matter

* Remove superfluous kubefed reference

* Add frontmatter to generated kubefed reference

* Fix kubefed reference page frontmatter

* Generate kubectl reference docs 1.13 (#11487)

* Generate kubectl reference docs 1.13

* Fix links in kubectl reference

* Add 1.13 API reference (#11489)

* Update config.toml (#11486)

* Update config.toml

Preparing for 1.13 release, updating the config.toml and dropping the 1.8 docs reference.

* update dot releases and docsbranch typo

* adding .Site. to Params.currentUrl (#11503)

see https://github.com/kubernetes/website/pull/11502 for context

* Add 1.13 Release notes (#11499)
2018-12-03 17:21:11 -08:00
Bastian Hofmann f16d26c375 Add SysEleven MetaKube as hosted solution (#11393) 2018-11-29 05:26:27 -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
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
svetkars f4957353b6 Fix links and info about the Rackspace solution. (#11139) 2018-11-20 17:24:34 -08:00
gparvind db774186b5 yaml code formatting fix for v1.12.0-rc.1 changelog (#11105) 2018-11-19 20:55:24 -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
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
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
Chao Wang b2c893ee22 fix the display of Downloading Kubernetes title in docs/setup (#11012) 2018-11-15 05:25:03 -08:00
Indradhanush Gupta cb8aae1b0d Fix instructions to start minikube with RBAC (#11002)
When starting minikube with
`--extra-config=apiserver.Authorization.Mode=RBAC`, the apiserver
container exits with the following error:

```
error: unknown flag: --Authorization.Mode
```

Starting it with `--extra-config=apiserver.authorization-mode=RBAC`
instead fixes the issue.
2018-11-14 14:34:12 -08:00
Daniel M Barlow 2f3cf662b1 Rename 'Reusing Docker' section (#10885)
May make it easier to see the importance of this section
2018-11-13 17:37:41 -08:00
Chenrui.He 08dd5440d7 To prevent downtime for the api-server, when the two commands are run in far seccession (#10961) 2018-11-13 17:27:24 -08:00
Clyde D'Souza b17c9018f1 Fixed typo (#10950)
Removed extra parenthesis ')' from linked item.
2018-11-11 17:22:50 -08:00
Steve Wong f555cbd467 Add VMware Cloud PKS to solutions list (#10900) 2018-11-10 11:35:35 -08:00
MengZeLee d929d4fff4 Fix wrong parameters (#10905) 2018-11-08 09:48:30 -08:00
Luc Perkins d65e1790ff Add admonition type to shortcode (#9482)
* Change existing admon blocks

* Fix includes issue
2018-11-06 11:33:04 -08:00
Karen Bradshaw 18343eb44b clean-up minikube toc (#10873)
* clean-up minikube toc

- clean-up minikube toc
- clean-up localkube link

* update sub-headers

* added link to kubeadm

- added link to kubeadm
- clean-up link to kubectl config set-context
2018-11-05 10:01:07 -08:00
MengZeLee 7ebdd661d7 Modified into appropriate words (#10768)
* Modified into appropriate words

* Modified into appropriate words
2018-11-03 04:37:07 -07:00
Iain Foulds b9ffbb1eba Update naming for Azure Kubernetes Service (#10799) 2018-11-01 15:39:53 -07:00
Casey Davenport a9abd82512 Update version of Calico/Canal in kubeadm docs (#10802) 2018-11-01 15:35:01 -07:00
KevinTHU 46c75bcf19 need create /etc/docker directory first for adding /etc/docker/daemon.json (#10769)
otherwise there will be an error, and the file /etc/docker/daemon.json will not be added.
2018-10-30 09:57:47 -07:00
Yuexiao Wang 7b183afad4 add case with systemd MountFlags for kubeadm troubleshooting (#10742)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-29 19:25:23 -07:00
Martin Hoefling da3fbcf3ed Fix incorrect naming of the flag (#10713)
The flag is called --resolv-conf.
2018-10-23 20:25:18 -07:00
Stephan Fabel 0e46d4682d remove "recommended" from Minikube description (#10701)
Now that there are multiple predictable and stable upstream solutions to deploy Kubernetes, we should not express an opinion as to which one to recommend without also mentioning the reasons for it.
2018-10-23 15:07:36 -07:00
SataQiu 60293a7717 fix some typos (#10704)
* fix some typos

* s/they/there
2018-10-23 15:06:24 -07:00
W. Trevor King e8e61870c9 content/en/docs/setup/multiple-zones: Fix "pods in some pods" typo (#10664)
The previous version is from cbbf1fa6 (Multizone: docs, 2016-03-16, #140).
2018-10-23 07:34:32 -07:00
Rob Hirschfeld caf3defcad Adding Kubernetes Kubeadm + Digital Rebar integration for On-Prem installs (#10118)
* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123

* resolve merge - fix table

* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123
2018-10-17 12:28:23 -07:00
Miguel David ca8728f850 Change deb repo from http to https (#10173)
* Change deb repo from http to https

Given that http://apt.kubernetes.io/ is redirecting to https://packages.cloud.google.com/apt/ which is secure, then the suggestion is to change the source list to point to the correct destination.

* change apt source to https with apt.kubernetes.io
2018-10-15 18:56:40 -07:00
Tommy Hobin 5b29044902 Added Giant Swarm to On-Prem and Turnkey (#10193)
Please contact me with questions or concerns.
2018-10-15 18:34:50 -07:00
António Meireles bb29bc897d missing 'kubelet config annotate-cri' phase on additional controller nodes (#10598)
Hi all,

AFAICT and after reading
[this](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/)
`kubeadm alpha phase kubelet config annotate-cri` should invoked for
consistency in all joining controller nodes (to match what is already
done by default in the seed/initial one).

best regards,

António

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2018-10-14 17:36:16 -07:00
atoato88 54861ba19c Update Flannel manifest URL (#10571)
Current manifest of flannel is old for Kubernetes v1.12 .
Deployment cluster is failed at installing pod network add-on.
This PR update flannel manifest URL.
2018-10-10 18:04:52 -07:00
Stephan Fabel 797db720dc Add microk8s to pick-right-solution.md (#10542)
* Add microk8s to pick-right-solution.md

Microk8s is a single-command installation of upstream Kubernetes on any Linux and should be included in the list of local-machine solutions.

* capitalized Istio
2018-10-08 16:34:34 -07:00
LiuDui 94e108b15c Change the version information in the page to v1.12.0 (#10411) 2018-10-03 21:33:31 -07:00
JJ Asghar ba3615dd22 Update minikube.md (#10439)
The output has changed since the last update. This is what the example looks like now.
2018-10-03 20:54:36 -07:00
Preston Holmes c456e3180f update link for cri-containerd (#10435)
built in cri plugin for containerd now GA, replaces cri-containerd shim

https://kubernetes.io/blog/2018/05/24/kubernetes-containerd-integration-goes-ga/
2018-10-03 19:51:36 -07:00
Shen Yuanyu 12e898b6ad minimum spell error (#10412) 2018-10-03 19:47:19 -07:00
Thomas Strömberg 559c5778eb Remove reference to minikube `get-k8s-versions` (#10423)
This command was removed as part of the 'localkube' purge. You can now specify free-form which version you would like to install.

This PR addresses https://github.com/kubernetes/minikube/issues/3179
2018-10-03 19:44:37 -07:00
Justin Clift a628b58096 Trivial typo fixes (#10386) 2018-10-03 19:37:52 -07:00
SataQiu 32fdce6f64 fix some 404 links (#10287) 2018-10-03 19:29:33 -07:00
Rostislav M. Georgiev a69ac0bfbe install-kubeadm: Extend set SELinux in permissive mode (#10150)
The CentsOS/RHEL/... section mentiones that SELinux must be put in permissive
mode, but the supplied command does the job only for the current boot. Once
the system is restarted SELinux can again enter enforcing mode thus breaking
a Kubernetes cluster.

Fix this by adding a sed command that permanently changes the SELinux mode to
permissive.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-10-03 19:18:00 -07:00
Kevin Kelani 075de6be40 Fixes typo (#10444)
I believe the sentence meant to explain that you can use the pre-built packages but you can also build them from source for other OSes.
2018-10-03 17:25:12 -07:00
Chao Wang 54ee48eeda fix the CRI-installation in install-kubuadm (#10475) 2018-10-03 17:14:28 -07:00
PatMaz f42caf6e33 add for turney on-premise: GKE On-Prem | Google Cloud (#9944)
GKE On-Prem | Google Cloud
https://cloud.google.com/gke-on-prem/
Containerize on-premises applications and be cloud-ready. With GKE On-Prem, you get the Google Kubernetes Engine (GKE) experience directly in your data center. ... GKE On-Prem also registers your cluster with Google Cloud Console in order to have a single-pane-of-glass view for managing all your clusters.
2018-10-03 13:25:03 -07:00
Jim Angel 786d314da5 [Do Not Merge] Release 1.12 (#10292)
* Update docs for fields allowed at root of CRD schema (#9973)

* add plugin docs and examples (#10053)

* docs update to promote TaintNodesByCondition to beta (#9626)

* HPA Specificity Improvements (#8757)

Updated the HPA docs to reference the `autoscaling/v2beta2` API version,
and added documentation about the new fields.

* adjust docs for pod ready++ (#10049)

* Remove --cadvisor-port - has been deprecated since v1.10 (#10023)

Change-Id: Id2a685473a243aef492a98ff450759f39e362557

* Add Documentation for Snapshot Feature (#9948)

* Add documentation for snapshot feature

* Update volume-snapshots.md

* Add dry-run to api-concepts (#10033)

* kubeadm-init: Update the offline support section (#10062)

The update includes the following things (in mind with Kubernetes 1.12):

- Remove the 1.8 image versions
- Add the 1.10 image versions that were missing until now
- Include a comment for the missing arch suffixes in 1.12

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>

* Say bye to `DynamicProvisioningScheduling` (#10157)

The mentioned feature gate is now collapsed into `VolumeScheduling`.

xref: kubernetes/kubernetes#67432

* Update ResourceQuota per PriorityClass state for 1.12 (#10229)

* TokenRequest and TokenRequestProjection now beta (#10161)

xref: kubernetes/kubernetes#67349

* Change feature state for kms provider to beta. (#10230)

KMS Provider will be graduating to beta in v1.12, reflecting this change on the website.

* coredns default (#10200)

* Promote ShareProcessNamespace to beta in docs (#9996)

* Add CoreDNS details to DNS Debug docs (#10201)

* add coredns details

* address nits, add query logging section

* Update docs with topology aware dynamic provisioning (#9939)

* Document topology aware volume binding feature

* update for readability

* Update storage-classes.md

* comma splice

* don't abbreviate

* HPA Algorithm Information Improvements (#9780)

* Update HPA docs with more algorithm details

The HPA docs pointed to an out-of-date document for information on the
algorithm details, which users were finding confusing.  This sticks a
section on the algorithm in the HPA docs instead, documenting both
general behavior and corner cases.

* Add glossary info, HPA docs on quantities

People often ask about the quantity notation when working with the
metrics APIs, so this adds a glossary entry on quantities (since they're
used elsewhere in the system), and a short explantation in the HPA walkthough.

* Information about HPA readiness and stabilization

This adds information about the new changes to HPA readiness and
stabilization from kubernetes/features#591, and other minor changes that
landed in Kubernetes 1.12.

* Update horizontal-pod-autoscale.md

* Audit 1.12 doc (#9953)

* audit 1.12 document

* remove legacy audit feature

https://github.com/kubernetes/kubernetes/pull/65862

* update feature gate doc

* MountPropagation is now GA (#10090)

* RuntimeClass documentation (#10102)

* RuntimeClass documentation

* Update runtime-class.md

* Add documentation for Scheduler performance tuning (#10048)

* Add documentation for Scheduler performance tuning

* Update scheduler-perf-tuning.md

* TTL controller for cleaning up finished resources (#10064)

* TTL controller for cleaning up finished resources

* Address comments

* Update ttlafterfinished.md

* Bump quota configuration api version (#10217)

* Incremental update from master (#10278)

* fix invalid href of cloud controller manager (#10240)

* fix invalid yaml format (#10238)

* update storage-limits doc with Azure disk part (#10224)

update storage-limits doc with Azure disk part

fix comments

* Update kubelet-config-file.md (#10222)

Update link to KubeletConfiguration struct.

* fix a trivial misspelling (#10244)

* Fix cassandra-statefulset.yaml indent level (#10243)

* Mention minimum etcd versions (#10208)

Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ

* fix 404 error (#10250)

* Small verb tweak (#10190)

Present participle, ftw.

* Add AnchorJS logic for header links (#10155)

* Add AnchorJS JavaScript

* Remove existing inpage_heading logic

* Remove underline from anchor tags

* Use single icon and add touch visibility

* Use paragraph link icon for AnchorJS

* Update Sass to use code formatting in docsContent headers

* Update header size coverage to H3-H6

* fix broken link in kubefed.md (#10254)

* Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes (#9827)

The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:

https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164

* fix typo (#10168)

* fix typo

* addressing comments.

* Update setup-ha-etcd-with-kubeadm.md

* fix typos (#10252)

* fix description of contribute guide (#10253)

* describe truncate feature about advanced audit (#10236)

* describe truncate feature about advanced audit

* Update audit.md

* docs update to promote ScheduleDaemonSetPods to beta (#9923)

* Dynamic volume limit updates for 1.12 (#10211)

* add a placeholder commit

* Update docs for csi volume limits

* Update storage-limits.md

* Add "MayRunAs" value among other GroupStrategies (#9888)

* Add CoreDNS details to the customize DNS doc (#10228)

* Add CoreDNS details to the customize DNS doc

Rewrite the document to include more details about CoreDNS, since it's now the default from v1.12

* Address comments

* Improve doc wording

* Fix link

* Update dns-custom-nameservers.md

* Update dns-custom-nameservers.md

* Fix secrets docs in 1.12 branch (#10056)

* Fix secrets docs

* Update secret.md

* Revert CoreDNS Docs (#10319)

* Revert "Add CoreDNS details to DNS Debug docs (#10201)"

This reverts commit 462817a674.

* Revert "Add CoreDNS details to the customize DNS doc (#10228)"

This reverts commit e7319eeb8c.

* Revert "coredns default (#10200)"

This reverts commit 698e93b441.

* Add CRI installation instructions page

Added cri-installation page with CRI installation instructions
Referenced it from kubeadm-init and install-kubeadm pages.

* kubeadm: update API types documentation for 1.12 (#10283)

v1alpha2 -> v1alpha3
MasterConfiguration -> [new-api-types]

* TokenRequest feature documentation (#10295)

* AdvancedAuditing is now GA (#10156)

xref: kubernetes/kubernetes#65862

`AdvancedAuditing` feature is GA in 1.12. This PR adjusts the related
docs.

* update runtime-class.md (#10332)

* update runtime-class.md

* Update runtime-class.md

* Document cross-authorizer permissions for creating RBAC roles (#10015)

* Document cross-authorizer permissions for creating RBAC roles

* Update rbac.md

* kubeadm: update authored content for 1.12 (reference docs and cluster creation) (#10348)

* kubeadm: update authored content in reference docs for 1.12

* kubeadm: add time frame in create-cluster-kubeadm for 1.12

* add AllowedProcMountTypes and ProcMountType to docs (#9911)

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>

* kubeadm: add new command line reference (#10306)

Add:
- placeholder files
- include place holder files
- include "renew" sub command
- add missing tabs for "alpha phase kubelet"

* Documenting SCTP support in Kubernetes (#10279)

* Documenting SCTP support in Kubernetes Service, Endpoint, NetworkPolicy and Pod

* Updates based on comments on the PR

* kubectl expose update with SCTP support

* Updated according to comments in the PR

* Revert "kubectl expose update with SCTP support"

This reverts commit 0d5a1e6720.

* TLS Bootstrap and Server Cert Rotation feature documentation (#10232)

* TokenRequest feature documentation

* line wrapping to make review not insane

* update content for GA without major refactor

* Update kubelet-tls-bootstrapping.md

* Add clarifications for volume snapshots (#10296)

* Update kubadm ha installation for 1.12 (#10264)

* Update kubadm ha installation for 1.12

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* update stable version

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* Update stacked control plane for v1.12 (#2)

* use v1alpha3

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* more v1alpha3 (#4)

* updates

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* Document how to run in-tree cloud providers with kubeadm (#10357)

Change-Id: Iab6b996a830503d74a6eb0c507c5f8ca7a39235b

* kubeadm reference doc for release 1.12 (#10359)

* Revert "Revert "Add CoreDNS details to DNS Debug docs (#10201)""

This reverts commit bb30f4d1fc.

* Revert "Revert "Add CoreDNS details to the customize DNS doc (#10228)""

This reverts commit bc23d45c09.

* Revert "Revert "coredns default (#10200)""

This reverts commit 7f4350d6ab.

* add missing instruction for ha guide (#10374)

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* kubeadm - Ha upgrade updates (#10340)

* Update HA upgrade docs

* Adds external etcd HA upgrade guide

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>

* copyedit

* more edits

* add runasgroup in psp (#10076)

* update KubeletPluginsWatcher feature gate (#10205)

* generated 1.12 docs

* Building Multi-arch images with Manifests (#10379)

In 1.12, a variety of images used in a typical kubernetes installation
have started to using manifests to better support environments with arm
or ppc64le architectures. For example all images used with kubeadm by
default have manifests, another would be all the tests in the
conformance test suite. Here we capture the best practices for everyone
to start using manifests in their own workflows.

Change-Id: I5ba4c5fe55ffc9486a8251760f3352be4f2e1494

* Upgrade docs for v1.12 (#10344)

* generated assets and docs

* remove 1.7

* update 1.12

* update plugin documentation under docs>tasks>extend-kubectl (#10259)

* update plugin documentation under docs>tasks>extend-kubectl

* Update kubectl-plugins.md
2018-09-27 16:41:39 -07:00
Cody Clark 5752bacbfa Make Setup Landing Page More Useful (#10260)
* Added content to Setup index

* Alphabetized providers

* Update _index.md

* Make Turnkey Cloud Solutions a H2 for toc

* Updated from Andrew's Comments

* fixing headings
2018-09-25 15:10:18 -07:00
Brad Topol 039f654189 add new turnkey cloud solution to setup: ICP on multiple clouds (#10034)
* add new turnkey cloud solution to setup: ICP on
multiple clouds

Signed-off-by: Brad Topol <btopol@us.ibm.com>

* Updated ICP Multiple Cloud URL and IBM Cloud table entry

* small tweak to kick off redeploy
2018-09-24 21:29:21 -07:00
Tomáš Kukrál 1564ef769f update calico instructions (#10368)
Calico CALICO_IPV4POOL_CIDR must match pod-network-cidr every time, not
only for network policy.
2018-09-24 14:19:00 -07:00
Rong Zhang a78aa46ff9 Update kubespray documents (#10163) 2018-09-22 01:33:35 -07:00
Chao Wang 7b33ce4825 remove the left bits of salt (#10248) 2018-09-21 07:54:03 -07:00
Heng WU c93cba5938 Update notes.md (#10258) 2018-09-20 10:54:14 -07:00
Bob Killen 3e33d3f9e0 Replace kusers links with discuss forum link (#10321) 2018-09-20 04:41:02 -07:00
Sam Foo 5e1367bfb7 Remove extra spacing in code blocks (#10347)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
2018-09-19 19:52:36 -07:00
Jim Angel c3f4f94337 fixed link for godoc.org kublet componentconfig (#10339) 2018-09-19 19:02:39 -07:00
CaoShuFeng 6ec94ae97f fix release 1.11 release note format (#10251) 2018-09-19 15:02:11 -07:00
Maciej Kwiek d329f9a12b Cilium CNI docs for kubeadm quickstart guide (#9889)
Signed-off-by: Maciej Kwiek <maciej@covalent.io>
2018-09-19 09:04:58 -07:00
tanshanshan e4e7da3010 fix the command output (#10285) 2018-09-13 20:30:27 -07:00
Zach Corleissen ee35f4518d Fixes from review of PR #10278 (#10280)
Feedback from mistyhacks

Update configure-upgrade-etcd.md

Update configure-upgrade-etcd.md
2018-09-12 14:35:43 -07:00
Duffie Cooley 4a15ba58b5 fix typo (#10168)
* fix typo

* addressing comments.

* Update setup-ha-etcd-with-kubeadm.md
2018-09-10 14:09:00 -07:00
Eric Tune 726ce50f4a Mention minimum etcd versions (#10208)
Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ
2018-09-10 02:16:53 -07:00
Art 8ed6d2e332 Updating docs to include IKS in various places (#10047)
* Change product name

From IBM Cloud Container Service to IBM Cloud Kubernetes Service

* Adding IKS to the table of solutions

Not sure about where in the table it should be placed. The note said,
“The above table is ordered by version test/used in nodes, followed by
support level.”

* Adding IKS to Cloud Providers page

* Adding IBM Cloud Container Registry to private registry topic

* Updating language on cloud provider page

* Revising text for the registry entry

* Specifying that it's calico network policies
2018-09-07 08:57:19 -07:00
Robert Bailey 2cf465ed0c Remove 'Configuring Kubernetes with Salt' since the final bits of (#10192)
salt were removed from Kubernetes in January.
2018-09-05 06:24:55 -07:00
Masahito Zembutsu b8877a00c5 Change RedSpread link (#10124) 2018-08-29 10:29:06 -07:00
CaoShuFeng a936d465fb fix several misspelling (#10126) 2018-08-29 10:26:33 -07:00
Diógenes Rettori ea3f475e5b Fixing location of Pivotal Container Service - PKS (#10028)
PKS should not be in the 'hosted list' and should be on the turnkey lists.
2018-08-28 19:43:48 -07:00
Paul f908017276 add some hyperlink (#10070) 2018-08-27 07:04:42 -07:00
yan xuean d1ce97f4c2 add doc for supporting containerd in minikube (#10037)
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-23 11:32:07 -07:00
Lubomir I. Ivanov 02ac5b8241 troubleshooting-kubeadm: add guide for fixing stale CoreDNS pods (#9872) 2018-08-22 13:30:33 -07:00
ocofaigh bccb6a6602 Update high-availability.md - Fix value of kubernetesVersion in the kubeadm-config.yaml (#9613)
* Update high-availability.md

Fix for https://github.com/kubernetes/website/issues/9594#

Changed the value of `kubernetesVersion` to `v1.11.1` in the kubeadm-config.yaml so it pulls the correct server images for the latest v1.11 release.

I don't like the idea of having to change this value for every point release. Maybe someone can come up with a better solution that submitting a change to the documentation for every minor release?

* Update high-availability.md
2018-08-22 12:11:57 -07:00
Dwai Banerjee 4f13f11e0b Changed Azure Container Service names and doc link (#10040)
* Changed Azure Container Service names and to Azure Kubernetes Service
* Changed docs link
* Service link redirects to aks link and remains unchanged.
2018-08-22 09:00:25 -07:00
Sam Foo 22f1f28bfa Remove imported/ references (#10004)
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
2018-08-21 15:54:33 -07:00
Kilian Ries 859ed30ae8 Update Container Linux kubeadm install instructions for crictl (#9798)
* Update Container Linux kubeadm install instructions for crictl

* fixed crictl install instructions
2018-08-21 12:36:06 -07:00
Li Zebang a3db9fb85d something wrong in kubelet-integration.md (#9974)
* Propogating

not "Propogating", is "Propagating"

* `kubelet init` and `kubelet join`

`kubeadm init` and `kubeadm join`, not `kubelet init` and `kubelet join`
2018-08-21 11:49:27 -07:00
makocchi 82ffe60269 apply template (#9972) 2018-08-21 07:50:03 -07:00
makocchi be5ee84760 apply template (#9964) 2018-08-21 07:44:57 -07:00
makocchi cc93648377 apply template and update requirements (#9963) 2018-08-21 07:42:24 -07:00
makocchi dc4efc3198 apply template (#9962) 2018-08-21 07:39:51 -07:00
makocchi c52554240d apply template (#9961) 2018-08-21 07:37:18 -07:00
makocchi d23f768491 apply template (#9960) 2018-08-21 07:34:45 -07:00
Yuanbin Chen 0dac0300c9 Add pod list in all namespaces example (#9886)
This patch fix content "List existing nodes, pods, services and more,
in all namespaces, or in just one:" lost pod list.

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-08-20 14:12:37 -07:00
Brad Topol b9bce3bf90 fix the name of the IBM Cloud Kubernetes Service (#9897)
Signed-off-by: Brad Topol <btopol@us.ibm.com>
2018-08-20 10:28:27 -07:00
Lubomir I. Ivanov c7d62b344b create-cluster-kubeadm: update notes about flannel (#9793)
* create-cluster-kubeadm: update notes about flannel

Add note that a specific manifest can be used to support
different architectures until version 0.11.0 is released.

* Fix passive voice

Style guide compliance
2018-08-20 09:04:13 -07:00
Andrew Chen 5db4b83a66 Refactor Setup and Imported sections (#9916)
* Fix link order in Setup section

* fix merge conflict

* Co-authored-by: Jennifer Rondeau <jennifer.rondeau@gmail>

* flip front matter order

* Remove Imported section and add Community section

* revert flip

* change section weights

* revert case study change
2018-08-20 08:31:27 -07:00
tvshc f55c7af237 Fix sentence style capitalization (#9917) 2018-08-20 08:30:15 -07:00
Slava Semushin 5f19d7ced8 Fix broken links. (#9755)
- /docs/concepts/services-networking/service/#type-nodeport => /docs/concepts/services-networking/service/#nodeport
- /docs/concepts/services-networking/service/#type-loadbalancer => /docs/concepts/services-networking/service/#loadbalancer
- https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md => https://github.com/kubernetes/ingress-nginx/
2018-08-17 10:00:10 -07:00
Herrmann Hinz ac292054cb update kops version to latest (1.10.0) (#9882)
* update kops version to latest (1.10.0) 

added a more recent version of kops. 
now also supports kubernetes 1.10.x

* more updates on the kops.md

- added links to markup files in the kops repo
- slack channel updated
2018-08-16 20:19:09 -07:00
Jennifer Rondeau d971d236a4 rebase certificates PR on Hugo master (#9842)
* rebase certificates PR on Hugo master

Co-authored-by: liztio <liz@heptio.com>

* fix per comments, add note about front-proxy

* fix up key usage table and references
2018-08-16 16:14:09 -07:00
Igor Mameshin a2c3918a70 Added AgileStacks distribution for turnkey and on-prem (#9875) 2018-08-16 09:24:04 -07:00
MengZeLee 1cd9a98921 fix feature state snippet code block (#9804) 2018-08-12 00:51:53 -07:00
Chuck Ha b2c3bac9ab Update kubeadm HA etcd docs (#9802)
Fixes kubernetes/kubeadm#1045

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
2018-08-09 18:45:58 -07:00
Ahmet Alp Balkan 81e53020cb Fix netlify "mixed content detected" warning (#9683)
Fixes #9682.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-08-08 16:22:03 -07:00
Duffie Cooley de9accfca3 Update service definition to bind to 127.0.0.1 (#9752)
Current service definition will result in an insecure kubelet per the example here:
https://medium.com/handy-tech/analysis-of-a-kubernetes-hack-backdooring-through-kubelet-823be5c3d67c

This change updates the kubelet configuration to bind to 127.0.0.1 so that the kubelet api does not allow unauthenticated access to the kubelet api.
2018-08-03 16:56:27 -07:00
chenhuan 1f22824a7b fix the command output (#9745)
fix the command output
2018-08-03 09:39:30 -07:00
Matt Rickard efd6f326f9 update owners of minikube doc (#9691) 2018-08-02 10:57:28 -07:00
Tobias Brunner 99f217bbc3 Add APPUiO to the list (#9647)
add APPUiO to the list of hosted, cloud and on-premises solutions.
2018-08-02 09:22:27 -07:00
Lubomir I. Ivanov 3098e3741e Kubeadm kubelet integration doc (#9652)
* kubeadm: Add a kubelet-kubeadm integration reference doc

* kubeadm: edits for the kubelet-kubeadm integration doc

* kubeadm: move the kubelet-kubeadm integration doc

* Apply edits to kubelet-integration.md

* Make kubelet-integration.md use a template

Also apply MD formatting fixes.

* Copyedit

* Address feedback on copyedit

* added a couple of typo fixes
2018-08-01 15:24:27 -07:00
chenhuan 05a559bf3e fix the command output (#9668)
I have verified on version v1.11.
2018-08-01 11:08:40 -07:00
Xiao An 03158f870d Disable excludes when installing kube packages (#9670)
We should not exclude kubernetes packages when installing them.
2018-08-01 10:47:39 -07:00
Xianglin Gao 1b444aff9f Add Alibaba Cloud in pick-right-solution.md (#9644)
Add Alibaba Cloud in pick-right-solution.md to give users more options.
2018-07-31 09:54:48 -07:00
chenhuan 4dbfd517ba fix the command output (#9636)
I have verified on version v1.10.0
[root@huan30:~]$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0-1", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"archive", BuildDate:"2018-06-13T04:29:49Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0-1", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"archive", BuildDate:"2018-06-13T04:22:05Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
2018-07-31 09:53:41 -07:00
Lubomir I. Ivanov 4f2d88f215 kubeadm: fix broken link for ha-etcd doc (#9624) 2018-07-31 09:52:40 -07:00
CaoShuFeng 20ac7e501c fix description about kubeadm (#9646) 2018-07-27 19:00:57 -07:00
Andrew Chen c36098d4be change image assets to https (#9660)
* change image assets to https

* fix in docs

* fix remaining image links
2018-07-27 17:12:57 -07:00
Liz 88569b1ddc Keep packages back from package manager upgrades (#9509)
* Keep packages back from package manager upgrades

closes kubernetes/kubeadm#954

* copy edit revision
2018-07-27 10:40:58 -07:00
Luc Perkins 86006313e5 Update information on master node size on GKE/AWS (#9226)
* Update information on master node size on GKE/AWS

* clean up passive language
2018-07-25 15:47:56 -07:00
Lubomir I. Ivanov 3270da5099 kubeadm-install: modify the note about kubelet cgroup drivers (#9541) 2018-07-20 16:09:45 -07:00
Jari Kolehmainen 35362f764e Add Kontena Pharos as K8s solutions (#9166) 2018-07-19 16:45:52 -07:00
Kai Chen 84f9f16a33 Fix reference to install-kubeadm docs (#9573)
The install-kubeadm doc has recently been moved from tasks to setup. Fix the references and remove an incorrect redict.
2018-07-19 10:07:52 -07:00
makocchi 92baa2bc97 Fix dead links and apply template (#9476)
* fix dead links and apply template

* fix conflicts

* re-fix dead links

* Revert "re-fix dead links"

This reverts commit 3eb8292f45.
2018-07-18 16:37:46 -07:00
Luc Perkins c5f6b391a1 Change formatting of Stackpoint turnkey doc (#9493)
* Change formatting of Stackpoint turnkey doc

* s/Running/Run

* fix formatting glitch

* use template
2018-07-18 16:26:54 -07:00
makocchi b773f9f7cd apply templates/concept and fix code snippets (#9542) 2018-07-18 16:12:07 -07:00
Bob Killen 2c50177af5 Update admission controller links (#9386)
* update admission-controller links

(cherry picked from commit 37043991a61e5e6f4ac1c463b14c65430b192553)

* updated links found using greedier regex

(cherry picked from commit 45c6d4cf7430245a3b4e81eae245000beea88841)

* correct link in cn/docs/admin/authorization/_index.md

* fix incorrect changes introduced in eac3619

* undo update of cn content

* fix link

* fix admission webhook link
2018-07-18 15:54:21 -07:00
Jennifer Rondeau 1e554ef725 reorganize kubeadm files, part 1 (#9439)
* reorganize kubeadm files, part 1

* edit troubleshooting kubeadm for layout and content
2018-07-18 15:49:37 -07:00
makocchi e472159b5f apply templates/concept (#9539) 2018-07-18 15:25:24 -07:00
Yujun Zhang f9ce82e840 Add guide for getting token and discovery-token-ca-cert-hash (#9017)
* Add guide for getting token and discovery-token-ca-cert-hash

* Fix code snippet style
2018-07-18 15:16:01 -07:00
Luc Perkins bb818a9b41 Make macOS standard usage (#9422) 2018-07-18 15:12:16 -07:00
Bob Killen 78eafc7c22 update bootstrap-token links (#9456) 2018-07-18 15:08:40 -07:00
Kai Chen 179701e179 Fix doc references to Kubernetes services provided by AWS, Azure and GCE (#9508) 2018-07-18 14:57:43 -07:00
Oleg Atamanenko 78cdd215e4 Add kublr to list of solutions (#9544) 2018-07-18 14:28:33 -07:00
makocchi 7aa07a4602 apply templates/concept and fix code snippets (#9540) 2018-07-18 14:04:46 -07:00
Matheus Neder 4da4a6dcd7 Fix doc (#9564)
Added line break to: "KUBECONFIG=/etc/kubernetes/admin.conf [NEWLINE HERE] kubectl ..."; Also added export to variables declaration.
2018-07-18 11:45:19 -07:00
Jim Angel 08d06e02b3 very minor change to url syntax (#9543)
The URL for k/k included the text after ("repo"). This PR formats it to not include the text after.
2018-07-17 07:27:40 -07:00
spinside 624037a6cd Fixed broken Link to Salt setup documentation (#9264) 2018-07-17 00:29:38 -07:00
Stewart-YU 8cdb5ac998 fix some broken link in /docs/setup (#9256) 2018-07-17 00:28:38 -07:00
Sudhakar Rayavaram 7c7a993b66 Fixing the typo in the shell script (#9503)
Instead of using host variable, some undefined CONTROL_PLANE_IP is used. Fixed it
2018-07-13 03:53:26 -07:00
Kai Chen 05397e5fcb Fix references to docs for the turnkey Kubernetes services (#9442) 2018-07-12 13:44:27 -07:00
Bob Killen 09e5db0724 Update authentication links (#9452)
* update authentication links

* undo cn updates
2018-07-11 13:43:26 -07:00
dineshb-jnpr f9901e7a8f List JunperContrail CNI as Pod networking provider. (#9387)
This change is to list JuniperContrail/TungstenFabric as a provider
of Pod networking for a Kubernetes cluster.

Juniper's CNI solution has been available as a open source product
for couple of years now. It is a mature solution that has been
deployed in live clusters.
2018-07-10 00:20:06 -07:00