Commit Graph

1482 Commits (d0d29d9ff0702cd5f085a95a93a278088c461f71)

Author SHA1 Message Date
O'meid d0d29d9ff0 containers/images: clarify dockercfg limitions. (#12429)
Related #59406

This commit clarifies the limitations of dockercfg use by Kubernetes, specifically, the lack of support for credential helpers.
2019-01-31 15:05:33 -08:00
Martynas Pumputis 9da045a934 minikube: Fix cmd args for alternative runtimes (#12365)
Since minikube v0.33.0 the default CNI config is not being provisioned
by default (https://github.com/kubernetes/minikube/pull/3441). Therefore,
we need to pass `--enable-default-cni` when starting minikube.
2019-01-31 14:55:52 -08:00
Jun Gong 33d851c913 Update custom-resource-definitions.md: add validatingadmissionwebhook for validation (#12371)
Add validatingadmissionwebhook for validation in case someone does not know it.
2019-01-31 14:54:18 -08:00
Barnabas Makonda 2e0287dd86 Added missing pod status in pod lifecycle docs (#12397)
* Added missing pod status in pod lifecycle docs

Added information about `completed` and `CrashLoopBackOff`

* update example of completed status
2019-01-31 14:22:25 -08:00
R c9fc834356 Update minikube.md (#12448)
* Update minikube.md

* Update minikube.md
2019-01-31 14:20:46 -08:00
Damini Satya 9dff778e09 Add Pod Priority to Glossary page (#12461)
* Add Pod Priority to Glossary page

* change id
2019-01-31 13:59:15 -08:00
Damini Satya 5174235049 Add HostAliases to Glossary page (#12454) 2019-01-31 13:21:00 -08:00
atoato88 a7f0d9a713 Update `kubeadm init` output to latest (#12440)
There is output of `kubeadm init` in create-cluster-kubeadm page.
But it is little old.
Some processes aren't included in it.
This update `kubeadm init` output to latest.
2019-01-31 13:17:51 -08:00
Mumshad Mannambeth 883f43e36b Add beginners course link from KodeKloud (#12190)
* Add beginners course link from KodeKloud

* Remove code
2019-01-31 11:14:28 -08:00
Wenjun Wu 191055c7aa remove duplicate --encryption-provider-config (#12398)
remove duplicate --encryption-provider-config parameter
2019-01-31 11:10:12 -08:00
Rostislav M. Georgiev 5101eaf912 kubeadm: remove rktlet link from install-kubeadm (#12463)
Since Kubernetes 1.10, the only supported CRI version is v1alpha2. However,
rktlet does not support that version and development seems stopped.
As there is no way to use rktlet with k8s >= 1.10, it's best to just remove
the rkt link from the "Install runtime" section of "Install kubeadm".

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2019-01-31 09:35:10 -08:00
yanghaichao12 ef188cbf30 Fix a typos (#12458)
* Fix a typos

* Revert "Fix a typos"

This reverts commit 5dcca521c4.

* Fix a typos
2019-01-31 09:32:10 -08:00
Stacy Pedersen 5c3e6f7270 Adding ICP page to Turnkey Cloud Solutions (#12444) 2019-01-30 20:05:19 -08:00
Roy Lenferink 7e34aa04c6 Added link to OWNERS docs in OWNERS file (#12427)
* Added link to OWNERS docs in OWNERS file

* Updated OWNERS files to include link to docs
2019-01-30 14:04:25 -08:00
Harshagarwal19 6e995612a9 New slack icon (#12438)
* Delete Old slack icon

* Added new icon

* Updated text from 18.06 to 18.09

* Deleted large image

* New slack image uploaded
2019-01-30 12:23:19 -08:00
Jai 3413d276eb Typo in components.md (#12378) 2019-01-30 09:42:27 -08:00
Kenichi Omichi 79052e5232 Update HostAliases entries for new implementation (#12251) 2019-01-29 17:35:06 -08:00
SalimGangji 071f80429e Update install-kubeadm.md (#12419)
* Update install-kubeadm.md

Fixes #12366

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

committing changes from detiber

Co-Authored-By: SalimGangji <salim.gangji@gmail.com>
2019-01-29 10:10:21 -08:00
Lubomir I. Ivanov a7792a6ae8 kubeadm: add a caution about certs in HA document (#12407)
* kubeadm: add a caution about certs in HA document

* Update content/en/docs/setup/independent/high-availability.md

Co-Authored-By: neolit123 <neolit123@gmail.com>
2019-01-29 03:02:33 -08:00
Avi Deitcher 087a2884b3 Add information about linking CN= <nodeName> and kubelet hostname (#12336) 2019-01-28 17:40:43 -08:00
James Ward 2ad6e9f124 Linux command to check CPU virtualization support (#12376) 2019-01-28 17:25:03 -08:00
Anuj Sharma 3907af5a1b 'removed rktlet from cri installation docs (#12408) 2019-01-28 17:23:10 -08:00
joao brito junior eab93ae932 Update deployment.md (#12301)
All resources must be specified before image changes: deployment.apps/nginx-deployment . So I reorganised the command order.
2019-01-28 16:57:22 -08:00
Dr Luke Angel 134a391407 Minor type (#11966)
Removed an & that was not needed and would break on windows
2019-01-28 16:40:34 -08:00
Dan Kohn 935e50da22 Update interactive landscape URLs (#12414)
We're modifying the API to show the landscape by default rather than card mode,
but this change does not change behavior any.
2019-01-28 14:53:19 -08:00
Suraj Deshmukh a0cf7ebf13 Update systemctl en/disable to start/stop service (#12100)
If there is a combination of `systemctl` commands where in one you are
enabling it and in another you are starting it, that can be done in one
single command with an additional flag called `--now`. This commit
changes those two command steps in docs to one command.

The help of systemctl shows the following explanation of `--now`:

```
Start or stop unit in addition to enabling or disabling it
```

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2019-01-28 12:48:36 -08:00
craigbox 5b2d835ea9 Copy edits to Federation blog (#11789)
* Copy edits to Federation blog

* fix title, as Hugo doesn't like colons

* rename title back to keep URL the same

* formatting changes

* fix typo
2019-01-28 12:33:27 -08:00
Suraj Deshmukh ea471fc63f PodPreset: Add minikube specific instructions (#12129)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2019-01-28 12:30:18 -08:00
azarnyx e05a3c7e32 Update coarse-parallel-processing-work-queue.md (#12402)
the file needs to have permission to be executed with the command:

CMD /usr/bin/amqp-consume --url=$BROKER_URL -q $QUEUE -c 1 /worker.py

from Dockerfile https://kubernetes.io/examples/application/job/rabbitmq/Dockerfile
2019-01-28 12:25:39 -08:00
azarnyx 6e557559fe Update worker.py (#12403)
Fix an error reproduced with python3.6.8, python3.5.2, python2.7.12:

$ echo "Hi!"| ./worker.py

Traceback (most recent call last):
  File "./worker.py", line 6, in <module>
    print("Processing " + sys.stdin.lines())
AttributeError: '_io.TextIOWrapper' object has no attribute 'lines'
2019-01-28 11:44:01 -08:00
chenrui ca4f474235 Add `jsonpath` approach for apiserver query (#12350)
* Add `jsonpath` approach for apiserver query

* Refine the wording with the approach description

* Refine the command log

* Move the itemized number back
2019-01-27 22:18:54 -08:00
Kendrick Coleman 26e9b314f2 Update 'Picking the Right Solution' with information from VMware/Pivotal (#11844)
Added VMware Cloud PKS and Cloud Foundry Container Runtime to places within the document that are correctly represented for Cloud and on-primises offerings and tooling. I also properly alphabetized the list.

Signed-off-by: Kendrick Coleman <kendrickc@vmware.com>
2019-01-27 17:23:01 -08:00
Seokho 6519ff99aa Fix broken links in files in reference/setup-tools/kubefed/ (#12208) 2019-01-25 12:41:31 -08:00
Jintao Zhang 9d483862bd Update glog to klog (#11820)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-01-25 12:39:43 -08:00
David Dooling 7b15bdd2a2 Add nodeName to pod node selection (#12194)
The "Assigning Pods to Nodes" page did not mention nodeName, which, if
specified, takes priority over the methods discussed in the page.  Add
description of nodeName and an example using it.

Address reviewer comments from @bsalamat and @liggitt, thanks!
2019-01-24 05:22:28 -08:00
makocchi a254339aa2 remove command prompts and separate commands from output (#12337) 2019-01-23 22:32:09 -08:00
Andrew Chen b3ed053c82 Refactor home page (#10795)
* Fix docs home subnav link name

* change linkTitle to Home

* accept fix from master

* refactor docs home template

* bump

* test

* switch layout to basic

* swap in cards

* test card css

* add launch-cards and launch-card classes

* swap in content

* use different layout name to not affect user journeys

* revert file naming

* revert docsportal.html

* remove main, add kubeadm link

* documentation -> docs

* change kubeadm link
2019-01-23 18:36:23 -08:00
Banjot S Chanana e5a31f8c67 Updated pick-right-solution.md with Docker Enterprise (#12220)
* Updated pick-right-solution.md with Docker Enterprise

Added Docker commercial and community products to the list of solutions for running Kubernetes including Docker Desktop and Docker Enterprise.

* Fix Docker Desktop entry in pick-right-solution.md 

The words "Docker Desktop" was duplicated in the description under locally-hosted solutions.

* Updated pick-right-solution.md with Docker solutions

Added line wraps at 80 characters and changed containerizing to "deploying in containers" to make it more new-user friendly.

* Updated pick-right-solution.md

modified wrapping of first line to not break hyphenated word.
2019-01-23 16:16:22 -08:00
lj8930 e37e01fbc7 update alibaba-cloud.md (#11940)
update original Chinese page link to English version.
2019-01-23 10:03:14 -08:00
Chiradeep Vittal 35723889a8 Link to Citrix NetScaler ingress controller. (#12221)
* Link to Citrix NetScaler ingress controller.

* Add missing punctuation
2019-01-23 09:41:38 -08:00
Christian Posta 1eae4bfb3e Added Gloo as an example of an ingress controller (#12218)
* Added Gloo as an example of an ingress controller

* put in alphabetical order
2019-01-23 09:39:59 -08:00
Rafik Harabi 04a53ed05e Fix Kubernetes first stable release date (#12173) 2019-01-23 09:38:20 -08:00
suratwant 4d802774a1 Update network-policies.md (#12181) 2019-01-23 09:35:07 -08:00
Simon Vallebro b797204423 Fixed broken link to github issues. (#12292)
Found a broken link and fixed it.
2019-01-23 09:27:23 -08:00
Viktors Garkavijs 2dfa520355 Update minikube.md - add hyperv to list of drivers (#12226)
* Update minikube.md - add hyperv to list of drivers

* Arranged driver list to match driver documentation
2019-01-23 09:25:49 -08:00
phillipsio c8a60fd9b6 Update pick-right-solution.md (#12253)
Add Mirantis Cloud Platform to On-Premises turnkey cloud solutions and Table of Solutions
2019-01-23 09:15:06 -08:00
Rachael Graham db1007a73c Update configure-cloud-provider-firewall.md (#12304) 2019-01-23 08:55:05 -08:00
Bill Mulligan bb28f4f07b fix broken link (#12346)
#fix-it doesn't lead anywhere so I changed it to link to improving content
2019-01-23 08:53:25 -08:00
makocchi 5cf48aaaf2 remove command prompts and separate commands from output (#12338) 2019-01-23 01:06:28 -08:00
Anvith KS 7730c1540b Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S (#12069)
* Official documentation on Poseidon/Firmament, a new multi-scheduler support for K8S. (#11752)

* Added documentation about Poseidon-Firmament scheduler

* Fixed some style issues.

* Udpated the document as per the review comments.

* Fixed some typos and updated the document

* Updated the document as per the review comments.

* Updated the document as per review comments. Added config details.

* Updated the document as per the latest review comments. Fixed nits

* Made changes as per latest suggestions.

* Some more changes added.

* Updated as per suggestions.

* Changed the release process section.

* SIG Docs edits

Small edits to match style guidelines.

* add plus to feature state

* capitalization

* revert feature state shortcode

since this is a Kubernetes extension, not a direct feature, it shouldn't use the regular feature state tagging.
2019-01-22 14:43:08 -08:00