Andrew Chen
|
40636dd438
|
Merge pull request #5229 from sivasamyk/patch-1
Fixed incorrect links for YAML files under Run Application section
|
2017-09-01 17:14:47 -07:00 |
|
Andrew Chen
|
ddb6cc7581
|
Merge pull request #5230 from chenhuan12/patch-71
fix the command output
|
2017-09-01 16:57:48 -07:00 |
|
Andrew Chen
|
409a3040cb
|
Merge pull request #5221 from mindprince/patch-3
Update pod names to match what's in the spec.
|
2017-09-01 16:56:40 -07:00 |
|
Andrew Chen
|
343fd9a490
|
Merge pull request #5206 from chenhuan12/patch-68
fix the command output
|
2017-09-01 16:50:20 -07:00 |
|
Andrew Chen
|
b25c5a54e6
|
Merge pull request #5219 from stewart-yu/patch-45
Update configure-aggregation-layer.md
|
2017-09-01 16:40:09 -07:00 |
|
Andrew Chen
|
89e0c5f6e7
|
Merge pull request #5204 from adrukh/patch-1
docs: fixing a typo
|
2017-09-01 16:38:52 -07:00 |
|
Andrew Chen
|
b82f00f556
|
Merge pull request #5250 from chenhuan12/patch-74
fix typo
|
2017-09-01 15:15:41 -07:00 |
|
Andrew Chen
|
01f5b4424b
|
Merge pull request #5248 from chenhuan12/patch-72
fix the command output
|
2017-09-01 15:12:20 -07:00 |
|
Andrew Chen
|
6bd6931a67
|
Merge pull request #5240 from mattjmcnaughton/mattjmcnaughton/fix-links-pointing-to-old-kubernetes-examples-format
Example links use kubernetes/examples
|
2017-09-01 15:04:08 -07:00 |
|
Andrew Chen
|
5edcbfd1f1
|
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.8
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (33 commits)
Added a prerequisite to using CoreDNS provider in federation (#5159)
Edits "Creating a Deployment" section (#5195)
Updating vSphere Cloud Provider Documentation (#5241)
Update disruptions.md
update OWNERS file
Cilium network policy, update link: configure-pod-container -> administer-cluster
Update volumes.md (#5214)
Update images.md (#5212)
fix resource quota redirect
Fix link to Pod overview from concepts index
fix the command output
fix the command output
Improve taint and toleration documentation
Update deployment.md
Update deployment.md
Fix invalid internal links in federation doc
Update images.md (#5034)
Update docker-cli-to-kubectl.md (#5040)
Update parallel-processing-expansion.md (#5060)
Update cluster-management.md (#5130)
...
|
2017-09-01 14:49:44 -07:00 |
|
Andrew Chen
|
d15b138d2e
|
Merge pull request #5235 from danwent/cilium-url-tweak
Cilium net-policy, update link: configure-pod-container -> administer-cluster
|
2017-09-01 14:37:33 -07:00 |
|
shashidharatd
|
dd9befb2ca
|
Added a prerequisite to using CoreDNS provider in federation (#5159)
* Added a prerequisite to using CoreDNS provider in federation
* turn prereqs into bullets
|
2017-09-01 14:35:40 -07:00 |
|
kairen
|
4cd97a2162
|
Fix curl does not work in zsh
|
2017-09-01 11:33:08 +08:00 |
|
chenhuan12
|
2c85669fb9
|
fix typo
fix typo
|
2017-08-30 16:53:19 +08:00 |
|
chenhuan12
|
70c2df3e1d
|
fix the command output
fix the command output
|
2017-08-30 16:32:46 +08:00 |
|
chenhuan12
|
7b3ca0814f
|
fix the command output
fix the command output
|
2017-08-30 16:02:47 +08:00 |
|
Jennifer Rondeau
|
1696664888
|
Merge pull request #5227 from chenhuan12/patch-70
fix the command output
|
2017-08-29 16:45:25 -04:00 |
|
mattjmcnaughton
|
959cd767f5
|
Example links use kubernetes/examples
Fix #5203
Previously, many of the Kubernetes links used
`https://github.com/kubernetes/kubernetes/examples`. This directory was
deprecated through
https://github.com/kubernetes/kubernetes/commit/cb712e41d435dbb42519bded680fef4043dd23b3,
in favor of the new `examples` repo hosted at
`https://github.com/kubernetes/examples`. This commit updates all links
accordingly.
|
2017-08-29 09:10:08 -04:00 |
|
Dan Wendlandt
|
0609e2a4fe
|
Cilium network policy, update link: configure-pod-container -> administer-cluster
Signed-off-by: Dan Wendlandt <dan@covalent.io>
|
2017-08-28 16:29:06 -07:00 |
|
Andrew Chen
|
3cfaa2ad44
|
Merge pull request #5048 from tengqm/taint-and-toleration
Improve taint and toleration documentation
|
2017-08-28 12:26:29 -07:00 |
|
Andrew Chen
|
1e452393a7
|
Merge pull request #5164 from fisherxu/master
fix incorrect configmap-key in /docs/tasks/configure-pod-container/vi…
|
2017-08-28 12:22:49 -07:00 |
|
chenhuan12
|
71a2128884
|
fix the command output
fix the command output
|
2017-08-28 17:22:18 +08:00 |
|
Sivasamy Kaliappan
|
613dcc6585
|
Fixed incorrect links for YAML files
The current links for YAML files throws 404. Updated the links from tutorials to tasks
|
2017-08-28 14:32:40 +05:30 |
|
chenhuan12
|
b1b57365bb
|
fix the command output
fix the command output
|
2017-08-28 11:07:42 +08:00 |
|
chenhuan12
|
cd210dc278
|
fix the command output
fix the command output
|
2017-08-28 10:42:47 +08:00 |
|
Qiming Teng
|
82ca38f8df
|
Improve taint and toleration documentation
|
2017-08-28 09:50:46 +08:00 |
|
Rohit Agarwal
|
beb3591662
|
Update pod names to match what's in the spec.
|
2017-08-27 10:10:20 -07:00 |
|
Stewart-YU
|
9071a63b85
|
Update configure-aggregation-layer.md
Missing a signal.
|
2017-08-27 18:27:48 +08:00 |
|
chenhuan12
|
4416d79eb9
|
fix the command output
fix the command output
|
2017-08-26 15:33:34 +08:00 |
|
Quentin Revel
|
f4f58b646f
|
Update parallel-processing-expansion.md (#5060)
Fix job.yaml.jinja2 job
|
2017-08-25 13:06:27 -07:00 |
|
Stewart-YU
|
c17803f912
|
Update cluster-management.md (#5130)
Missing equal sign.
|
2017-08-25 12:59:22 -07:00 |
|
Anton Drukh
|
5b79d36e59
|
docs: fixing a typo
|
2017-08-25 21:46:50 +03:00 |
|
Quentin Revel
|
d13c10d0ff
|
Update memory-constraint-namespace.md (#5135)
|
2017-08-25 11:06:59 -07:00 |
|
Pablo Guerrero
|
400cdbf068
|
typo: duplicate "to" (#5200)
|
2017-08-25 10:37:09 -07:00 |
|
steveperry-53
|
895a6074e2
|
Merge branch 'master' into release-1.8
|
2017-08-25 10:30:26 -07:00 |
|
Radhika Puthiyetath
|
44f3acad1e
|
Merge pull request #5157 from wackxu/patch-71
Update update-daemon-set.md
|
2017-08-24 21:10:02 -07:00 |
|
Radhika Puthiyetath
|
b6fb005a81
|
Merge pull request #4284 from dnardo/ip-masq-doc
Update ip-masq-agent docs
|
2017-08-24 15:41:38 -07:00 |
|
Radhika Puthiyetath
|
91d5f137f7
|
Merge pull request #5152 from stewart-yu/patch-34
Update update-daemon-set.md
|
2017-08-24 14:29:18 -07:00 |
|
chenhuan12
|
e05a662aee
|
fix the command output (#5185)
fix the command output
|
2017-08-24 14:19:23 -07:00 |
|
Zihong Zheng
|
e121181198
|
Add known issues for source ip preservation (#5190)
|
2017-08-24 14:12:11 -07:00 |
|
zhang dongqi
|
ad7e057283
|
It should be CPU NOT memory here. (#5167)
|
2017-08-24 13:59:59 -07:00 |
|
Alexander Prokopyev
|
dd0c9d5c49
|
Update dns-horizontal-autoscaler.yaml
`mode` is deprecated in favor of dynamic switching starting from 1.1.2
|
2017-08-24 11:14:45 -07:00 |
|
chenhuan12
|
c959eeecd0
|
fix the command output
fix the command output
|
2017-08-24 11:04:16 -07:00 |
|
Anthony
|
69a6c605b2
|
Update ingress.md
modify "Replicaset" to "ReplicaSet"
|
2017-08-24 09:55:12 -07:00 |
|
Stewart-YU
|
b72473c39e
|
Update install-kubectl.md
Fix url. Original are not url.
|
2017-08-24 09:54:28 -07:00 |
|
Anthony
|
e8029bdc4e
|
Update highly-available-master.md (#5006)
* Update highly-available-master.md
|
2017-08-24 09:41:07 -07:00 |
|
Anthony
|
1d06ea0095
|
Update ip-masq-agent.md
modify "A boolean" to "A Boolean"
|
2017-08-24 09:39:10 -07:00 |
|
Stewart-YU
|
9105932510
|
Update declare-network-policy.md
Fix the format. The format in orginal web page is confusion.
|
2017-08-24 09:38:12 -07:00 |
|
XsWack
|
1245055dfc
|
Update managing-tls-in-a-cluster.md (#5101)
fix bad url
|
2017-08-23 13:13:52 -07:00 |
|
steveperry-53
|
9403dc361f
|
Merge branch 'master' into release-1.8
|
2017-08-23 10:10:51 -07:00 |
|