steveperry-53
81cb7792c1
Merge branch 'master' of https://github.com/steveperry-53/steveperry-53.github.io
...
Conflicts:
README.md
_config.yml
2016-10-15 13:31:14 -07:00
steveperry-53
93d5887c4b
Write new material about how to contribute to the Kubernetes docs.
2016-10-15 13:17:23 -07:00
Mike Spreitzer
bf18da533d
Documented FLANNEL_BACKEND and ADMISSION_CONTROL in cluster/ubuntu doc
2016-10-15 00:43:19 -04:00
anbern
9b46544517
Update hellonode.md
...
Docker for Windows 1.12/1.12.1 does not work as described when pushing images to the google container image registry - it stops with an error message. It takes a long time (6h to several days) to find a solution and since Docker is becoming more popular on windows this seems worth mentioning.
2016-10-14 22:25:23 +02:00
seperry53test
5d60ea4488
Update page-templates.md ( #1465 )
2016-10-14 11:38:58 -07:00
bobsky
0ce841df60
Update federated-ingress.md
...
minor correction, feature is in alpha not beta.
2016-10-13 13:23:31 -07:00
Jonathan Cope
8f6ef58a49
Merge branch 'master' into add-gcloud-api-authorization
2016-10-13 11:38:57 -05:00
Jon Cope
81634ad38d
Added optional prereq to authorize API calls
2016-10-13 10:16:17 -05:00
Pablo Guerrero
8f41a65a40
Update index.md
2016-10-13 14:43:48 +02:00
Pablo Guerrero
ce10237f3c
Merge branch 'master' into patch-2
2016-10-13 11:27:02 +02:00
Misty De Meo
d054714d27
Basics: fix minor typo
2016-10-12 16:17:53 -07:00
devin-donnelly
67df9a1784
Merge pull request #1438 from steelbrain/patch-1
...
Fix broken JSON format
2016-10-12 15:30:23 -07:00
devin-donnelly
d83a3140aa
Merge pull request #1442 from talklittle/fix-tutorial-basics-links
...
Tutorial: Fix broken links on Basics Overview page
2016-10-12 15:29:45 -07:00
Babajide Fowotade
020209051e
Merge branch 'master' into patch-1
2016-10-12 20:59:32 +01:00
Andrew Shu
3c94a1880e
Tutorial: Fix broken links on Basics Overview page
2016-10-12 09:17:17 -07:00
Ilya Dmitrichenko
4d5d29567d
Cosmetic tweaks to main kubeadm doc
...
- clean-up the reset script
- remove details tag
2016-10-12 17:04:13 +01:00
Clemens Tolboom
1a0c8a9766
Resolve push denied
...
I failed pushing until switched account as reported in http://stackoverflow.com/a/39996807/598513
2016-10-12 13:01:50 +02:00
Steel Brain
a250e18e2f
🐛 Fix broken JSON format
2016-10-12 05:44:51 +05:30
Antoine Pelisse
5b8d8332fc
Points to documentation about running privileged containers
2016-10-11 15:34:54 -07:00
Anirudh Ramanathan
3e5d07081e
Merge branch 'master' into foxish-fix-annotation
2016-10-11 15:25:55 -07:00
Anirudh Ramanathan
82128f106b
Merge branch 'master' into foxish-fix-link
2016-10-11 14:46:09 -07:00
Steve Perry
791000cbe4
Add replica count to tutorial. ( #1434 )
2016-10-11 14:36:18 -07:00
Ilya Dmitrichenko
75a3e77452
Note about workaround for https://github.com/kubernetes/kubernetes/issues/34566
2016-10-11 21:08:37 +01:00
Anirudh Ramanathan
7ad46582d5
Merge branch 'master' into foxish-fix-annotation
2016-10-11 08:20:18 -07:00
Anirudh Ramanathan
61577a2361
Merge branch 'master' into foxish-fix-link
2016-10-11 08:20:03 -07:00
Lucas Käldström
23d7719663
Move kubeadm reference, add a navigation link to it and assignees
2016-10-11 09:01:12 +03:00
Robert Ross
ced57785df
Fix code fencing for DNS validation example
2016-10-10 19:39:14 -04:00
devin-donnelly
2928804b6e
Merge pull request #1292 from soltysh/generators
...
Add generators section in kubectl conventions
2016-10-10 16:14:39 -07:00
devin-donnelly
99e12c694a
Merge pull request #1303 from MikeSpreitzer/updoc1
...
Clarified remark about authorizers determining groups
2016-10-10 15:39:58 -07:00
devin-donnelly
b1b7c7969c
Merge pull request #1304 from MikeSpreitzer/updoc2
...
Clarified the apiGroup identified by empty string
2016-10-10 15:38:31 -07:00
anatoly techtonik
ddf0061ecf
Merge branch 'master' into patch-2
2016-10-11 00:36:19 +03:00
James Munnelly
65e8941239
Add kubeadm reference docs
2016-10-10 20:31:29 +01:00
devin-donnelly
318d3e20f6
Merge branch 'master' into master
2016-10-10 11:03:22 -07:00
Bryan Boreham
a3821df026
Ensure namespace is created first in microservices-demo
...
Avoid 'namespaces "sock-shop" not found' messages when users try the demo
2016-10-10 16:46:12 +01:00
anatoly techtonik
97aa665e14
Make link portable
2016-10-10 10:50:49 +03:00
Mike Spreitzer
2dfef0cbbf
Merge branch 'master' into updoc2
2016-10-09 12:37:23 -07:00
Mike Spreitzer
12f5e30309
Removed confusing remark about authorizers determining groups
...
The old text said that the authorizer is expected to determine group
memberships when the authenticator does not. This not true. It is
allowed, but not expected --- and none of the standard authorizers do
it. I tried composing a brief correct statement about this, but the
reviews were mainly aghast that internal details of some non-standard
authorizers were being injected into the discussion of authentictors.
I decided that the better part of valor is simply to delete the whole
topic from here. Besides, it is a conclusion that any reader would
normally draw --- since there is no statement forbidding it (nor
indeed any indication that there might be a reason to forbid it), any
reader would naturally conclude that an authorizer is free to derive
additional intermediate information of any sort and in any way it
likes.
2016-10-09 15:28:31 -04:00
anatoly techtonik
7143b1e782
More broken links
2016-10-09 19:14:02 +03:00
Fede Diaz
f727a572b8
Update centos_manual_config.md
...
Warning about flannel network
2016-10-09 17:52:25 +02:00
Fede Diaz
252d8b8c41
Update centos_manual_config.md
...
Added flannel configuration. Now more than one worker is available.
Tested on Centos7 minimal install
2016-10-09 17:46:04 +02:00
anatoly techtonik
5fabbd59d0
Update kubectl-overview.md
2016-10-09 17:30:38 +03:00
anatoly techtonik
95b028be80
Update kubectl-overview.md
...
Add link to kubectl installation instructions
2016-10-09 17:29:57 +03:00
anatoly techtonik
58ae316dfe
Update kubectl-overview.md
...
Broken link
2016-10-09 16:42:13 +03:00
Anirudh Ramanathan
63f9993bb0
Init containers are in beta in 1.4
2016-10-08 13:46:38 -07:00
Anirudh Ramanathan
ee5b5eea39
Point init containers to documentation
...
The proposal doesn't reflect reality.
2016-10-08 13:43:19 -07:00
Steve Perry
2c14d7fcb0
Redirection experiment 2. ( #1411 )
2016-10-07 14:13:42 -07:00
Jerzy Szczepkowski
cb9cee5df5
Merge branch 'master' into hpa-doc-fix
2016-10-07 13:52:50 +02:00
kcluster
30af17a161
Add link to KCluster.io
2016-10-07 19:51:43 +11:00
Pablo Guerrero
cd709f29aa
Minor corrections
2016-10-07 08:47:24 +02:00
Mike Spreitzer
30a8b4724f
Clarified the apiGroup identified by empty string
...
Noted this where the relevance of api group is introduced, and
corrected the reference to what the empty string means ("core" api
group, which is the terminology used in the page that introduces api
group, rather than the old text "default").
2016-10-06 21:31:46 -07:00