Luzhenxing
62b6fe2280
Change PowerShell example to use the -Raw flag ( #17645 )
2019-12-01 06:03:03 -08:00
Qiming
d6285eaac4
Remove dead links to old getting started guides ( #17889 )
...
Close : #17859
2019-11-30 21:25:03 -08:00
Qiming
e03f4b258c
Fix a command in kubectl cheatsheet ( #17888 )
...
Closes : #17883
2019-11-30 21:23:03 -08:00
Qiming
7f7829fceb
Fix the format of prerequisites section ( #17892 )
...
for: #17652
2019-11-30 21:21:03 -08:00
Qiming
9270ebfa5a
Tweak StatefulSet concept page for YAML rendering ( #17891 )
...
for: #17792
2019-11-30 21:17:04 -08:00
Hongcai Ren
d66a1be13f
Correct RegisterCloudProvider link ( #17873 )
2019-11-30 03:45:03 -08:00
Sharjeel Aziz
aeb3cce703
Update commands/command output to reflect current versions. ( #17877 )
...
* Minor heading update according to the guideline
Fixed title of the document to use title case as described in the community guidelines.
* Capitalization fixes.
* Update commands/command output to reflect the current version
2019-11-30 03:43:03 -08:00
Kohei Yoshida
036d03ce18
Tasks/Configure DNS for a Cluster: add some descriptions about CoreDNS ( #17879 )
...
* add some descriptions about CoreDNS
* Update configure-dns-cluster.md
2019-11-30 00:59:03 -08:00
yunxji
f11ffddab6
Updata_service.md ( #17834 )
...
* Modify document format.
* Update cloud-controller.md
Add content about Tencent cloud providers.
* Update cloud-providers.md
Add content about Tencent cloud providers.
* Update service.md
Added some TKE Service annotations
* Update service.md
Content optimization based on reviewers' recommendations.
* Update service.md
* Update service.md
Optimize the content of Line 902-903.
* Update service.md
2019-11-29 18:45:03 -08:00
makocchi
f471f68b99
Add TopologyManager description ( #17867 )
2019-11-29 06:59:05 -08:00
Tim Bannister
7758da34d2
Reword glossary entry ( #17429 )
2019-11-29 05:07:03 -08:00
Vageesha17
a02dc2d616
solved for issue #17853 ( #17872 )
...
* solved for issue #17853
* updated file as per the suggestion
2019-11-29 04:51:03 -08:00
Vageesha17
5822f8a0ed
fixed broken link for issue #17859 ( #17871 )
2019-11-29 04:49:03 -08:00
Marian Steinbach
d1363e5827
Update Giant Swarm website URL ( #17838 )
2019-11-27 21:19:03 -08:00
bogard1203
68e836b267
Fixed the incorrect parameter of specifying the CRI endpoint for kubelet and corrected Default CNs ( #17839 )
...
* Fixed the incorrect parameter of specifying the CRI endpoint for kubelet
Corrected the parameter of '--container-runtime-path-endpoint' with '--container-runtime-endpoint'
* Corrected Default CNs
Fixed the incorrect Default CNs for apiserver-etcd-client.crt and apiserver-kubelet-client.crt
2019-11-27 21:17:03 -08:00
Samuel Kihahu
b364ad92b3
en-docs: Minikube Installation via Homebrew ( #17826 )
...
* en-docs: Add Minikube Installation Via Homebrew
* Update install-minikube.md
2019-11-27 00:11:21 -08:00
Quan Tian
09faf47be7
kubectl config should be linked to its anchor ( #17828 )
2019-11-26 21:25:21 -08:00
zhouya0
9ba54f5da6
fix secret not working ( #17810 )
2019-11-26 16:45:21 -08:00
Marcelo Juchem
ed0483f175
Add Flowmill agent to examples of DaemonSets ( #17818 )
...
Adds the Flowmill monitoring agent as an example of DaemonSet, with link to public helm charts that can be used as reference documentation.
2019-11-26 16:43:21 -08:00
krufab
3470c61771
Corrected typo in the text file ( #17819 )
2019-11-26 16:41:20 -08:00
RA489
c3536e120d
How to upgrade minikube ( #17813 )
2019-11-26 03:29:10 -08:00
Tomasz Prus
538cf362e2
Add kubernetes-asyncio library ( #17812 )
2019-11-26 03:27:10 -08:00
Tim Bannister
1a45e5cc4d
Reword “Extend kubectl with plugins” ( #17005 )
...
* Tweak kubectl plugins page
- drop text about kubectl plugin beta status etc
- fix output formatted as shell
- address the reader as “you”
- other tweaks
* Update links & details for Krew
* Update kubectl-plugins.md
2019-11-25 22:23:10 -08:00
j-zimnowoda
8d15eaa3b6
Update debug-application.md ( #17066 )
...
A Service has targetPort to indicated Pod's containerPort (service.spec.ports.targetPort)
2019-11-25 21:31:10 -08:00
praveen-kg
e26dd31892
incorrect command for sort-by operation on pod ( #17032 )
...
* incorrect command for sort-by
kubectl get pods -n test --sort-by=.spec.capacity.storage, is incorrect for pod as pods will not have capacity.storage under .spec, rather it should be for PersistentVolume.
So change the command
kubectl get pv -n test --sort-by=.spec.capacity.storage
* Update cheatsheet.md
2019-11-25 21:29:10 -08:00
Tim Bannister
6551689040
Clean up configure-persistent-volume-storage task ( #16907 )
2019-11-25 21:21:10 -08:00
Kohei Yoshida
1efdef54c9
add EKS cluster upgrading section ( #17800 )
2019-11-25 20:51:10 -08:00
reung37
6a579987eb
Update etcd.md ( #17751 )
2019-11-25 20:47:10 -08:00
Tanveer Alam
b145af7d48
Reference link added for Flex and CSI volume ( #17735 )
...
* Refernce link added for Flex and CSI volume
Added reference link of Flex and CSI volume under `Components of the CCM` section.
* Update content/en/docs/concepts/architecture/cloud-controller.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-11-25 20:45:10 -08:00
Wook-Jin, Lee
f92dfa1cb8
Fixed the link ( #17731 )
2019-11-25 20:43:09 -08:00
Sharjeel Aziz
49ca117430
Minor heading update according to the guideline ( #17747 )
...
* Minor heading update according to the guideline
Fixed title of the document to use title case as described in the community guidelines.
* Capitalization fixes.
2019-11-25 20:41:10 -08:00
bpelikan
b2a6268c5a
Update kubectl get hpa output ( #17780 )
2019-11-25 20:39:10 -08:00
Paul Anunda
dd30366605
Removed duplicate link ( #17799 )
...
This change removes a duplicate link to the setup/best-practices/certificates page.
2019-11-25 20:37:10 -08:00
Lv Jiawei
07b622c6bb
Add stateful set which hpa has supported ( #17806 )
...
As https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ and https://github.com/kubernetes/website/pull/16425 say, the hpa has already supported stateful set.
2019-11-25 20:33:10 -08:00
Samuel Kihahu
7fe525ce45
Update kops Installation Steps ( #17726 )
...
* Document downloading the latest or a specific kops version
Add links to Install Homebrew On MacOS, Linux
* Update kops.md
2019-11-25 07:43:06 -08:00
Pablo Castellano
efab8c6166
Use feature-state template ( #17787 )
...
* Use feature-state template
* Update certificate-rotation.md
2019-11-25 21:05:21 +08:00
Pablo Castellano
fc3f1420ac
Update repo url ( #17788 )
...
service-catalog is not part of kubernetes-incubator anymore
2019-11-25 21:04:19 +08:00
nonylene
bd50474a84
Fix invalid command (kubectl rolling-update) ( #17607 )
...
`kubectl rolling-update` is the right command.
Doc: https://kubernetes.io/docs/tasks/run-application/rolling-update-replication-controller/
2019-11-21 13:43:29 -08:00
Chris
d64b052a54
Add caution to behavior of --from-env-file ( #17585 )
...
* Add caution to behavior of --from-env-file
* Reword warning to fix grammar
2019-11-21 13:41:29 -08:00
Simon Woo
085ef61502
Correct name of link to PersistentVolume ( #17589 )
2019-11-21 13:39:29 -08:00
Jim Angel
c498580523
adding in search link ( #17640 )
2019-11-21 13:37:29 -08:00
codyc
8d9aeb2ba4
updated to include new link ( #17727 )
...
updated to reflect correct link
2019-11-21 13:33:29 -08:00
Tanveer Alam
6ee68467a7
Added Open Service Broker reference link ( #17721 )
...
`https://openservicebrokerapi.org/ ` contains information such as `what are service brokers?`, how they work, building services for Kubernetes using `Open Service Broker API` etc.
2019-11-21 12:21:29 -08:00
Pablo Castellano
b2a9043df6
Fix typos in Limit Ranges ( #17665 )
2019-11-21 04:15:28 -08:00
RA489
dc5c882570
Issue with k8s.io/docs/setup/learning-environment/minikube/ ( #17689 )
2019-11-21 04:07:28 -08:00
Alena Varkockova
15b4194727
Fix typo in the word annotation ( #17716 )
2019-11-21 04:05:28 -08:00
Luzhenxing
fb36e557c9
fix 17690 ( #17704 )
2019-11-21 02:15:28 -08:00
tde908
3398b6f69d
chore(kubectl): Formatting markdown ( #17697 )
...
Amending the formatting of the MD as ```shell was showing up in plain text. Zsh options: "https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion "
2019-11-21 02:13:28 -08:00
Tanveer Alam
9f8d00f37e
Removed Object Metadata from Concepts Overview. ( #17691 )
...
`Object Metadata` section is misleading, as the Concept's overview is covering what master and non-master nodes are and list of objects. But there is no discussion on `Object Metadata` till the end and all of sudden there is Object Metadata section with no background introduction or definition, and just a reference to `Annotations` which is confusing if you read the content from the beginning. So it would be better to remove this as it is covered later here `https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ `.
2019-11-21 02:11:28 -08:00
Pablo Castellano
ace8401e2d
Fix typos in Kube Scheduler ( #17667 )
2019-11-21 02:09:28 -08:00