Commit Graph

9379 Commits (f8e4d35c5f0734c15ebc5acbd7c983f2e00ee655)

Author SHA1 Message Date
Michael 5d46d726e2 Note on missing/incorrect labels and scheduler behaviour with pod anti-affinity (#8973) 2018-07-20 16:14:15 -07:00
Luca Cipriani 5afc04d400 Make the command work with multiple pods too (#9454)
* Make the command work with multiple pods too

if the user has 2 or more pods the original command line give the following error:
```error: only one of -c or an inline [CONTAINER] arg is allowed
See 'kubectl logs -h' for help and examples.```

* Remove dollar sign to respect style guidelines
2018-07-20 16:13:03 -07:00
Lubomir I. Ivanov 3270da5099 kubeadm-install: modify the note about kubelet cgroup drivers (#9541) 2018-07-20 16:09:45 -07:00
Denis Salamanca a9b1cdb4e9 Updated dns-pod-service.md (#9552)
* Updated dns-pod-service.md

Added a note on A records creation

* Updated dns-pod-service.md

Added Hugo  {{ note }} shortcode

* Update dns-pod-service.md

Changed wording

* tighten up the wording
2018-07-20 16:08:33 -07:00
makocchi 487c243591 apply content_template (#9599) 2018-07-20 16:07:21 -07:00
makocchi b9b392527d apply content_template (#9598) 2018-07-20 16:06:09 -07:00
makocchi 1678936967 remove command prompts and tweak shell commands (#9597) 2018-07-20 16:04:57 -07:00
makocchi 11f38137d2 Update /docs/concepts/containers/images/ (#9596)
* wrap notes by shortcodes and remove command prompts

* tweak shell command
2018-07-20 16:03:46 -07:00
Alfonso Palacios 9a62e82ce9 Update pod-lifecycle.md (#9593)
Merging these two paragraphs, which both describe the fields included in the PodConditions. The first one mentions 6 fields, but only defines 3 of them. The second one defines two of the remaining three. The missing 6th element ("reason") has been added. Now we have the full list in one single section. Easier to understand.
2018-07-20 15:58:46 -07:00
Kaitlyn Barnard 83f9560274 adding oscon post (#9595) 2018-07-20 09:49:53 -07:00
Zach Corleissen e4ce692417 Add ICP license to the site footer (#9589) 2018-07-19 22:00:52 -07:00
Andrew Martin 95247dc140 fix: typo, reword (#9587)
Apologies @kbarnard10, made this morning's correction with a typo >.<
2018-07-19 21:59:53 -07:00
Takuya Tokuda b97002f268 Fix command highlight in port-forward-access-application-cluster (#8705)
* fix command highlight in port-forward-access-application-cluster

* Fix structure and add some sentences

* modify the wording

* update wording
2018-07-19 17:25:53 -07:00
Chandan Kumar 60ae386182 Fix pipe to base64 -d to -D (#8943)
* Fix pipe to base64 -d to -D

Mac: `-d` does not work -D does

Eg. echo "c3R...zE2" | base64 -D

* use --decode instead of -D or -d
2018-07-19 17:06:53 -07:00
michael saenz 238164c4ab update from GCE to GKE (#8881) 2018-07-19 17:04:53 -07:00
Tanvi Gupta 7b7efca2da adding cni.md (#8760)
* adding cni.md

* apply Zach's feedback
2018-07-19 17:03:53 -07:00
Jari Kolehmainen 35362f764e Add Kontena Pharos as K8s solutions (#9166) 2018-07-19 16:45:52 -07:00
Eric Staples 98c88097b0 Update cron-jobs.md (#9234)
* Update cron-jobs.md

Removed bullet point indicating that a `CronJob` can run "Once at a specified point in time", since this use case is either not possible, or not documented at all.

* change wording
2018-07-19 14:05:31 -07:00
Faisal Memon 13e1fbaa73 Add mention of NGINX Ingress Controller for Kubernetes (#9228) 2018-07-19 13:54:38 -07:00
Kaitlyn Barnard 5b40aada4a oscon post (#9586) 2018-07-19 10:37:17 -07:00
csskuber 30e76b2781 Fix deployment.md with wrong READY numbers (#9584)
The status of READY number should be 2 instead of 0, described
in the first line of table
2018-07-19 10:15:17 -07:00
Alex Contini 427ac2a59c updates to ING quotes (#9582)
* updates to ING quotes

* update
2018-07-19 10:10:53 -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
Yuanbin Chen b8226ae376 Remove rkt-api-endpoint and rkt-path arguments in the doc (#9538) (#9576)
Kubelet help return not exist rkt-api-endpoint and rkt-path arguments,
So delete not exist arguments.

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-07-19 09:58:53 -07:00
Qiming daa846bdd9 Trivial typo fix (#9575)
This PR takes over changes in #8980.
2018-07-19 09:57:53 -07:00
Andrew Martin c73b7d056a fix: blog post clarity (#9578)
- rephrase Istio release info
- update RBAC for GKE vs hosted
2018-07-19 08:58:53 -07:00
poothia d92f1fdcba Trivial Doc Fix (#9580)
This fixes the spelling of "default".
2018-07-19 05:22:42 -07:00
Andrew Chen 9d3c15c28b Add L10n repo branch structure info (#9206) 2018-07-18 19:21:42 -07:00
zhouhaibing089 ce190e75f8 docs/concepts: add search paths for docker config (#9085)
previous document suggests to put config to /root/.docker/config.json
which is not always the case, and only works when the HOME=/root is
set for kubelet. Besides, that's not always the most recommended way
considering the potential risk when someone overrides this config
with another `docker login` on the same node. this change explicitly
lists all the possible locations where the configuration can be put.
2018-07-18 19:20:42 -07:00
makocchi bac30c0774 fix double bullets in TOC (#9175) 2018-07-18 17:40:42 -07:00
Luc Perkins 9317dcfff0 Add new field selectors doc (#9174)
* Add new field selectors doc

* Address wording issues and remove warning

* add note on = and ==

Signed-off-by: lucperkins <lucperkins@gmail.com>
2018-07-18 17:39:42 -07:00
Lindsey Tulloch 7bed4690ad Update references to Federation-v2 progress (#9116)
* Update references to Federation-v2 progress

Added resources to the whats next section as there has been significant progress over the past few months with the alpha release of Federation-v2 expected in the next few weeks.

* remove <federation> in link
2018-07-18 17:36:42 -07:00
Luc Perkins fa657b76a9 Recommend --watch flag for obtaining external IP information (issue 8483) (#9129)
* Use --watch flag instead of checking multiple times

* Wording changes
2018-07-18 17:34:42 -07:00
André Aubin 269e3fd37b inline code block is not displayed (#8940)
* inline code block is not displayed

Using `kubectl get storageclass` instead of 

```
       kubectl get storageclass
```

correctly shows the code markup.

* Update change-default-storage-class.md

* reformat markdown for nested list
2018-07-18 17:24:41 -07:00
Luc Perkins 7f97e02779 Supplement documentation of ExternalName service types (#9435)
* Re-organize doc

* Remove section on multiple namespaces

* add NOTE to callout
2018-07-18 17:06:42 -07:00
Hesham Massoud 5f7068243d Enhance documentation of .spec.startingDeadlineSeconds (#9296)
* Update cron-jobs.md

* Update automated-tasks-with-cron-jobs.md

* Update cron-jobs.md

* Reword added documentation and add info about error message.

* Fix grammatical typo.

* adjust grammar and punctuation

* adjust grammar and punctuation

* adjust tense
2018-07-18 17:01:42 -07:00
makocchi 8b00a588c4 tweak crictl.md (#9349) 2018-07-18 16:50:49 -07:00
p_mx 28fb41f012 fix-manage-compute-resources-container-view (#9402)
* Fix typo in example script (#9381)

Variable reference should be $ETCDHOSTS, not $ETCDHOST

* fix html

* add a space
2018-07-18 16:48:48 -07:00
Chao Wang 41cc078015 update the go client usage to prevent common error. (#9414) 2018-07-18 16:43:06 -07:00
jw-networking 700446d3da Update fedora_manual_config.md (#9416)
removal of 
  # Add your own!
  KUBELET_ARGS=""
this line causes line with args in it to be over writen

removal of flag "--require-kubeconfig" as it prevents the service from starting with error "F0708 18:41:17.411350   11725 server.go:145] unknown flag: --require-kubeconfig"

this is with v1.10.1
2018-07-18 16:41:54 -07:00
Benjamin Priestman 5c39bc36d4 Adding redirects for turnkey docs. (#9426)
These documents were moved in https://github.com/kubernetes/website/pull/8937.
2018-07-18 16:39:43 -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
Kaitlyn Barnard 7c9a1987a5 Add CNCF logo to homepage (#9375)
* add CNCF logo on homepage

* edits
2018-07-18 16:36:43 -07:00
Kaitlyn Barnard 34fb7339e0 Adding anchor links to partner page (#9411)
* adding anchor links

* updating link names
2018-07-18 16:35:43 -07:00
Luc Perkins 22ec331d41 Add env var example (#9486) 2018-07-18 16:29:58 -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
Emily N fd37837488 The command to copy the decoded certificate to the server.crt (#9448)
* The command to copy the decoded certificate to the server.crt

* -D to --decode
2018-07-18 15:55:42 -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