Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indent issue in cheatsheet.md #16574

Merged
merged 1 commit into from Sep 27, 2019
Merged

Conversation

Pc6
Copy link
Contributor

@Pc6 Pc6 commented Sep 26, 2019

As suggested in #16556, there is some indent issue in the comments.

Therefore, I correct the indent in this commit.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 26, 2019
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Sep 26, 2019
@netlify
Copy link

netlify bot commented Sep 26, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 8efe33e

https://deploy-preview-16574--kubernetes-io-master-staging.netlify.com

@jaypipes
Copy link
Contributor

Yup, easy win.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 26, 2019
@jaypipes
Copy link
Contributor

/approve

@jaypipes jaypipes removed their assignment Sep 26, 2019
@steveperry-53
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jaypipes, steveperry-53

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 27, 2019
@k8s-ci-robot k8s-ci-robot merged commit 657c976 into kubernetes:master Sep 27, 2019
@Pc6 Pc6 deleted the patch-fix branch September 28, 2019 20:15
k8s-ci-robot pushed a commit that referenced this pull request Oct 23, 2019
* Removed uninitialized flag reference from kubectl cheetsheet (#16485)

* Removing broken link (#16470)

The wiki page referenced has been removed. Removing the like here will stop some beginner confusion (take it from me I am a beginner).

* Change title to add Startup probe (#16475)

* Change title to add Startup probe

* renamed task file to reflect title change

* changed intro sentence to add startup probe

* Add basepath to ingress (#16458)

Without this change `curl hello-world.info` will return a 404

* Added missing in-pod Python client info (#16453) (#16460)

Issue #16453: Added missing in-pod Python client information;
Fixed broken link to external Python client example

* fix hyperlink on blogpost (#16424)

* Merge release1.15 into master (#16512)

* initial commit

* promote AWS-NLB Support from alpha to beta (#14451) (#16459) (#16484)

* 1. Sync release-1.15 into master
2. Sync with en version

* 1. Add the lost yaml file.

* Translate docs/tasks/administer-cluster/running-cloud-controller/ in … (#16284)

* Translate docs/tasks/administer-cluster/running-cloud-controller/ in Japanese

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Changed: リーダーエレクション -> リーダー選出

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* Update content/ja/docs/tasks/administer-cluster/running-cloud-controller.md

Co-Authored-By: Naoki Oketani <okepy.naoki@gmail.com>

* keep content and file name to be consistent (#16532)

* add processing of kubectl cmd links (#16529)

- add processing of kubectl links in update-imported-docs.
- update component reference generation guide.
- For more information, see issue #16454.

* Merge release1.15 into master (#16535)

* initial commit

* promote AWS-NLB Support from alpha to beta (#14451) (#16459) (#16484)

* 1. Sync release-1.15 into master
2. Sync with en version

* 1. Add the lost yaml file.

* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version

* Add yaml files which are used

* fix upgrade url (#16517)

* updating full link to be more descriptive (#16526)

* Fix site build (#16531)

The `*.profile` file referenced do not need to be provided in a separate
file. Making them separate files is preventing hugo from correctly
building the site.

* Fix type in URI (#16522)

* Add known issue about informer-gen in release notes (#16523)

Issue: kubernetes/kubernetes#82860
Fix in: kubernetes/kubernetes#82410

* Update deployment.md (#16513)

* Volume cloning doc should mention "bound" PVCs. (#16521)

* san diego contributor summit blog (#16520)

* add-kubeadm-upgrade-redirects (#16519)

* replacing html table with markdown (#16540)

* repalce depracted run command by create (#16533)

* Merge release1.14 into master (#16543)

* initial commit

* promote AWS-NLB Support from alpha to beta (#14451) (#16459) (#16484)

* 1. Sync release-1.15 into master
2. Sync with en version

* 1. Add the lost yaml file.

* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version

* Add yaml files which are used

* 1. Sync the configuration folder from 1.14 version
2. Sync the configuration folder files with en version
3. Changed some files structure for easily review
4. Add glossary folder for fixup build error

* Add references to Content guide alongside Style guide (#16101)

Add references to the Content guide where the Style guide was
mentioned.
Update the Contribute page (_index.md)
Make Style and Content linkable everywhere
Changed bullet list to numbered list in Content Guide to make referring
to sections easier.
Reverted change to bullet list - beyond scope of this PR

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* Enhance Triage and categorize issues section (#16295)

Enhance to emphasize that triagers should add a priority to each
issue.
Add Learn about Prow section

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* Validate namespace preference in current context with --minify option (#16448)

Signed-off-by: Michal Srb <michal@redhat.com>

* fix markdown syntax (#16452)

* Explicitly mention alpha status of snapshot APIs. (#16525)

Also added a section about creating volumes from snapshots.

* clean up the environment (#16430)

* Update the kubectl config command in cheatsheet.md (#16556)

`kubectl config view -o jsonpath='{.users[].name}' ` in the doc doesn't get the list of users as described in the comment actually.
To get the list of users, the json path should be `'{.users[].name}' `

* copy paste fix (#16548)

* Change formatting of example-ingress.yaml (#16545)

* Update taint-and-toleration.md (#16558)

Removing the confusing "any"

* Updates url for creating a sample user (#16412)

* Add introduction of Alpha feature EvenPodsSpread (#16446)

Signed-off-by: Sascha Grunert <sgrunert@suse.com>

* docs-fr | concepts | workloads | pods | pod-lifecycle.md (#15213)

* docs-fr | concepts | workloads | pods | pod-lifecycle.md

* Translation

* Fix typos

* Update typo in "New issue" page on k/website issue (#16564)

There is a "Kubernetes Dashboard project" in "about" at ".github/ISSUE_TEMPLATE/support.md"
This commit changes "Kubernetes Dashboard project" with "Kubernetes Website project".

* Merge release1.14 into master (#16549)

* initial commit

* promote AWS-NLB Support from alpha to beta (#14451) (#16459) (#16484)

* 1. Sync release-1.15 into master
2. Sync with en version

* 1. Add the lost yaml file.

* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version

* Add yaml files which are used

* 1. Sync the configuration folder from 1.14 version
2. Sync the configuration folder files with en version
3. Changed some files structure for easily review
4. Add glossary folder for fixup build error

* 1. Sync the storage folder from 1.14 version
2. Sync the storage folder files with 1.16 version en document
3. Changed some files structure for easily review

* Revise DNS Horizontal Autoscaling task (#16069)

* Fix incorrect advice about creating a secret (#16004)

* Fix incorrect advice about creating a secret

The existing command does not use code style as required by the style
guide and it is incorrect as rendered. Also, there's an easier way to do
this.

* Add reviewer suggested improvement for secret escaping

Adding sftim's suggestion phrasing explanation of escaping shell special characters.

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Make secret escaping instructions consistent

* Fix flannel revision for 1.16+ (#16575)

This version of flannel manifests include `cniVersion` that is
required for it to work properly with Kubernetes 1.16+.

* docs-fr | reference | glossary | init-container.md (#16493)

* Update translation (#16585)

* Merge release1.14 into master (#16584)

* initial commit

* promote AWS-NLB Support from alpha to beta (#14451) (#16459) (#16484)

* 1. Sync release-1.15 into master
2. Sync with en version

* 1. Add the lost yaml file.

* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version

* Add yaml files which are used

* 1. Sync the configuration folder from 1.14 version
2. Sync the configuration folder files with en version
3. Changed some files structure for easily review
4. Add glossary folder for fixup build error

* 1. Sync the storage folder from 1.14 version
2. Sync the storage folder files with 1.16 version en document
3. Changed some files structure for easily review

* 1. Sync the service-networking folder from 1.14 version
2. Sync the service-networking folder files with 1.16 version en document
3. Changed some files structure for easily review
4. Add the necessary documents
5. Add the runtime-class file

* Translate CCM concepts to French (#14962)

* Remove myself from OWNERS (#16528)

* Added logo change for blog site (#16514)

* Added logo change for blog site

Currently on blog site logo is not being changed when a page is scrolled down and therefore disappears. This fixes it

* Update _base.sass

changed email for CLA

* Added installation option for kubectl (#16380)

* add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions (#16347)

* delete outdated section (#16332)

* removed longer version to fetch labels for pods #14778 (#16268)

* updated OR comments

* removed older long version to fetch labels for pods to use only kubectl get pods --show-labels

* Update install-minikube.md (#16180)

* update install command for Mac OS (#16177)

when copying/pasting the command to install the Kubernetes on Mac OS using zsh, the command results in the following error,
`The specified key does not exist.`. This is usually because of the `\` that zsh automatically inserts into the command. The best practice is to use double-quotes and this is also the standard method according to https://google.github.io/styleguide/shell.xml?showone=Quoting#Quoting

* Align cheatsheet comments (#16178)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Update docs to include example of tolerations in a pod (#16157)

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix Cloud Provider repository links: CloudStack & OpenStack (#16129)

* Use more glossary shortcodes (#16086)

* wrong path of kube-scheduler (#16051)

updating line 51 to correct the path for kube-scheduler

* add kubectl run deploy pod into specific namespace (#15825)

* add kubectl run deploy pod into specific namespace

* add my namespace

* Correct minor typo `Cronjob` -> `CronJob`. (#16591)

* Update topology-manager.md (#16580)

* Fix indent issue in cheatsheet.md (#16574)

* Fix link to `scale subresource` (#16566)

add missing leading /

* Fix link to script generating audit policy (#16570)

Script that generates audit policy file can change, so it's better to point user to file instead of specific line

* Fix the spec in kubernetes-using-python example (#16499)

Fix the spec in kubernetes-using-python example

Signed-off-by: Yishuang Lu <luystu@gmail.com>

* Update README.md (#16552)

* First Korean l10n work for release-1.16 (#16551)

* Modify #16415, #16417 korean docs. (#16467)
* Modify #16364 and links in korean docs. (#16508)
* Translate concepts/workloads/controllers/statefulset.md in Korean (#16443)
* Update outdated content in dev-1.16-ko.1 (#16502)
* Translate concepts/workloads/controllers/daemonset.md in Korean (#16477)
* Translate concepts/services-networking/dns-pod-service in Korean (#16299)

Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: SoHye Choi <wergreat10@naver.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>

* docs-fr | reference | glossary | dynamic-volume-provisioning.md (#16142)

* extended resources fr (#16357)

* docs-fr | reference | glossary | extensions.md (#16431)

* Adding entries to Pod /etc/hosts with HostAliases for ID localization. (#16009)

* Adding entries to Pod /etc/hosts with HostAliases for ID localization.

* Fix language consistency based on input.

* Fix broken build.

* Adding Bahasa Indonesia translation for Managing Resources page (#16433)

* Initiate

* Continue translation raw

* Change some into english

* Change few typographies

* trigger build

* Apply suggestions from code review

Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com>

* Translate Extend Cluster to Indonesian (#16421)

* extend cluster translation

* translate

* translate

* translate

* translate

* translate

* translate

* translate

* replace Anda with kamu

* fix comment

* fix comment

* Update content/id/docs/concepts/extend-kubernetes/extend-cluster.md

Co-Authored-By: Yudi A Phanama <11147376+phanama@users.noreply.github.com>

* fix comment

* fix comment

* update translation

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment

* Fix typo in de autoscaling (#16621)

* Add translations for StorageClass in ID localization. (#15999)

* Add translations for StorageClass in ID localization.
Apply suggestions from code review
Fix missing translations.

* Fix broken formatting.

* added missing backquote (#16596)

* Update reference-docs repo (#16622)

reference-docs moved from kubernetes-incubator to kubernetes-sigs

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* generate new api-docs (#16569)

* Remove bold font-weight property from code snippets (#15067)

In Google Chrome this property is not taken into account, while in
Mozilla Firefox and Safari it is. The property makes the code
snippets difficult to read.

* Add glossary entry for disruption (#16292)

* Broken links to english documentation that contain `/en/` (#16641)

* Fixed link in `/id/` localization to `extending api` page (#16642)

[Page with issues](https://kubernetes.io/id/docs/reference/glossary/?fundamental=true&workload=true&extension=true&networking=true&operation=true&security=true&storage=true&tool=true&user-type=true&core-object=true&community=true&architecture=true#term-platform-developer) -> click links in "platform developer"

* Fx adds forgotten slash at the the beginning of `/ko` url. (#16643)

* Fx adds forgotten slash at the the beginning of `/ko` url.

[page with issue](https://kubernetes.io/ko/docs/concepts/workloads/controllers/replicaset/)

* part of the url converted to lowercase

* Formatting tweak (#16638)

Avoid marking process output as shell script

* Update overview.md (#16617)

* fix: typo: extra whitespace indentation (#16611)

not matching the indentation level of all other mapping nodes

* typos: missing indefinite article and tense (#16598)

* fix: removes dead link (#16599)

the link in question to here no longer contains a caveat for kubernetes 1.7.0 to 1.7.3

* Fix typo in glossary with CRI (#16612)

Resolves issue: #16588

* Add concept page about Controllers (#15733)

* Add controller concept

* Fix controller glossary entries

* Link from Understanding Kubernetes Objects to Controllers

* reflecting k8s-sig migration (#16632)

* Fix broken link to Documentation style overview from Contribute page (#16667)

* Use HTTPS for links (#16668)

* Added AWS ALB Ingress Controller (#16301)

Added description and links for AWS ALB Ingress Controller

* Add Indonesian translation for volume snapshots (#16661)

* Trivial fixes to topology manager docs (#16663)

* Add missing newline to topology manager docs

* Fix typo

Pointed out by Karen Bradshaw

* Add 2019 Steering Committee Election Results blog post. (#16679)

* Spanish Translation (#14852)

* updated pull request template (#16572)

* updated pull request template

* updated to 1.17

* Fix typo (#16349)

* Fix typo

* Fix typo

Co-Authored-By: Rael Garcia <rael@rael.io>

* change apiVersion of deployment object (#16676)

* Fix steering backlog link. (#16683)

* fr: Remove kubectl stop (#16687)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Formatting fixes (#16626)

* add k-vswitch to networking plugin docs (#16695)

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>

* Accessibility Updates (#16633)

* Fixed accessibility issues in home page

Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>

* Fixed accessibility issues for docs/home page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Fixed accessibility issues for /partners page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Fixed accessibility issues for /community page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Update layouts/partials/header.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update layouts/partials/footer-scripts.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update layouts/index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/partners/_index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/community/_index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Added missing quotes

* Added landmark roles for search bar and footer

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Changed images alt text

Changed alt text from 'kubernetes community' to 'Kubernetes Conference Gallery'

* Removed verb from iframe title

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Change alt text for GitHub image

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Few alt text changes

* Modified alt text

* Translate Volume page to Indonesian (#16154)

* Translate Volume page to Indonesian

* Add reviewed doc to translated Indonesian Volume page

* zh: Remove kubectl stop (#16688)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Replace CRI-O incubator links. (#16698)

Update CRI-O links from Kubernetes incubator to the official CRI-O
homepage. Most links were already updated, but there were a few
stragglers in minikube documentation and old blog posts.

* Adding clarification that Endpoints are still required when EndpointSlices are enabled (#16684)

* Remove kubectl stop (#16677)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* fix alignment in examples emptydir-pod.yaml (#16673)

* Update ExpandCSIVolumes feature gate docs for 1.16 (#16682)

Signed-off-by: Grant Griffiths <grant@portworx.com>

* fix bug in work-queue implementation for 'Fine Parallel Processing Using a Work Queue' (#16625)

* Blog related fixes (#16640)

* Fixes for broken links

+ these fixes mostly covers forgotten scheme (like https: or mailto:)
+ fix for markdown parsing, which trigger to generate broken html (see 2019-03-20 post)

* Added new lines so list wouldn't looks like a mess

* fix: incorrect path (#16609)

* Added missing HPAScaleToZero feature gate (#16592)

I discovered this feature gate when trying to configure scale-to-zero but found that it wasn't included in the documentation.

* Documentation update (#16693)

* Documentation update

Fixed link and its description

* Corrected

* Incorporated review comment

* Incorporated review comment

* Fixed typo in German text (#16696)

Changed "sie" and "ihre" to "Sie" and "Ihre"

* Update CRD related feature gates (#16712)

According to the [upstream
code](https://github.com/kubernetes/kubernetes/blob/release-1.16/pkg/features/kube_features.go#L602-L606),
Most CRD related features have gone GA. This PR updates the feature
gate doc.

* Add KubeOne and extend Kubermatic entries in production environment tools (#16620)

Signed-off-by: Alexander Sowitzki <dev@eqrx.net>

* German I18n Cloud Controller (#15727)

* i18n cloud controller

* check i18n

* fixed missing translation

* translated Developing

* Update kubectl conventions translation (#16593)

* Update kubectl conventions translation

* fix

* Update container images translation (#16594)

* Fix typo (#16728)

* Fix typos (#16731)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

Fix typos in limit-range.md

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* Fix the status of feature podResource (#16560)

* Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ (#16732)

* Clarifying that you cannot mix Windows and Linux containers in a single pod. (#15946)

* Update Platform9 service offering links (#15895)

* Update Platform9 service offering links

* Use checkmarks for Custom categories

* Removing Loadbalancer IP from the sample service file (#14642)

* Update service.md

* Update service.md

* Capitalize Pod, style guide edits (#16746)

Capitalize instances of Pod and other minor edits (for example, change instances of "we") to conform with https://kubernetes.io/docs/contribute/style/style-guide and for improved readability.

* Update description about node Lease feature. (#16112)

* Issue with k8s.io/docs/tasks/configure-pod-container/static-pod/ (#16189)

* delete depracted  option --pod-manifest-path

* change configuration file to manifests

* update to suggested wording

* Add a example for union operator in the shell env (#16282)

In the current example, single quotes are used, but the union operator can  be confusing.
Incorrect:
`kubectl get pod -o=jsonpath='{.items[*]['metadata.name','spec.nodeName']}'`  
Correct:
`kubectl get pods -o=jsonpath="{.items[*]['metadata.name', 'status.capacity']}"`

* VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15 (#16307)

* VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15

* Feedback from sftim

* Update access-cluster-api.md (#16461)

Cluster-API is different project, hence the correct text here should be Kubernetes API

* kubeadm: update notes for joining with discovery file (#16557)

* Update CRI-O version to 1.15 (#16720)

* Add annotation aws-load-balancer-security-groups (#16702)

* Update kubernetes-objects.md (#16747)

Make `spec` one of the required items.

* Minor updates (#16737)

Minor updates to the description.

* PDBs are updateable since 1.15 (#16738)

* update set image command in a simpler way (#15817)

* update set image command in a simpler way

update set image command in a simpler way

* fix indentation

* Update deployment.md

* ExternalName warning about HTTP/TLS (#16704)

Suggested wording from sftim

* Remove Stackpoint.io page (#15262) (#16739)

Since Stackpoint.io has been retired and nobody can refer, This commit
removes that page.

* remove section saying static pods can't have health checks (#15956)

* remove section saying static pods can't have health checks

* fix nits

* Correct the #sig-docs URL (#16763)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* remove myself from some reviewers lists (#16753)

I haven't worked on this stuff for a while, and in an effort to be more
responsive to reviews, I'd like to cut the files I review in ~half.

* fix ordered list (#16768)

* completion for an alias also (#16701)

* completion for an alias also

how to do bash completion for an alias also (e.g. when there is an alias k=kubectl)

* rephrasing

* Add explanation for "CN" (#16714)

* Add explanation for "CN" (#16456)

* Grammar nit

* replace depercated commands with new commands (#16610)

* Tweak glossary entry for kube-apiserver (#16294)

* Retitle glossary entry for kube-apiserver

* Reword kube-apiserver glossary entry

* Add glossary entry for proxy (#16293)

* Rename architecture section (#16286)

* Rename architecture section

"Kubernetes" goes without saying. This section is mainly talking about
cluster architecture, so make the title match that.

* Introduce “cluster” before Cluster Architecture section

Make sure the reader can learn what a cluster is before they read about
elements of cluster architecture.

* Minor doc fix for syntax and typo (#16666)

* Minor doc fix for syntax and typo

Signed-off-by: Duffie Cooley <cooleyd@vmware.com>

* Feedback from sftim

* Remove trailing spaces from DE documents(#16742) (#16786)

* Remove trailing spaces from ID documents(#16742) (#16789)

* Remove trailing spaces from ES documents(#16742) (#16785)

* Improved static pod task documentation (#16709)

Improved indentation

Apply suggestions from code review

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>

Removing bullets points

Same have been added inline as per suggestions

Removed trailing space

* Translate updates (#16568)

* Translate updates

* fixes

* Remove trailing spaces from FR documents(#16742) (#16788)

* Fix typo and wordings for PR #16421 (#16761)

* summit schedule (#16744)

* Correct the aws's URL (#16733)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* Add RuntimeClass description (#16692)

* Adjust string translation for Chinese localization (#14173)

* Adjust string translation for Chinese localization

This PR also reorders the entries in the strings table.

* Update zh.toml

* Fix typo (「でき前に」=>「でき"る”前に」) (#16821)

* Typo in San Diego city name (#16822)

* Add CJ Cullen to blog post (#16815)

* Update windows containers deployment (#16749)

There are two fixes in this change. First, the yaml is left justified in order to ease copying. Secondly, the selector field is added to the deployment.

* fix spelling in contribute/start (#16767)

* Add empty lines & remove trailing space (#16796)

Let lists be rendered correctly

* feature added for issue #16771 (#16802)

* feature added for issue #16771

* Update intermediate.md

* Fixed invalid bash keyword (#16831)

* Fix spelling mistake (#16834)

* Fix wording (#16835)

* Add the -n for pod in kubectl command (#16798)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

Add instructions in kubectl command

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* Fixing port related description (#16819)

* Fixing port related description

This tutorial has a step to use randomly generated port number but it was not mentioned that it can be different when the user tries this example. so to remove ambiguity, I have added a proper description. Please have a look at #16810

* Incorporating review comments

Incorporating review comments

* [fix] Fix typo (#16136)

Fix a minor spelling error "disem" -> "diesem"

* zh-trans:/docs/concepts/overview/working-with-objects/names.md (#16812)

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update /docs/concepts/overview/working-with-objects/names.md

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update some description

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update type

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

add name and uid in /docs/reference/glossary/

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

* kubeadm: include a couple of workarounds in kubeadm-certs.md (#16726)

* kubeadm: include a couple of workarounds in kubeadm-certs.md

- add warning about --certificate-renewal=false bug.
- add warning about disable kubelet cert rotation on "init" nodes.

* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Second Korean l10n work for release-1.16 (#16784)

* Update file outdated korean docs in dev-1.16-ko.2. (#16614)
* Translate docs/templates/feature-state-*.txt in Korean (#16613)
* Translate pod-topology-spread-constraints in Korean (#16654)

Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>

* fix url to ReplicationController (#16847)

* Fixing links in markdown for `logs` and `metrics` (#16843)

* Remove trailing spaces from 'no' documents(#16742) (#16792)

* added daminisatya as en owner (#16804)

* fix(cheatsheet): update context cmd description (#15935)

* fix(cheatsheet): update context cmd description

* chore: remove newline

* Fix broken links in container pattern blog (#16040)

* Add info about logging into shell before removing /mnt/data (#16723)

* Add info about logging into shell before removing /mnt/data

details
----------
- rm -rf should be run after logging into the node shell

* Re-use text from start of the task with small tweaks

* Update Endpoint Slice text with feedback from SIG (#16670)

* Remove stale OWNERS files in k/website (#16745)

* Minor text edit (#16760)

Clarified the description of `kubectl edit`.

* clarify that v1beta1 CRDs will have to opt-in pruning feature (#16807)

* Update link for patch release manager in in skew support policy. (#16808)

* a small fix in the delete all pods (#16824)

There was a typo in kubectl -n my-ns delete pod,svc --all

* Completeing AzureDisk storage class parameters (#16841)

* modify the file name to increase the contrast (#16845)

* fix url (#16846)

* fix for issue #16851 (#16852)

updated the link

* fix for issue #16629 (#16853)

* fix for issue #16629

this is a fix for issue #16629 .

* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Pods count should be part of object-count's spec. (#16859)

Pods count was added in compute-resources spec which should be in objects-count spec as we're passing count of pods in the definition.

* Edit link in document. (#16878)

* Missing "Manifest" from glossary k8s.io/docs/reference/glossary/ #13546 (#16193)

Added manifest glossary term.

* Reword Notes & UIDs concept (#16202)

- Note that Kubernetes UIDs are UUIDs
- Don't mention container name in Name concept (it could mislead
  readers)

* Adding review changes from PR 15604 (#16237)

* adding review changes from PR 15604

* adding review changes

* adding review changes

* add information about finalizers (#16644)

* Adding Hugepage as resource type (#16736)

* Adding Hugepage as resource type

* Adding Hugepage as resource type

Adding resource type hugepages- as a valid resource can be requested. Hugepage is GA as of version 1.16. more info can be found https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/

* Adding Hugepage as resource type

Adding resource type hugepages- as a valid resource can be requested. Hugepage is GA as of version 1.16. more info can be found https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/

* Replace sample IP address with documentation use address (#16867)

108.59.85.141 is a genuine IPv4 address; at the time of writing it's
assigned to Google LLC / Google Cloud Platform. Use a documentation IPv4
address instead.

* Reword glossary entry for ReplicaSet (#16886)

Explain what a ReplicaSet is, rather than what a ReplicationController
isn't.

* update client-go to the latest version to keep in sync with client-go example (#16536)

* Add best practices to Review docs pull requests (#16770)

Simply and reduce language in bullet points

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* Update GMSA docs for beta in v1.16 (#16579)

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update how to use the update-imported-docs tool (#16777)

Update kubernetes-components.md with software versions.
Move content from README to kubernetes-components to avoid duplication.
Be listed in the `kubernetes/website/data/reference.yml` file

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* zh-trans:/zh/docs/concepts/overview/working-with-objects/object-manag… (#16912)

* zh-trans:/zh/docs/concepts/overview/working-with-objects/object-management.md

* Update content/zh/docs/concepts/overview/working-with-objects/object-management.md

Co-Authored-By: LiuDui <1693291525@qq.com>

* Update content/zh/docs/concepts/overview/working-with-objects/object-management.md

Co-Authored-By: LiuDui <1693291525@qq.com>

* Fix reference link. (#16888)

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

* Remove trailing spaces from zh documents(#16742) (#16794)

* Add Chinese translation for Endpoints Slices. (#16929)

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

Add Chinese translation for Endpoints Slices.

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

Add Chinese translation for Endpoints Slices.

Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>

* Update portuguese documentation (#16710)

* Update portuguese documentation

* Fix portuguese README

* Remove stewart-yu as an approver/reviewer (#16750)

Set stewart-yu to emeritus approver

Newline comment

* Update PR template's base branch for zh-trans (#16952)

* Update PR template's base branch for zh-trans

* Add #kubernetes-docs-zh slack channel reference

* Missing "des" just after "du cluster à" (#16978)

* zh: Fix fluentd image (#16961)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* en: Fix fluentd image (#16959)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Update UAA, Dex links in setup instructions for specific systems (#16945)

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* modify error spelling of kubectl (#16957)

* ko: Fix fluentd image (#16962)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Change federation documentation link to v2 in ingress. (#17011)

* zh: fix Contour ingress controller link (#16991)

Contour is now maintained by VMware and has a project site.

Signed-off-by: James Peach <jpeach@apache.org>

* Add translation for ReplicaSet in ID localization (#16722)

* Add translation for ReplicaSet in ID localization

* Add controllers/frontend.yaml, controllers/hpa-rs.yaml and pods/pod-rs.yaml to example folder

* Update nodelocaldns.md (#16440)

DNSCahe -> DNSCache

* Translate Pod Security Policy doc to Indonesian (#16699)

* Translate Pod Security Policy doc to Indonesian

* Apply reviews to Pod Security Policy translation

* id: fix Contour ingress controller link (#16990)

Contour is now maintained by VMware and has a project site.

Signed-off-by: James Peach <jpeach@apache.org>

* Fix link to Kubernetes Object Management page (#16941)

* de: Replace deprecated kubectl run (#16971)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* ja: Fix fluentd image (#16963)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Translating Pod to ID Localization (#16979)

* de: Removed uninitialized flag reference from kubectl cheetsheet (#16973)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* zh: Dated "Planned Improvements" section in Managing Compute Resources for Containers (#16968)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>

* Update patch release manager to patch release team in version skew po… (#17008)

* Update patch release manager to patch release team in skew support policy.

* Adding link for additional patch-release information to version skew policy.

* Update patch release manager to patch release team in JA version skey policy. (#17045)

* Translate the localization page to French (#13431)

* Update broken links for API resources in federation.md (#17082)

* Remove mistyhacks@ from OWNERS_ALIASES (#16694)

New role in day job means my ability to participate will be limited.

* Init Vietnamese localization (#16965)

Init of the Vietnamese translation of the Kubernetes documentation / Website

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>

* Add content/pt/docs/concepts/overview/working-with-objects/names.md (#17030)

* Update script for Python3, PyYAML 5.1.2 (#17127)

-Update to use argparse.ArgumentParser() for command line args
-Use tempfile library to create tmp work directory

-Remove shutil.rmtree because it was throwing permission errors and
not deleting the directory. Also no longer needed after switching
to tempfile.

-Enchance error handling
-Add check for Go installation
-Enhance check for PyYAML installation
-Change deprecated PyYAML load function to full_load
-Add comments at top of file
-Modify to comply with PEP8
-Update kubernetes-components.md with software versions to match script

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>

* Replace Digital Ocean with DigitalOcean (#17033)

The former is the official spelling, but both spellings have been
used throughout the docs. This commit replaces the occurrences of
the unofficial spelling with the official one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants