toyoda
59e76027ef
Fix indent on kubeadm-upgrade.md
2020-04-22 19:04:11 +09:00
Kubernetes Prow Robot
3bffa50161
Merge pull request #19705 from sftim/20200318-revise-cloud-controller-manager
...
Revise cloud-controller-manager documentation
2020-04-21 20:25:53 -07:00
Tim Bannister
5db3af4938
Revise cloud-controller-manager documentation
2020-04-21 19:59:45 +01:00
Marcin Niemira
df2204ffd0
Merge branch 'master' of https://github.com/kubernetes/website into fix-restart-always-docs
2020-04-21 19:04:13 +10:00
Kyle Luzny
4b1bc902f3
remove deprecation in dns-debugging-resolution.md
...
The syntax of this command is deprecated, updated to use the latest format:
```
$ kubectl exec dnsutils cat /etc/resolv.conf
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
```
2020-04-20 01:50:33 -05:00
Kubernetes Prow Robot
3c1e828395
Merge pull request #20365 from ntkjer/feature/ingress-minikube-edit
...
fixes deprecated references to kubectl run as a deployment generator
2020-04-17 07:39:06 -07:00
Kubernetes Prow Robot
0665a7bb03
Merge pull request #20390 from varadaprasanth/patch-3
...
Pod object is formatted
2020-04-17 05:11:06 -07:00
DNX
4c4f28b341
Correct link to debug-running-pod
...
The current link refers to a nonexistent page, this change addresses the typo.
2020-04-17 18:26:18 +10:00
varadaprasanth
c7f46f82d7
Pod object is formatted
...
Pod object is formatted as per the standards
2020-04-16 18:23:21 +05:30
ntkjer
f438d28b31
fixed deprecated references to kubectl deployment generation. uses create instead of run instead.
2020-04-15 17:56:00 -04:00
Quan Tian
5548f21f21
Correct description of registering APIService
...
APIService doesn't have `path` field and cannot call a service at
specified subpath. This might be a copy-paste error from service in CRD
webhook.
2020-04-15 06:15:17 -07:00
Kubernetes Prow Robot
ec54f985ee
Merge pull request #20303 from Nishikoh/fix-indent
...
Fix indent of the example yaml
2020-04-14 23:28:02 -07:00
Jon Huhn
ab052f11cd
Fix typo
2020-04-14 12:53:47 -05:00
Kubernetes Prow Robot
e09ee49559
Merge pull request #19852 from bg-chun/topology-manager
...
fix inaccurate information of topology-manager admin guide
2020-04-14 02:09:11 -07:00
Kubernetes Prow Robot
e482360756
Merge pull request #19596 from jenting/fix-hpa-walkthrough
...
Correct target.type from AverageUtilization to Utilization
2020-04-14 01:25:11 -07:00
Byonggon Chun
eb750e83d9
fix inaccurate information of topology-manager admin guide
...
Topology Manager deal with Guaranteed QoS Pod.
=>Topology Manager deal with all Pod QoS Classes since 1.17
Topology Manager works on Nodes with the Static CPU Policy enabled
=> changing wording to make this clearer and adding examples
Signed-off-by: Byonggon Chun <bg.chun@samsung.com >
2020-04-14 12:28:41 +09:00
KoukiNishihara
2648b9cf31
remove extra space
2020-04-14 10:51:41 +09:00
KoukiNishihara
047588fb31
Fix indent of the example yaml :en
2020-04-14 10:40:10 +09:00
Marcin Niemira
4d52cb6dd5
Merge branch 'master' into fix-restart-always-docs
2020-04-12 16:44:28 +10:00
Tim Bannister
67e49d68d6
Clean up Job parallel processing expansion task
...
- use Task template, not Concept
- Explain use of curl for downloading
- Use DBPedia URLs for fruit (these should stay valid)
- Reword prerequisites
2020-04-11 21:59:43 +01:00
Jordan Liggitt
ace502b542
Make feature-state tag usage consistent
2020-04-09 13:19:41 -04:00
Amim Knabben
128f1f2ae2
Exec on correct pod name
2020-04-08 22:49:14 -04:00
Kubernetes Prow Robot
65f4ef30fa
Merge pull request #20022 from dsbos/patch-4
...
Fix grammar problems and otherwise try to improve wording.
2020-04-08 17:27:44 -07:00
Kubernetes Prow Robot
83843968f6
Merge pull request #19742 from NikeNano/master
...
Update the Mac autocomplete documentation to use bash_profile
2020-04-08 17:25:44 -07:00
Kubernetes Prow Robot
93066e3d64
Merge pull request #20148 from soolaugust/patch-1
...
fix older content of 1.17.x
2020-04-08 17:09:43 -07:00
Karen Bradshaw
2d39523ee7
fix page formatting
2020-04-07 18:08:40 -04:00
soolaugust
9335dcda91
fix older content of 1.17.x
2020-04-07 16:36:54 +08:00
Daniel Barclay
0bd6f53d4a
Restored accidentally deleted space.
2020-04-06 19:39:55 -04:00
Kubernetes Prow Robot
0854666f54
Merge pull request #20113 from caesarxuchao/network-proxy-master
...
Doc for Konnectivity service feature
2020-04-06 16:17:46 -07:00
Kubernetes Prow Robot
de07e4adfc
Merge pull request #19746 from rajeshdeshpande02/patch-64
...
Adding example to DaemonSet Rolling Update task
2020-04-06 15:55:47 -07:00
Mr.Hien
8ba1410113
Update install-kubectl.md
...
For install of kubectl on debian based distros, also install gnupg2 for apt-key add to work
2020-04-06 08:22:56 +07:00
Chao Xu
ac1d864575
Instructions on how to set up the Konnectivity service.
2020-04-05 12:10:05 -07:00
Huang, Zhaoquan
25ffd7679e
Update run-stateless-application-deployment.md
...
Updated the version number to match the file in the example: https://k8s.io/examples/application/deployment-update.yaml
2020-04-05 23:16:16 +08:00
Marcin Niemira
f7bd5fab1a
rm informatio about generator from cron-job docs
2020-04-06 00:00:32 +10:00
ynkrish
0ce2d2b54a
Corrected link to Debug running pod
...
Link should be docs/tasks/debug-application-cluster/debug-running-pod/ instead of docs/tasks/debug-application-cluster/debug-running-pods/ (latter results in HTTP 404)
2020-04-05 11:18:49 +05:30
krufab
40ca15c523
Minor change
...
Update text according to the PR comment
2020-04-03 19:08:23 +02:00
krufab
8e8c6d3de8
Minor update
...
Updated text according to PR comments
2020-04-03 16:13:47 +02:00
krufab
2d7f82e63b
Updated layout
2020-04-03 13:59:43 +02:00
krufab
308dd5a2bb
Update adding-windows-nodes.md
...
The steps in the run.ps1 file defined in the flannel-*.yml ConfigMap should address the correct interface in case the Windows node has more than one.
2020-04-03 13:02:28 +02:00
Kubernetes Prow Robot
175ad5ec8e
Merge pull request #19655 from izeye/patch-2
...
Improve wording for Configure Access to Multiple Clusters
2020-04-02 18:39:46 -07:00
Davi Garcia
9d34deda55
Remove untidy caution note from tutorial
...
The caution note was warning user about having Ingress Controller configured as prerequisite, but this is exactly what the tutorial is explaining.
Signed-off-by: Davi Garcia <dvercill@redhat.com >
2020-04-02 10:01:50 -03:00
Kubernetes Prow Robot
23d2accbb1
Merge pull request #20005 from rekcah78/install_kubectl_add_param_client
...
Missing parameters --client for kubectl version
2020-04-01 02:47:27 -07:00
Daniel Barclay
a864c1b7e3
Fix grammar problems and otherwise try to improve wording.
2020-03-31 16:17:59 -04:00
Jacky Wu
dc2f94faf0
doc: clean up the federation and kubefed(federation v1 cli) references. ( #19583 )
2020-03-31 08:50:41 -07:00
Gasmi Christophe
ffaa13c364
Missing parameters --client for kubectl version
2020-03-31 10:47:12 +02:00
nfd (aka alex)
e3e32374e3
Typo fixes, grammar, style in DNS Debugging ( #19961 )
2020-03-29 22:07:53 -07:00
Prasad Katti
886b09346f
Update resource-metrics-pipeline.md ( #19950 )
2020-03-29 18:33:53 -07:00
Rajesh Deshpande
be6c0c3a21
Removing references of kubectl rolling-update command ( #19449 )
...
* Removing rolling-update command details
Removing rolling-update command details
Removing references to kubectl rolling-update command
* Removing rolling-update references
2020-03-27 18:33:53 -07:00
Rajesh Deshpande
f3d82cf167
Removing junk chars
...
Removing junk chars
2020-03-27 12:25:05 +05:30
Rajesh Deshpande
dfb8d40026
Adding example for DaemonSet Rolling Update task
...
Adding example for DaemonSet Rolling Update task
Adding fluentd daemonset example
Adding fluentd daemonset example
Creating fluend daemonset for update
Creating fluend daemonset for update
Adding proper description for YAML file
Adding proper description for YAML file
2020-03-27 06:47:50 +00:00