Production-Grade Container Scheduling and Management
Go Python Shell HTML Makefile SaltStack
Switch branches/tags
Latest commit f9e4b6d Jan 4, 2018 @k8s-merge-robot k8s-merge-robot Merge pull request #56608 from hzxuzhonghu/fix-typo
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix typo

**What this PR does / why we need it**:

fix typos in pkg/kubeapiserver/default_storage_factory_builder.go

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:
tiny fix typo 
**Release note**:

```release-note
NONE
```
Permalink
Failed to load latest commit information.
.github Merge pull request #54114 from xiangpengzhao/fix-pr-template Oct 31, 2017
Godeps Run godep-save.sh and update-staging-godeps.sh Jan 3, 2018
api Generate specs after fixing typo in documentation. Jan 2, 2018
build Bump rules_go to 0.8.1 Dec 23, 2017
cluster Remove comments in get-kube.sh that imply support for environments Jan 4, 2018
cmd Merge pull request #56615 from hzxuzhonghu/validate-admission-control Jan 4, 2018
docs Run update-api-reference-docs.sh. Jan 3, 2018
examples Autogenerate BUILD files Dec 23, 2017
hack Merge pull request #57805 from liggitt/test-grep-pipe-fix Jan 3, 2018
logo Don't use strokes in the logo SVG Oct 12, 2017
pkg Merge pull request #56608 from hzxuzhonghu/fix-typo Jan 4, 2018
plugin Merge pull request #54983 from chentao1596/admission-priorityclass-er… Jan 4, 2018
staging Fix ExternalAddress parsing problem under IPv6 Jan 4, 2018
test Merge pull request #57810 from sbezverk/e2e_test_fix Jan 4, 2018
third_party Autogenerate BUILD files Dec 23, 2017
translations Merge pull request #47584 from zjj2wry/translate Nov 16, 2017
vendor Run godep-save.sh and update-staging-godeps.sh Jan 3, 2018
.bazelrc move build related files out of the root directory May 15, 2017
.generated_files Move .generated_docs to docs/ so docs OWNERS can review / approve Feb 16, 2017
.gitattributes Hide openapi-spec in diffs Nov 5, 2017
.gitignore make clean will remove all gitignored files Sep 4, 2017
.kazelcfg.json Switch from gazel to kazel, and move kazelcfg into build/root Jul 18, 2017
BUILD.bazel move build related files out of the root directory May 15, 2017
CHANGELOG-1.10.md Add CHANGELOG-1.10.md for v1.10.0-alpha.1. Dec 18, 2017
CHANGELOG-1.2.md Update TOC of CHANGELOG Sep 9, 2017
CHANGELOG-1.3.md Move 1.3.* release notes out of CHANGELOG.md Sep 15, 2017
CHANGELOG-1.4.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.5.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.6.md Revert k8s.gcr.io vanity domain Dec 22, 2017
CHANGELOG-1.7.md Update CHANGELOG-1.7.md for v1.7.12. Dec 29, 2017
CHANGELOG-1.8.md Update CHANGELOG-1.8.md for v1.8.6. Dec 21, 2017
CHANGELOG-1.9.md Update CHANGELOG-1.9.md for v1.9.1. Jan 4, 2018
CHANGELOG.md Move 1.8.x release notes Oct 12, 2017
CONTRIBUTING.md Pointed to community/contributors/guide/README.md Dec 15, 2017
LICENSE LICENSE: revert modifications to Apache license Nov 22, 2016
Makefile move build related files out of the root directory May 15, 2017
Makefile.generated_files move build related files out of the root directory May 15, 2017
OWNERS Fix my incorrect username in #46649 Aug 10, 2017
OWNERS_ALIASES fabiano no longer a thing Dec 19, 2017
README.md Reword double negative; link to readme Dec 8, 2017
SUPPORT.md Add a SUPPORT.md file for github Aug 11, 2017
Vagrantfile fix download link for fedora libvirt vagrant box Nov 18, 2017
WORKSPACE move build related files out of the root directory May 15, 2017
code-of-conduct.md Update code-of-conduct.md Dec 20, 2017
labels.yaml Merge pull request #51848 from xiangpengzhao/milestone-label Sep 5, 2017

README.md

Kubernetes

Submit Queue Widget GoDoc Widget CII Best Practices


Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Kubernetes plays a role, read the CNCF announcement.


To start using Kubernetes

See our documentation on kubernetes.io.

Try our interactive tutorial.

Take a free course on Scalable Microservices with Kubernetes.

To start developing Kubernetes

The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a working Go environment.
$ go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes
$ make
You have a working Docker environment.
$ git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes
$ make quick-release

For the full story, head over to the developer's documentation.

Support

If you need support, start with the troubleshooting guide and work your way through the process that we've outlined.

That said, if you have questions, reach out to us one way or another.

Analytics