Andrew Chen
ff1432531c
Reimplement PR #3981
2017-08-01 01:54:43 -07:00
WanLinghao
704e14a2d7
Update assign-pod-node.md ( #4356 )
...
* Update assign-pod-node.md
I am a freshman on Kubernetes development.When I use the affinity feature,it confuses me that why the pod won't stop after I changing the node's label which makes the node no longer satisfy the affinity condition.Although I learn how this feature works by community, I hope the documentation can help people especially fresh man better.^_^
* Update assign-pod-node.md after review
I have fixed the commit after review
2017-08-01 01:49:23 -07:00
Andrew Chen
7d77edd74a
Reimplement PR #4383
2017-08-01 01:33:08 -07:00
xufei
6549a0b34a
docs: Fix sentence begins with an uppercase letter ( #4556 )
2017-08-01 01:31:55 -07:00
Lyubomir Gardev
6925e45052
Update labels.md ( #4417 )
...
Added code formatting to the third operator available for Set-based requirements of label scopes.
2017-08-01 01:25:57 -07:00
Xing Zhou
d9e099b7af
Turn env variables to upper case in the example.
...
As K8s won't change the env variable from configmap(using envFrom
to upper case, so change the variable names to upper case in the
example.
2017-08-01 01:17:24 -07:00
Jian Qiu
77c05ef418
Add dns policy setting
2017-08-01 01:14:14 -07:00
Matthew Dorn
52b8d44683
use raw github url for ip-masq-agent.yaml
2017-08-01 01:12:22 -07:00
dlorenc
1009f889d5
Remove the alpha storage-class annotation.
...
This doesn't work when run in beta storage class clusters.
2017-08-01 01:11:15 -07:00
Sahdev Zala
c2dfbb46ec
Fix incorrect link and add missing ones for pod template ( #4366 )
...
* Fix incorrect link and add missing ones for pod template
The current link to the pod template is pointing to replication controller
page. Also couple places missing a link to get better view of what pod
template is.
* fix pod link
* fix pods url
2017-08-01 01:08:49 -07:00
Ryan Roden-Corrent
373d10f1fd
Fix aggregation link in custom resources page. ( #4338 )
2017-08-01 01:06:26 -07:00
Sahdev P. Zala
47b0f2f0a4
Fix unresolvable element
...
The incorrect element pointer gives an error,
cannot resolve element with id updating-a-replication-controller, with a
broken link. Fix it.
2017-08-01 01:01:23 -07:00
sudr
2170ffbc76
Update install-kubectl.md to include instructions for kubectl auto-completion in oh-my-zsh ( #4370 )
...
* Update install-kubectl.md
* Move Oh-My-Zsh and edit
* add "the"
2017-08-01 00:52:12 -07:00
Fabian Deutsch
9e74703ad1
docs: Fix link in horizontal-pod-autoscale to #support-for-custom-metrics
2017-08-01 00:36:28 -07:00
Justin W. Flory
e448f859ce
Fix redirected link
...
Updates the reference to bring you to the right location on the current page (instead of leaving you at the top)
2017-08-01 00:35:16 -07:00
Cao Shufeng
14df916093
Update NamespaceLifecycle admission controller
2017-08-01 00:34:29 -07:00
Dino Hensen
8ff2710305
Fix indent and use valid keys for configMapKeyRef ( #4428 )
...
Fix restartPolicy indent.
Use valid keys from the ConfigMap in the step previous to the last special-config creation. Key special.type was not created anywhere in previous steps anywars.
2017-08-01 00:25:26 -07:00
Vijay Dhama
90bc317621
Fixed application troubleshooting guide link ( #4441 )
2017-08-01 00:19:45 -07:00
Eric Mountain @ Amadeus
2934358f13
Minor fix in example resource limit policy
...
Looks like
```
the cluster operator may want to set limits that a pod must consume at least 20% of the memory and CPU
```
was meant to be
```
the cluster operator may want to set limits that a pod must consume no more than 20% of the memory and CPU
```
2017-07-31 23:58:34 -07:00
Mik Vyatskov
6f42c332ec
Fix a small bug in the Stackdriver Logging documentation ( #4453 )
2017-07-31 23:56:15 -07:00
Lachlan Evenson
723bdc97a8
Update TLS bootstrapping docs ( #4490 )
...
* Add bootstrap tokens reference
Update kubelet required flags
* update kubelet flag
* update bootstrap tokens to add alpha wording
* update authorization provider background and standardize on system:bootstrappers group
* made kubelet requirements more prominant
* fix grammar
* wording updates based on review
* update md links
2017-07-31 23:55:48 -07:00
Davanum Srinivas
cdaeaa56fe
Fix Typo - "TokenAccessReviewStatus" -> "status" ( #4475 )
...
* Fix Typo - "TokenAccessReviewStatus" -> "status"
"TokenAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authenticate pass/fail status.
* Use back ticks for spec
For consistency highlight spec better using back ticks
2017-07-31 23:53:04 -07:00
Andrew Chen
63c16a7636
Merge pull request #4555 from kubernetes/chenopis-4397-patch
...
Fix Kuberentes typo
2017-07-31 23:50:14 -07:00
Andrew Chen
d40b245c9b
Fix Kuberentes typo
2017-07-31 23:45:38 -07:00
Ahmet Alp Balkan
acef396611
Fix typos and add a paragraph for initializers doc ( #4369 )
...
* Fix typos and add a paragraph for initializers doc
- Fixed a few consistency issues and typos in the doc
- Also fixed an username typo in assignees
- Added a paragraph explaining how the example initializerconfiguration will
be applied once it is created.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Add .pending to metadata.initializers, re-wording
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-31 23:15:39 -07:00
Davanum Srinivas
11238eea0e
Fix Typo - Initializer should be Initializers
...
Looking at the code, the right string to set in --admission-control would be `Initializers`:
https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/initialization/initialization.go#L43
2017-07-31 17:21:10 -07:00
Xiaoyu Zhang
aaa7e8a948
add three punctuations ( #4539 )
...
* add two punctuation
add two punctuation
* add one more
2017-07-31 17:20:19 -07:00
xiaoy
d5595d133f
fix container name ( #4542 )
...
* fix command and try cla again
* fix command
* the container name should be sidecar
2017-07-31 17:16:41 -07:00
Xing Zhou
cf75fef7fb
Translate getting-started-guides/coreos/bare_metal_offline.md into Chinese
2017-07-31 16:56:18 -07:00
Jennifer Rondeau
d27df547b2
Apply templates, some edits for style guide conformance ( #4537 )
...
* edit for template, style guide conformance
* fix whitespace errors
* fix template errors
2017-07-31 16:43:08 -07:00
JENNIFER RONDEAU
d32de1bedb
add links about ports and firewalls
2017-07-31 16:38:48 -07:00
Jennifer Rondeau
3a37833823
fix broken link to concepts topic ( #4471 )
...
* rebase and resolve merge conflict
* fix whitespace error
2017-07-31 16:37:40 -07:00
JENNIFER RONDEAU
28939a8eae
fix memorypressue and diskpressure descriptions
2017-07-31 16:36:35 -07:00
Andrew Chen
51f3d013b1
Merge pull request #4551 from kubernetes/chenopis-4541-patch
...
Reimplement #4541
2017-07-31 16:34:50 -07:00
Andrew Chen
0e500aa7d7
Reimplement #4541
2017-07-31 16:26:37 -07:00
Andrew Chen
fadf7b5f96
Merge pull request #4550 from steveperry-53/playgrounds
...
Add playgrounds to Task and Tutorial prerequisites.
2017-07-31 16:06:13 -07:00
steveperry-53
53b8d8f667
Add playgrounds to Task and Tutorial prerequisites.
2017-07-31 15:25:55 -07:00
William Chang
5d966136c5
Fix the variables file path. ( #4483 )
2017-07-28 21:48:45 -07:00
Cody Clark
9f0d7e54b2
Adding Callouts to Docs ( #4535 )
...
* Create callouts.css
* Linking callouts.css
* Alphabetical order
* Added doc for using callouts
* Fix link
* Deleting info
* Updates per Ahmet
Added more detailed examples and a common issues section
* Update style-guide.md
2017-07-28 16:59:19 -07:00
Ahmet Alp Balkan
28f66c1f71
Add new manifests, storageclass validation
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-28 10:09:41 -07:00
Ahmet Alp Balkan
f7b3a88df6
Import updated cassandra tutorial
...
Ran `./update-imported-tutorials.py`.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-28 10:09:41 -07:00
Slava Semushin
d629d10178
pod-security-policy.md: clarify the difference between the case when pod being created by a user and a service account.
2017-07-28 10:06:22 -07:00
Tobin Harding
f89a999584
Make minor gramatical change
2017-07-28 10:03:49 -07:00
Davanum Srinivas
41ad364646
Fix Typo - "SubjectAccessReviewStatus" -> "status"
...
- "SubjectAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authorization passed or failed.
- For consistency highlight spec better using back ticks
2017-07-28 09:55:45 -07:00
sope
be76c4bca7
Add TypeScript client library for kubernetes ( #4524 )
2017-07-28 08:41:49 -07:00
Andrew Chen
2e257d9707
Changes for move to Netlify ( #4464 )
...
* disable jekyll-redirect-from gem
* add _redirects file
* disable 404 redirect script
* add 301 redirect to test
* retain _redirects file
* Convert redirect_from's to _redirect file. (#4409 )
* Remove redirect_from's. (#4424 )
* Add 301's to _redirects. (#4427 )
* add whitespace before 301
* move redirects in /js/redirects/js to _redirects
* add disabled option for cn redirect
* convert include to array in _config.yml
* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
dhilipkumars
130b72927c
Simplify sentence
2017-07-28 01:01:48 -07:00
divyenpatel
b4317f583e
minor correction for datastore storage folder
2017-07-28 00:54:09 -07:00
Adam Schepis
eedaff61ee
Fix spelling error ( #4528 )
...
Fix misspelling of rabbitmq in coarse parallel processing example
2017-07-27 16:51:16 -07:00
divyenpatel
3d05d95e71
Updated Getting Started Guide for vSphere Cloud Provider
2017-07-27 15:26:14 -07:00