Pengcheng Chen
657c976468
Fix indent issue in cheatsheet.md ( #16574 )
2019-09-27 14:22:43 -07:00
manyatripathi
19ff9cf17d
Update topology-manager.md ( #16580 )
2019-09-27 14:20:43 -07:00
Trey Tacon
9c39aff3e7
Correct minor typo Cronjob -> CronJob. ( #16591 )
2019-09-27 14:18:42 -07:00
Melony QIN
62b279afbb
add kubectl run deploy pod into specific namespace ( #15825 )
...
* add kubectl run deploy pod into specific namespace
* add my namespace
2019-09-27 14:04:42 -07:00
Mesaque Silva
0d32568251
wrong path of kube-scheduler ( #16051 )
...
updating line 51 to correct the path for kube-scheduler
2019-09-27 13:53:36 -07:00
Tim Bannister
79ef4a50a9
Use more glossary shortcodes ( #16086 )
2019-09-27 13:43:36 -07:00
bells17
ef44fdc062
Fix Cloud Provider repository links: CloudStack & OpenStack ( #16129 )
2019-09-27 13:41:36 -07:00
Benjamin Fuller
8c0be10bfd
Update docs to include example of tolerations in a pod ( #16157 )
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
2019-09-27 13:33:35 -07:00
Ismail Alidzhikov
5f9fe16f28
Align cheatsheet comments ( #16178 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com >
2019-09-27 13:29:36 -07:00
Syed Awais Ali
61fd2ab61e
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
2019-09-27 13:27:36 -07:00
Artem V. Navrotskiy
168b7131f2
Update install-minikube.md ( #16180 )
2019-09-27 13:23:36 -07:00
Deepika Pandhi
7bb1acf3dd
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
2019-09-27 13:03:37 -07:00
mohamed chiheb ben jemaa
2975fd3137
delete outdated section ( #16332 )
2019-09-27 12:11:37 -07:00
Toni Tauro
764a485885
add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions ( #16347 )
2019-09-27 12:09:36 -07:00
Himanshu Pandey
9680192797
Added installation option for kubectl ( #16380 )
2019-09-27 12:05:37 -07:00
Rafael Fernández López
1524d24915
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+.
2019-09-26 13:00:35 -07:00
Lee Verberne
fbc03c8ec6
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
2019-09-26 09:41:09 -07:00
Tim Bannister
6e07eee895
Revise DNS Horizontal Autoscaling task ( #16069 )
2019-09-26 07:47:10 -07:00
Sascha Grunert
d4d55a7039
Add introduction of Alpha feature EvenPodsSpread ( #16446 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2019-09-25 19:35:06 -07:00
wgj
e449999373
Updates url for creating a sample user ( #16412 )
2019-09-25 19:33:08 -07:00
Saed Alavinia
04bbe060ec
Update taint-and-toleration.md ( #16558 )
...
Removing the confusing "any"
2019-09-25 19:31:06 -07:00
Andrej Marolt
313379c109
Change formatting of example-ingress.yaml ( #16545 )
2019-09-25 19:29:07 -07:00
Mans Matulewicz
84a1651d19
copy paste fix ( #16548 )
2019-09-25 19:27:07 -07:00
Pengcheng Chen
54af88fad2
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}' `
2019-09-25 19:25:06 -07:00
diguage
3a2a59c3e3
clean up the environment ( #16430 )
2019-09-25 15:15:05 -07:00
Raghuram Devarakonda
b948ea293d
Explicitly mention alpha status of snapshot APIs. ( #16525 )
...
Also added a section about creating volumes from snapshots.
2019-09-25 11:07:41 -07:00
diguage
66cadd66b5
fix markdown syntax ( #16452 )
2019-09-25 10:46:02 -07:00
Michal Srb
351a306344
Validate namespace preference in current context with --minify option ( #16448 )
...
Signed-off-by: Michal Srb <michal@redhat.com >
2019-09-25 10:44:02 -07:00
aimeeu
e2da611c77
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 >
2019-09-25 08:54:01 -07:00
aimeeu
d80ab90cdb
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 >
2019-09-25 08:52:01 -07:00
mohamed chiheb ben jemaa
94efd836f8
repalce depracted run command by create ( #16533 )
2019-09-25 01:41:59 -07:00
savitharaghunathan
c751f5cfcf
replacing html table with markdown ( #16540 )
2019-09-24 17:59:58 -07:00
Fabrizio Pandini
450803fb92
add-kubeadm-upgrade-redirects ( #16519 )
2019-09-24 14:33:58 -07:00
Raghuram Devarakonda
dc9f71bead
Volume cloning doc should mention "bound" PVCs. ( #16521 )
2019-09-24 10:57:29 -07:00
widearea101
4d029700cf
Update deployment.md ( #16513 )
2019-09-24 09:55:29 -07:00
Nikhita Raghunath
d96cb03a79
Add known issue about informer-gen in release notes ( #16523 )
...
Issue: https://github.com/kubernetes/kubernetes/issues/82860
Fix in: https://github.com/kubernetes/kubernetes/pull/82410
2019-09-24 09:43:30 -07:00
Marian Steinbach
cf1a4adc31
Fix type in URI ( #16522 )
2019-09-24 09:41:27 -07:00
Qiming
82d8113545
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.
2019-09-24 09:35:30 -07:00
conwaychriscosmo
d7b4c74d0f
updating full link to be more descriptive ( #16526 )
2019-09-24 09:33:27 -07:00
diguage
4b7a430999
fix upgrade url ( #16517 )
2019-09-24 05:37:27 -07:00
Karen Bradshaw
444ef3486e
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 .
2019-09-24 00:59:25 -07:00
diguage
5807a91689
keep content and file name to be consistent ( #16532 )
2019-09-24 00:49:26 -07:00
Ed Randall
94bb13a1a2
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
2019-09-22 20:35:22 -07:00
Josh Woodcock
ff1a982e6b
Add basepath to ingress ( #16458 )
...
Without this change `curl hello-world.info` will return a 404
2019-09-22 20:33:22 -07:00
Eric Briand
99c450f59c
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
2019-09-22 20:27:22 -07:00
Tim Schaller
bb21787b7d
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).
2019-09-22 20:25:22 -07:00
Deepika Pandhi
3eb7612e88
Removed uninitialized flag reference from kubectl cheetsheet ( #16485 )
2019-09-22 20:21:22 -07:00
John Howard
e14782f703
Fix ApiVersion on EndpointSlice example ( #16486 )
2019-09-22 20:19:22 -07:00
bjpaul
702d05e9fe
resolving merge conflict ( #16497 )
2019-09-21 17:19:23 -07:00
M00nF1sh
20a4616283
promote AWS-NLB Support from alpha to beta ( #14451 ) ( #16459 )
2019-09-20 11:29:27 -07:00