Ronak Banka
7527f83b36
Fix broken link to AWS provider settings source ( #17899 )
2019-12-02 00:27:04 -08:00
Zhang Yong
c73493d000
fix 404 urls in kustomization.md ( #17793 )
...
* Update kustomization.md
fix 404 urls in kustomization.md
* Update content/en/docs/tasks/manage-kubernetes-objects/kustomization.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* update kustomization.md to be more stable
2019-12-02 00:25:04 -08:00
makocchi
2b23087c8d
Fix a dead link ( #17900 )
2019-12-02 00:23:04 -08:00
bogard1203
5c87fecbf2
Deleted duplicate sentence and corrected typo ( #17902 )
...
* Corrected the typo of 'chck' with 'check'
* Removed the duplicate sentence
2019-12-02 00:09:04 -08:00
Kohei Toyoda
8a4f05dbc6
update exmaple for job ( #17903 )
2019-12-02 00:07:04 -08:00
Jonathan Hall
8fc9b513ec
Spelling correction ( #17895 )
2019-12-01 16:49:04 -08:00
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
Samuel Kihahu
9afc68d402
Update kops Linux Setup Step ( #17696 )
...
Moving the downloaded kops binary in Linux to the path /usr/local/bin/kops requires privileged permissions.
2019-11-21 02:07:28 -08:00
Pablo Castellano
3690a264c7
Fix typo in DNS Autoscaling ( #17700 )
2019-11-21 02:05:28 -08:00
chentanjun
f77f57925e
fix-up 404 urls ( #17668 )
2019-11-20 18:11:28 -08:00
Gireesh Puthumana
55d80faab9
Issue-17562 default DNS cluster addon service's name fix ( #17563 )
...
* Issue-17562 default DNS cluster addon service's name fix
* Clarified the cluster addon is CoreDNS with application name KubeDNS and corrected the links to enable CoreDNS instead of kube-dns. Also reverted the changes made in ID & ZH languages. Need help there
* Update content/en/docs/concepts/services-networking/connect-applications-service.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-11-19 16:43:19 -08:00
Luzhenxing
87c5bd56b1
fix error url ( #17651 )
2019-11-19 00:15:41 -08:00
Pablo Castellano
f323e15018
Update k8s versions ( #17638 )
...
Related to project quotas
2019-11-18 12:39:41 -08:00
Manish Bansal
487fd92117
Documentation corrected ( #15944 )
...
* Documentation corrected
The description for the `command` section was wrong. Same is corrected.
* Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
2019-11-18 12:11:42 -08:00
Tariq Ibrahim
1ef778e98d
[docs/tutorials]: update kube-state-metrics install details ( #17570 )
2019-11-18 06:55:41 -08:00
Sascha Grunert
31970ef6f9
Fix invalid CRI-O glossary links ( #17532 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-17 17:59:41 -08:00
yacinelazaar
a6a505fb73
Remove instructions to copy Etcd CA key in HA ( #17611 )
...
* Remove instructions to copy Etcd CA key in HA
No need to copy etcd CA key when manually copying certs from first master node to nodes joining the control plane.
* ca.key still needed for stacked ETCD
Added note to quote/unquote the copying instructions depending on Etcd configuration
2019-11-17 17:53:41 -08:00
Mike Dame
6ec1a38ed0
Fix typo CRD field ( #17610 )
2019-11-17 17:51:41 -08:00
Oleg Butuzov
834d9e9f03
task/hpa example enhancement ( #17604 )
...
Using removable Pod instead of Deployment in HPA example.
2019-11-17 17:49:41 -08:00
Alejandro Huertas Herrero
8a42721eae
Add OpenNebula documentation link ( #17580 )
2019-11-17 17:47:42 -08:00
Luzhenxing
86d3882330
use a feature-state shortcode ( #17602 )
2019-11-17 17:45:42 -08:00
Gireesh Puthumana
f786b9cb7c
fix for https://github.com/kubernetes/website/issues/17597 ( #17599 )
2019-11-17 17:43:41 -08:00
Tanveer Alam
3c17c3fefd
Added design doc reference link of PLEG. ( #17596 )
...
Added reference link for PLEG(`https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/pod-lifecycle-event-generator.md `), which could be helpful for someone who is interested in knowing more about PLEG.
2019-11-17 17:41:41 -08:00
Tim Bannister
6d845b5f0c
Clean up sample output for kubeadm upgrade ( #17592 )
2019-11-17 17:39:41 -08:00
Luzhenxing
c346789c36
Use tabs for install section of Kompose ( #17600 )
2019-11-17 17:37:42 -08:00
chentanjun
9335df5d49
fix-up the broken link ( #17601 )
2019-11-17 17:35:42 -08:00
Ismail Alidzhikov
d83e538650
Update k/dashboard to v2.0.0-beta6 ( #17608 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-11-17 17:33:41 -08:00
Dr Nic Williams
41d5f445b2
jsonpath example of child with dot in name ( #17625 )
...
Promoting the solution shown in https://github.com/kubernetes/kubernetes/issues/23386#issuecomment-305348170
to formal documentation.
2019-11-17 17:27:41 -08:00
sivanzcw
8d14c1572d
change the expired link about sig-governance ( #17605 )
2019-11-16 21:35:41 -08:00
yunxji
b2c8c9c1c5
Add content about Tencent cloud providers. ( #17572 )
...
* Modify document format.
* Update cloud-controller.md
Add content about Tencent cloud providers.
* Update cloud-providers.md
Add content about Tencent cloud providers.
2019-11-14 04:49:34 -08:00
Oleg Butuzov
453437bd3a
PVCProtection related conent cleanup ( #17558 )
...
After PVCProtection was deprecated in kubernetes/website@be48fb38e9 was
removed task used to describe concept of it. Link wasn't removed
everywhere (this PR removes it) and was living in site documentation
since then.
In Addition from tasks.yaml removed link pvc-protection articles
(also not exists).
2019-11-13 17:09:36 -08:00
Oleg Butuzov
1f60267d15
Release Notes (correction) ( #17559 )
...
The link to the CRD page ( check link in CustomResourceDefaulting
description of Beta section) corrected.
2019-11-13 16:27:36 -08:00
Oliver Burré
f74e1d7a92
Updating the latest svcat versions in repo ( #17564 )
...
* Updating the latest svcat versions in repo
* using helm 3.0.0
2019-11-13 12:21:25 -08:00
Supriya Sirbi
ab1a66f158
#13332 No diagram on /concepts/overview/components/ ( #17157 )
...
* #13332 No diagram on /concepts/overview/components/
* Added Components of Kubernetes png file
* Added svg file
2019-11-13 02:45:12 -08:00
SataQiu
c1c108f044
kubeadm: clarify the usage of kubeadm commands in our external etcd guide ( #17541 )
2019-11-13 00:43:11 -08:00
Oleg Butuzov
16a0204771
Link to `PodOverhead` conficuration page fix. ( #17543 )
...
Issue page https://kubernetes.io/docs/concepts/containers/runtime-class/
2019-11-12 17:44:11 -08:00
Luzhenxing
cb5153f1df
remove OutOfDisk from node condition ( #16879 )
2019-11-12 17:22:11 -08:00
diguage
49599227f2
update doc for client-go ( #16937 )
2019-11-12 17:20:11 -08:00
Marc Bihlmaier
16316ee1ca
Update kubeadm-upgrade.md ( #17310 )
...
[BUGFIX] add fix missing command
2019-11-12 17:12:11 -08:00
Oleg Butuzov
04a42af748
Returning Cert Manager mention. ( #17551 )
...
Affected URL
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
Cert Manager mention was removed in kubernetes/website@8781518d as part of
the merge conflict resolving.
* Links to cert manager placed back (so we wouldn't see again
`[cert-manager][cert-manager]` in article text).
* In addition link to cert manager documentation is updated to official
website (its still readthedocs but, its official by stand of team behind
of the cert-manager)
2019-11-12 17:08:11 -08:00
Mitesh Jain
f222648ebf
Remove reference of unsupported k8s versions for CPUManager. ( #17330 )
...
* Remove reference of unsupported k8s versions for CPUManager.
* Update note for none-policy and add links.
* Remove redundant note for alpha version.
2019-11-12 01:04:07 -08:00
Mitesh Jain
f54a7ad16f
Fix #17250 - Add details for TaintNodesByCondition. ( #17313 )
...
* Add details for TaintNodesByCondition.
* Add glossary tip for taints and improve wording for TaintNodesByCondition.
2019-11-12 01:02:10 -08:00
Luzhenxing
18a606211a
change version to param ( #17540 )
2019-11-11 18:32:06 -08:00
Sascha Grunert
7f9f9d9fbe
Update AppArmor requirement section ( #17531 )
...
Mainly all runtimes support AppArmor from now on, so we should update
the documentation accordingly.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-11 18:30:07 -08:00
Oleg Butuzov
a3f671a816
fix - broken link ( #17529 )
...
Fix for brokenlink at kubeadm upgrade page
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
(see link "certificate management documentation" )
2019-11-11 18:28:06 -08:00
vasu1124
d8c8d74f79
Updated Gardener line ( #17525 )
...
* Updated Gardener line
* Update Gardener line in solutions table
2019-11-11 18:26:07 -08:00
CRC
66243a6dc2
Update label selectors caution about OR operator ( #17477 )
2019-11-11 18:24:06 -08:00
Tim Bannister
aa6131020c
Take kube-proxy features for granted ( #17483 )
...
All supported Kubernetes versions offer all kube-proxy features
previously listed.
2019-11-11 18:22:07 -08:00
Tim Bannister
77b22e7fcd
Tidy “clean up local state” for Minikube install ( #17506 )
2019-11-11 18:20:06 -08:00
Luzhenxing
eb6a2bb7b2
remove feature gate ( #17502 )
2019-11-11 18:18:06 -08:00
tom1299
6008b3d3fc
Fix deprecation warning on example execution ( #17522 )
...
Fix for the deprecation warning when executing the command:
```bash
$ kubectl run hello --schedule="*/1 * * * *" --restart=OnFailure --image=busybox -- /bin/sh -c "date; echo Hello from the Kubernetes cluster"
kubectl run --generator=cronjob/v1beta1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead.
```
2019-11-11 18:16:08 -08:00