Andrew Chen
76cb30a271
Merge pull request #4095 from croomes/storageos
...
Storageos Volume Plugin
2017-06-20 16:27:10 -07:00
Andrew Chen
e0ad6ebf6b
Merge pull request #4145 from vishh/document-storage-allocatable
...
Adding storage as a supported resource to node allocatable
2017-06-20 16:18:53 -07:00
Ricky Pai
cdf729e223
fix header size for sub-sections under Services
2017-06-20 16:14:09 -07:00
Andrew Chen
f81a6fc682
Finish #4036
2017-06-20 16:07:42 -07:00
Eric Mountain @ Amadeus
e53bdeb5d0
Be more specific about cpu-shares passed to Docker ( #4016 )
...
Docker documentation (https://docs.docker.com/engine/reference/run/ ) reads:
"To modify the proportion from the default of 1024, use the -c or --cpu-shares flag to set the weighting to 2 or higher. If 0 is set, the system will ignore the value and use the default of 1024."
So the Kubernetes documentation gives the impression that if requests.cpu is zero, Docker would end up applying a value of 1024, which isn't the case.
This change makes the explanation more precise, hopefully without making it much more difficult to read.
2017-06-20 16:01:16 -07:00
Sahdev P. Zala
82449c5dcf
Clarify the required uniqueness of Label Key
...
fixes #16812
https://github.com/kubernetes/kubernetes/issues/16812
The issue was opened year back against Kubernetes, not moving it to k8s.
github.io issues but I will close the issue once these changes merge.
2017-06-20 15:58:26 -07:00
Tommy Falgout
fb2ba2d962
Add --show-all to documentation
...
`kubectl get pods -l jobgroup=jobexample --show-all -o name`
will not show the completed jobs. This caught me when running through the steps myself.
2017-06-20 15:56:50 -07:00
Ross Guarino
2d159b86f6
docs(service): remove invalid `,` from example
...
Remove invalid `,` from the ExternalIP example YAML.
2017-06-20 15:49:20 -07:00
Jorge Bianquetti
bed2527af1
Add "remove" example for kubectl patch ( #4042 )
2017-06-20 15:47:42 -07:00
Tomas Pizarro
63687c5ace
Fix wrong link to create a ConfigMap
2017-06-20 15:30:03 -07:00
Jonathan MacMillan
daca587c77
Fix a typo in the High Availability docs ( #4048 )
2017-06-20 15:19:04 -07:00
Mark Petrovic
8e06188af4
Remove ports from ExternalName Service example
...
The text of this document says Services of type ExternalName do not define ports. This PR removes the port definition from the example.
2017-06-20 15:08:41 -07:00
Pooya Sanooei
f58cc22a20
remove extra that
2017-06-20 14:27:10 -07:00
Eren Güven
582f6f5bd3
update kops installation instructions
...
* change version v1.4.1 -> 1.6.1
* add note about Homebrew
2017-06-20 14:26:35 -07:00
Andrew Chen
91ecf67ad4
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fixes typos and corrects links in the minikube guide (#4051 )
Use native patch functionality instead of JQ
add the introduce of using wildcard '*' in nonResourceURL
Rephrase doc about Deployment .spec.rollbackTo field
create-cluster-kubeadm: add ToC using task template
install-kubeadm: fix What's Next link text
2017-06-20 14:23:19 -07:00
Sameer Naik
7047cdefbf
fixes typos and corrects links in the minikube guide ( #4051 )
2017-06-20 14:14:37 -07:00
Jeff Peeler
c1c6faf59b
Add documentation for podpreset opt-out annotation
...
This adds the annotation for having the podpreset admission controller
to skip (opt-out) manipulating the pod spec.
Also, the annotation format for what presets have acted on a pod has
been modified to add a prefix of "podpreset-". The new naming makes it such
that there is no chance of collision with the newly introduced opt-out
annotation (or future ones yet to be added).
Opt-out annotation PR:
kubernetes/kubernetes#44965
2017-06-20 14:10:34 -07:00
Elliot Anderson
6ce8d8e475
Use native patch functionality instead of JQ
2017-06-20 13:48:44 -07:00
Vishnu kannan
33a3638d5b
adding storage as a supported resource to node allocatable
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2017-06-20 13:21:28 -07:00
xilabao
f527759087
add the introduce of using wildcard '*' in nonResourceURL
2017-06-20 13:17:05 -07:00
Janet Kuo
fcbef29da7
Rephrase doc about Deployment .spec.rollbackTo field
2017-06-20 11:09:34 -07:00
Ahmet Alp Balkan
3c84f8180a
create-cluster-kubeadm: add ToC using task template
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:03:08 -07:00
Ahmet Alp Balkan
553e091742
install-kubeadm: fix What's Next link text
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:01:39 -07:00
Andrew Chen
bea52c8e5c
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
info about cron jobs updated (#4110 )
fix example in configure-pod-configmap.md
Remove extraneous files from autogeneration of ref pages. (#4044 )
Add notes for file/flag precedence
Removed "networked" from PersistentVolume (PV) definition. (#4121 )
Fix syntax err in example
2017-06-20 10:52:58 -07:00
Jorge Bianquetti
eb3f374d37
info about cron jobs updated ( #4110 )
2017-06-20 10:33:22 -07:00
Charlie R.C
a9863612bc
fix example in configure-pod-configmap.md
2017-06-20 10:26:55 -07:00
Steve Perry
57a3ad4544
Remove extraneous files from autogeneration of ref pages. ( #4044 )
...
* Remove extraneous files from autogeneration of ref pages.
* Revert "Remove extraneous files from autogeneration of ref pages."
This reverts commit 39ec47ee44
.
2017-06-20 09:17:07 -07:00
Jamie Hannaford
0ef468e48b
Add notes for file/flag precedence
2017-06-19 16:53:02 -07:00
ianchakeres
b4b64e9dc2
Removed "networked" from PersistentVolume (PV) definition. ( #4121 )
2017-06-19 16:31:08 -07:00
Andrew Chen
628e88ecc6
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix typo 'bash' -> 'brew'
update pod persistent volume example storage class (#3979 )
Change Task titles to imperative: Admin. (#4033 )
Change Task titles to imperative: Daemons, GPUs. (#4032 )
Change Task titles to imperative: Federation. (#4031 )
Change Task titles to imperative: TLS. (#4030 )
Change Task titles to imperative: Access Extend. (#4029 )
Change Task titles to imperative: Monitor. (#4028 )
Change Task titles to imperative: Access Apps. (#4027 )
Change Task title to imperative: Run Job. (#4026 )
Change Task titles to imperative: Run Apps. (#4025 )
Change Task titles to imperative: Inject. (#4024 )
Change Task titles to imperative: Tools. (#4023 )
Change Task titles to imperative. (#4022 )
Fix typo in update-imported-docs.sh
Add internal provisioner support matrix (#4009 )
# Conflicts:
# docs/tasks/administer-cluster/declare-network-policy.md
2017-06-19 10:15:52 -07:00
Cao Shufeng
4bd94ec393
Update description about NodeRestriction
...
kubelet node can alse create mirror pods for their own static pods.
2017-06-19 11:35:25 +08:00
Jeremy Ayerst
a988182a96
Fix syntax err in example
...
Missing " made example unusable
2017-06-18 09:44:13 -05:00
Joey Pereira
951a3211a3
Fix typo 'bash' -> 'brew'
2017-06-16 18:53:30 -04:00
Solly Ross
7023dc32c5
docs: HPA autoscaling/v2alpha1 status conditions
...
This commit documents the new status conditions feature for HPA
autoscaling/v2alpha1. It demonstrates how to get the status conditions
using `kubectl describe`, and how to interpret them.
2017-06-16 14:30:51 -04:00
Pengfei Ni
a0ffa2569c
Update GPU docs
2017-06-16 21:15:28 +08:00
Simon Croome
69cebea16b
StorageOS Volume plugin
2017-06-15 16:56:42 +01:00
Adnan Abdulhussein
1088bca024
update pod persistent volume example storage class ( #3979 )
...
* update pod persistent volume example storage class
When binding to a manually created PersistentVolume, the claim must
disable dynamic provisioning by specifying an empty storage class.
Fixes #2803
* use specific storageclass
* revert gibibytes -> gigabytes change
2017-06-13 23:55:58 -07:00
Steve Perry
e2a898ad41
Change Task titles to imperative: Admin. ( #4033 )
2017-06-08 15:13:29 -07:00
Steve Perry
6c99bbb509
Change Task titles to imperative: Daemons, GPUs. ( #4032 )
2017-06-08 14:48:46 -07:00
Steve Perry
54eb7d2449
Change Task titles to imperative: Federation. ( #4031 )
2017-06-08 14:42:56 -07:00
Steve Perry
2167367a6a
Change Task titles to imperative: TLS. ( #4030 )
2017-06-08 14:34:34 -07:00
Steve Perry
fbf7782ebf
Change Task titles to imperative: Access Extend. ( #4029 )
2017-06-08 13:47:48 -07:00
Steve Perry
423884e8b7
Change Task titles to imperative: Monitor. ( #4028 )
2017-06-08 13:41:57 -07:00
Steve Perry
c59b2b6935
Change Task titles to imperative: Access Apps. ( #4027 )
2017-06-08 13:29:52 -07:00
Steve Perry
10cd61bc62
Change Task titles to imperative: Run Apps. ( #4025 )
2017-06-08 13:15:43 -07:00
Steve Perry
962989b443
Change Task titles to imperative: Inject. ( #4024 )
2017-06-08 12:12:52 -07:00
Steve Perry
e1e00561f3
Change Task titles to imperative: Tools. ( #4023 )
2017-06-08 11:58:27 -07:00
Steve Perry
adf00a04a2
Change Task titles to imperative. ( #4022 )
2017-06-08 11:48:28 -07:00
Mitsuhiro Tanino
67ece8bc15
Add internal provisioner support matrix ( #4009 )
...
* Add internal provisioner support matrix
* Change links and add example of NFS plugin
* Remove usages related to hostpath
2017-06-07 14:12:59 -07:00
Andrew Chen
ccd2b46864
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process.
Fixes issue #3939
Add CRI runtime support
2017-06-07 10:23:36 -07:00
Alejandro Escobar
ffc4769285
fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process.
2017-06-07 10:22:26 -07:00
Dan Winship
4b6b970d51
Update NetworkPolicy docs for v1
2017-06-07 10:21:23 -07:00
Karthik Gaekwad
1808475968
Fixes issue #3939
...
Adds comment for per issue #3939
2017-06-07 10:20:31 -07:00
Harry Zhang
ed00765f3c
Add CRI runtime support
2017-06-07 10:05:06 -07:00
Andrew Chen
23175c12e0
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Updaated install-kubeadm.md, removed redundant kubectl installation (#4006 )
Add Chocolatey Package Manager for Windows (#4000 )
2017-06-07 09:56:43 -07:00
Michal Cwienczek
9305c4a9aa
Updaated install-kubeadm.md, removed redundant kubectl installation ( #4006 )
2017-06-06 15:53:20 -07:00
Onuralp Taner
783de986d9
Add Chocolatey Package Manager for Windows ( #4000 )
...
* Add Chocolatey Package Manager for Windows
* Small grammar changes
2017-06-06 13:17:33 -07:00
Andrew Chen
be02ca1705
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Make issue title automatically a link
Update directions for macOS bash completion
2017-06-06 09:24:27 -07:00
Christoph Blecker
1bb02c055e
Update directions for macOS bash completion
2017-06-05 21:52:25 -07:00
Andrew Chen
0b15bf57e8
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Add TCP socket health check example (#3977 )
Update networking.md (#3950 )
[authorization] fix invalid href for webhook
2017-06-05 14:06:37 -07:00
tompizmor
9f2ecee260
Add TCP socket health check example ( #3977 )
...
* Add TCP socket health check example
* Add test case for pod-with-tcp-socket-healthcheck
2017-06-05 13:50:29 -07:00
Shyam JVS
f21480504d
Update ConfigMap doc to explain TTL-based cache updates ( #3989 )
...
* Update ConfigMap doc to explain TTL-based cache updates
* swap word order
Change "When a ConfigMap being already consumed..." to "When a ConfigMap already being consumed..."
2017-06-05 11:24:49 -07:00
kshafiee
8d20ed8580
Update networking.md ( #3950 )
...
* Update networking.md
Added CNI-Genie as one of the many options
* Update networking.md
Addressed!
* Update networking.md
2017-06-05 11:04:45 -07:00
Andrew Chen
36b472183b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Remove self-referential link
Add fibre channel volume explanation (#3967 )
2017-06-05 10:41:54 -07:00
Cao Shufeng
8dd901ee98
[authorization] fix invalid href for webhook
2017-06-05 11:42:13 +08:00
Ryan McGinnis
8117b56cc6
Remove self-referential link
...
The second link in the "What's next" section redirects the reader to this doc. This PR removes this link.
2017-06-02 15:01:05 -07:00
Mitsuhiro Tanino
1cec609586
Add fibre channel volume explanation ( #3967 )
...
* Add fibre channel volume explanation
This patch adds explanation of fibre channel volume including
usage of multiple WWNs.
Fix #33602
* Fix typos
2017-06-02 14:53:19 -07:00
Andrew Chen
92e31296ff
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Improve RBAC doc (#3951 )
Clarify CNI acronym
Fix 404 to kubectl install link
install-kubectl.md: Fix Windows texts, link to latest macOS binaries
2017-06-02 14:28:50 -07:00
Jordan Liggitt
2841f6dabe
Improve RBAC doc ( #3951 )
...
* Remove spurious cluster-status role description
* Indicate controller-manager must be granted controller roles when not run with --use-service-account-credentials
2017-06-02 14:26:39 -07:00
Kevin Kirsche
a6f31d4896
Clarify CNI acronym
...
Fixes kubernetes/kubernetes.github.io#3964
2017-06-02 14:14:21 -07:00
Charlie R.C
952e5b4497
add host paths to psp ( #3971 )
...
* add host paths to psp
* add italics
2017-06-02 14:11:38 -07:00
Kyle Gordon
71c7f9efc4
Fix 404 to kubectl install link
2017-06-02 14:03:10 -07:00
deads2k
6cbd6bda67
document custom resource definitions
2017-06-02 13:12:02 -07:00
Andrew Chen
846cf73860
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Create Installing kubeadm topic. (#3709 )
2017-06-02 13:11:42 -07:00
anatoly techtonik
12ad70a8ca
install-kubectl.md: Fix Windows texts, link to latest macOS binaries
...
Fixes https://github.com/kubernetes/kubernetes.github.io/pull/3859#issuecomment-305710498
2017-06-02 10:32:19 +03:00
Steve Perry
57385e8d86
Create Installing kubeadm topic. ( #3709 )
...
* Create Installing kubeadm topic.
* Put kubeadm installation under Setup.
* Move topics to setup directory.
* Move topics to setup directory.
* Add redirects.
2017-06-01 18:03:47 -07:00
Andrew Chen
de0f19682a
Merge branches 'master' and 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix example in the "Adding ConfigMap data to a Volume" section
Update ExternalName example
Completes PR #3325
* 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io :
2017-06-01 16:20:18 -07:00
Kenny Lee Sin Cheong
d41dbfcf14
Fix example in the "Adding ConfigMap data to a Volume" section
...
"special.key" does not exist in the given ConfigMap example. It should
be "special.level" instead.
2017-06-01 16:18:38 -07:00
Andrew Martin
35f6ce8b6f
Update ExternalName example
...
As per design proposal: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/service-external-name.md
The existing example is not validated by Kubernetes 1.6.3
2017-06-01 15:12:07 -07:00
Andrew Chen
a9b880d5f4
Completes PR #3325
2017-06-01 15:02:14 -07:00
Andrew Chen
983d10efee
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Changes "Mac OS" to macOS, "bootcamp" to tutorial (#3955 )
Remove apply/edit warning now that edit is fixed
Two minor fixes
Cleanup robots.txt
Readability: Split first paragraph into two (#3957 )
2017-06-01 14:57:12 -07:00
Ryan McGinnis
e67aabccae
Changes "Mac OS" to macOS, "bootcamp" to tutorial ( #3955 )
...
* Changes "Mac OS" to macOS, "bootcamp" to tutorial
* fix typo
2017-06-01 14:51:05 -07:00
Phillip Wittrock
b481798d43
Remove apply/edit warning now that edit is fixed
2017-06-01 14:40:41 -07:00
Ryan McGinnis
9e282d2d9f
Two minor fixes
2017-06-01 14:38:13 -07:00
Ryan McGinnis
80ea9193ae
Readability: Split first paragraph into two ( #3957 )
2017-06-01 14:31:41 -07:00
Andrew Chen
0adc65a2b2
Merge branches 'release-1.7' and 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io :
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Implement PR #3859 with tabs
2017-06-01 13:32:07 -07:00
pospispa
d448129de9
Admins Can Configure Zones in Storage Class
...
The PR #38505 (https://github.com/kubernetes/kubernetes/pull/38505 ) added zones optional parameter to Storage Class for AWS and GCE provisioners.
That's why documentation needs to be updated accordingly.
2017-06-01 13:25:43 -07:00
Andrew Chen
8ad0302646
Implement PR #3859 with tabs
2017-06-01 10:08:51 -07:00
Andrew Chen
f905c8e843
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Templates (#3949 )
Revised IBM Bluemix Container Service description
2017-05-31 23:20:19 -07:00
Steve Perry
ab310e21cd
Templates ( #3949 )
...
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
2017-05-31 15:53:04 -07:00
Andrew Chen
7f9eec2b61
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
networking.md: Add reference to the Cilium network plugin
Fix typo in cluster api docs
[Kubeadm] bugfix in the index listing
2017-05-31 12:49:02 -07:00
kKronstainBrown
e3ac0f1a6b
Revised IBM Bluemix Container Service description
2017-05-31 14:01:47 -04:00
Thomas Graf
42f0b93b68
networking.md: Add reference to the Cilium network plugin
...
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2017-05-31 11:00:58 -07:00
Kenny Lee Sin Cheong
5372429718
Fix typo in cluster api docs
...
Fix type in https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/
2017-05-31 10:59:38 -07:00
Irfan Ur Rehman
6892014792
[Kubeadm] bugfix in the index listing
2017-05-31 23:23:29 +05:30
Andrew Chen
b695c0f78b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix log rotation description in the logging doc (#3918 )
Add colon to #3897
add prompt about KUBE_REPO_PREFIX (#3597 )
Warn against managing ReplicaSets owned by Deployments
Update small typo in components page (#3930 )
change the service name to pod ip (#3926 )
2017-05-31 10:52:49 -07:00
Mik Vyatskov
f4fd9e79ed
Fix log rotation description in the logging doc ( #3918 )
...
* Fix log rotation description in the logging doc
* Review comments
* Address review comments
* Address review comments
2017-05-31 10:50:04 -07:00
Andrew Chen
5b26c42be5
Add colon to #3897
2017-05-31 10:47:02 -07:00
Charlie R.C
75303cfee4
add prompt about KUBE_REPO_PREFIX ( #3597 )
...
* add prompt about KUBE_REPO_PREFIX
* add period
2017-05-31 10:45:55 -07:00
Michail Kargakis
4471d3dbf0
Warn against managing ReplicaSets owned by Deployments
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-05-31 10:37:40 -07:00
Swapnil Kulkarni
71177ff37a
Update small typo in components page ( #3930 )
...
[1] page has a typo in Master Components section.
Updated the document.
[1] https://kubernetes.io/docs/concepts/overview/components/
2017-05-31 10:34:51 -07:00
jianglingxia
5483b4a126
change the service name to pod ip ( #3926 )
...
* change the service name to pod ip
* update the outdate link
2017-05-31 10:33:27 -07:00
Andrew Chen
b1ee47f7d5
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Reimplement #2756 (#3935 )
2017-05-30 16:31:02 -07:00
Andrew Chen
e0a852eb28
Reimplement #2756 ( #3935 )
2017-05-30 16:30:02 -07:00
Charlie R.C
827d53e363
add NodeRestriction to admission-controllers ( #3842 )
2017-05-30 15:56:27 -07:00
Andrew Chen
b56358283a
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fixed a minor mistake
docs/concepts/policy/pod-security-policy.md: add projected to list of allowed types.
Init container exists beta in 1.6.
2017-05-30 15:52:35 -07:00
roshandawrani
c7ba600025
Fixed a minor mistake
...
The word "creating" seemed missing. global allocation map should have an entry for an IP address that the service gets while it's created, right?
2017-05-30 14:34:44 -07:00
Slava Semushin
1bed34e5c9
docs/concepts/policy/pod-security-policy.md: add projected to list of allowed types.
2017-05-30 14:20:39 -07:00
Guangya Liu
8c881a35cd
Init container exists beta in 1.6.
2017-05-30 12:03:52 -07:00
Andrew Chen
cca652bf00
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fix typo (#3895 )
add unit of --ttl duration (#3915 )
Fixes broken links
Prototype of custom description meta tags. (#3928 )
Site URL for canonical URLs. (#3927 )
Warn about implications on selector updates
grammar patch to #3922 (#3923 )
add calico to the table of solution
Minor grammatical change
2017-05-30 11:59:54 -07:00
wangxunbo
ee92eafd82
fix typo ( #3895 )
...
I Created a deployment yaml file tomcatdp.yaml, and did not set the .spec.strategy,then run
kubectl create -f tomcatdp.yaml,
and then run
kubectl get deployment tomcat-deployment -o yaml,
the tomcat-deployment is the name of the deployment,found that the MaxUnavailable and MaxSurge default value is 25%
2017-05-30 11:47:18 -07:00
Tuna
d905c3838f
add unit of --ttl duration ( #3915 )
...
* add unit of --ttl duration
fix #3890
* fix typo
2017-05-30 11:41:16 -07:00
Karthik Gaekwad
2660141c20
Fixes broken links
2017-05-30 11:40:29 -07:00
Steve Perry
46e745a81a
Prototype of custom description meta tags. ( #3928 )
...
* Prototype of custom description meta tags.
* Put desc on one line.
2017-05-27 14:38:24 -07:00
Michail Kargakis
8a27d982e6
Warn about implications on selector updates
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-05-26 18:31:12 -07:00
Tuna
669f11db9c
add calico to the table of solution
...
fix issue #3892
2017-05-26 17:16:23 -07:00
roshandawrani
02f1800bbd
Minor grammatical change
2017-05-26 17:14:57 -07:00
Andrew Chen
726b147b72
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Add deprecation tag (#3922 )
2017-05-26 17:00:22 -07:00
Andrew Chen
4ca2f4e738
Add deprecation tag ( #3922 )
...
* Add deprecation tag
* match docsContent styling in dialog
2017-05-26 16:59:29 -07:00
Andrew Chen
0702830cde
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix sentence
Minor grammatical correction
Remove beta as K8s support on Bluemix Container Service is live
Fix some output
replace REASON with STATUS
column IP is missed
replace kubectl.sh with kubectl
replace KUBECTL with kubectl
fix the command output
fix the command output
fix the command output
Correcting the typo in init-container's name
fix typo
fix typo
fix typo
fix typo
fix typo
Update pod-overview.md (#3881 )
apps/v1beta1 is not valid (#3814 )
Get access to search console. (#3901 )
2017-05-26 13:39:26 -07:00
Kevin J. Qiu
fd4ce1860a
Fix sentence
2017-05-26 10:44:37 -07:00
Luke Stutters
6f401ab0d2
Minor grammatical correction
...
If the Volume is created from the ConfigMap, the files in the Volume are representatives of the Config map, not the other way round.
2017-05-26 10:43:33 -07:00
Sahdev P. Zala
2fc7ec0b6d
Remove beta as K8s support on Bluemix Container Service is live
...
The Kubernetes support in Bluemix Container Service is now live and so we should
remove reference of beta.
2017-05-26 10:41:50 -07:00
Xiaoyu Zhang
295e262775
Fix some output
...
Fix some output
2017-05-26 10:41:06 -07:00
chenhuan12
1406756b8a
replace REASON with STATUS
...
replace REASON with STATUS
2017-05-26 10:40:07 -07:00
chenhuan12
940335cd67
column IP is missed
...
column IP is missed
2017-05-26 10:39:40 -07:00
chenhuan12
61c39cf9df
replace kubectl.sh with kubectl
...
replace kubectl.sh with kubectl
2017-05-26 10:39:24 -07:00
chenhuan12
8b745c2e9e
replace KUBECTL with kubectl
...
replace KUBECTL with kubectl
2017-05-26 10:34:13 -07:00
chenhuan12
7d4f3c5587
fix the command output
...
fix the command output
2017-05-26 10:33:50 -07:00
chenhuan12
f5d455edee
fix the command output
...
fix the command output
2017-05-26 10:33:31 -07:00
chenhuan12
9ab964f4c7
fix the command output
...
fix the command output
2017-05-26 10:33:05 -07:00
roshandawrani
ffaafb2276
Correcting the typo in init-container's name
2017-05-26 10:31:20 -07:00
chenhuan12
de17826af0
fix typo
...
fix typo
2017-05-26 10:30:40 -07:00
chenhuan12
9dc7cfbebb
fix typo
...
fix typo
2017-05-26 10:30:08 -07:00
chenhuan12
6ab0577e3e
fix typo
...
fix typo
2017-05-26 10:29:43 -07:00
chenhuan12
b8b60ebe05
fix typo
...
fix typo
2017-05-26 10:29:05 -07:00
Peter Lee
80bf5cb316
fix typo
2017-05-26 10:27:32 -07:00
Selvi K
d86f9ec781
Update pod-overview.md ( #3881 )
...
Fixed some typos
2017-05-26 10:27:09 -07:00
Francesc Campoy
35e959df7b
apps/v1beta1 is not valid ( #3814 )
...
* apps/v1beta1 is not valid
Replacing it with extensions/v1beta1 which actually works
* Add note for versions before 1.6.0
2017-05-25 23:56:42 -07:00
Andrew Chen
64a7d876f0
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Remove instructions to stage from <username>github.io. (#3893 )
Add drop-in templates
2017-05-25 12:31:24 -07:00
Steve Perry
64c9d1788d
Remove instructions to stage from <username>github.io. ( #3893 )
2017-05-24 17:06:17 -07:00
Andrew Chen
7091925c9f
Add drop-in templates
2017-05-24 14:48:20 -07:00
Andrew Chen
2cfb675a41
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Add GPU mountpath warning
2017-05-23 23:11:23 -07:00
Christopher M. Luciano
ae5df6944d
Add GPU mountpath warning
...
The GPU path is not permissive by default and requires a bit of
additional setup if the operator does not allow for privileged
containers.
Related kubernetes/kubernetes#46007
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-05-23 22:39:56 -07:00
Andrew Chen
cd54a86f81
Merge branch 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io :
Minor fixes in the Deployment doc
2017-05-23 22:38:33 -07:00
Henrique Truta
fbcc2e9fde
Add cluster resource federation page
...
Adds a page in Federation resources list describing
clusters.
2017-05-23 22:37:34 -07:00
Charlie R.C
b545d393b6
update recommend admission control plug-ins
2017-05-23 22:28:36 -07:00
Andrew Chen
d0bfe261f3
Merge pull request #3862 from kargakis/minor-deployment-fixes
...
Minor fixes in the Deployment doc
2017-05-23 22:21:25 -07:00
Andrew Chen
9ea89e011e
Reimplement #3783
2017-05-23 14:21:56 -07:00
Andrew Chen
3c1b0df482
Reimplement #3770
2017-05-23 14:10:17 -07:00
Andrew Chen
fcfc676786
Reimplement #3767
2017-05-23 13:56:57 -07:00
Andrew Chen
1cb24df4d6
Remove aux sitemap
2017-05-23 13:21:15 -07:00
Michail Kargakis
1d12a4bc89
Minor fixes in the Deployment doc
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-05-23 10:51:06 +02:00
Jim Rollenhagen
1a1afdf162
Trivial typo fix
...
s/Carabou/Caribou/ in the API access docs.
2017-05-22 18:12:42 -04:00
John Shanahan
4e28d9b8af
Fixed typo under the Supervisord section
2017-05-22 14:15:06 -07:00
kshafiee
729e4b6897
Update addons.md ( #3857 )
...
* Update addons.md
Added CNI-Genie as another addon, i.e., CNI alternative.
* Update addons.md
Addressed the comment!
2017-05-22 14:12:15 -07:00
Josh Curl
50f2daa8d8
Fix indentation in ConfigMap usage example ( #3867 )
...
* Fix indentation in ConfigMap usage example
* Fix other example
2017-05-22 13:41:18 -07:00
Itamar Ostricher
cd5e98a2dc
Fix configMapRef indentation in envFrom clause
...
Fixes invalid YAML in example
2017-05-22 13:39:29 -07:00
Rick Sostheim
4bacc2419c
trivial markdown changes to cleanup page rendering
...
inserted json body pretty printed for further clarity.
2017-05-22 13:38:59 -07:00
Roman S
cdd28dd7f3
Adds GiantSwarm to solutions page ( #3843 )
...
* Adds GiantSwarm to solutions page
* Minor Giant Swarm related changes
2017-05-22 13:05:05 -07:00
Dan Winship
a58afb2a2e
Revert NetworkPolicy v1 docs ( #3849 )
...
* Revert "Update configure-namespace-isolation.md (#3758 )"
This reverts commit a712b13a3b
.
* Revert "Add Configure Namespace Isolation task"
This reverts commit f050c4cc57
.
* Revert "Update networkpolicies.md (#3755 )"
This reverts commit 15ca8f0b2f
.
* Revert "Update NetworkPolicy docs for v1"
This reverts commit 3a158ecf29
.
2017-05-22 11:54:57 -07:00
Michail Kargakis
71ff265e47
Remove stray prompt from deployment docs
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-05-22 11:23:51 -07:00
Jesse Seldess
3a8a465028
WTD: Projected volumes ( #3856 )
...
* Update projected volume task
- Rename file
- Build out steps
- Create separate yaml file for pod configuration
- Add new page to the sidenav
* Add projected volume type to volumes concept page
2017-05-22 10:57:42 -07:00
Steve Perry
f58b3d11d9
Remove and redirect: user-guide/application-trouble. ( #3855 )
2017-05-19 13:02:31 -07:00
Steve Perry
3149946d6a
Remove and redirect: getting-started-guides/docker. ( #3854 )
2017-05-19 12:00:35 -07:00
Steve Perry
d4cbd968fd
Remove and redirect: getting-started/...cloud-controller. ( #3853 )
2017-05-19 11:42:31 -07:00
Steve Perry
10434a0484
Remove and redirect: user-guide/application-introspection ( #3848 )
...
* Remove and redirect: user-guide/application-introspection
* Remove and redirect: user-guide/debugging-services.
2017-05-19 10:40:38 -07:00
Steve Perry
a02a577082
Remove and redirect: admin/cluster-trouble. ( #3839 )
2017-05-18 22:29:20 -07:00
Steve Perry
e2bc3491a0
Remove and redirect: api. ( #3838 )
2017-05-18 19:11:28 -07:00
Steve Perry
4a6cd30b2a
Remove and redirect: Debugging Pods and Replication Controllers. ( #3837 )
2017-05-18 19:03:19 -07:00
Steve Perry
76976b2976
Remove and redirect: prereqs. ( #3836 )
2017-05-18 18:55:14 -07:00
Steve Perry
18ccf43021
Update link: user-guide/application-troubleshooting. ( #3834 )
2017-05-18 18:16:31 -07:00
Andrew Chen
6a7c312867
Update links in home, header, footer, whatisk8s ( #3833 )
...
* home page, header, footer
* docs/whatisk8s
* /docs/user-guide/compute-resources/
* /docs/concepts/overview/what-is-kubernetes.md
2017-05-18 16:50:06 -07:00
Andrzej Wasylkowski
46133af83f
Added a note about the need to have a cluster set-up to Kubernetes 201.
2017-05-18 14:49:20 -07:00
Stevo Slavić
e1229f1230
Update link to Headless Services concept
2017-05-18 14:48:12 -07:00
Xiaoyu Zhang
9e6df026c4
Delete a meaningless link
...
The link direct to its own section. There is not meaningful.
2017-05-18 14:47:03 -07:00
nique905
95e12c8c07
Update pick-right-solution.md ( #3821 )
...
Adding new Local-machine Solution - IBM Spectrum Conductor for Containers
2017-05-18 14:27:44 -07:00
Andrew Chen
7e23e44038
Address Issue #3827 : break out Configuring Redis using a ConfigMap tutorial ( #3829 )
...
* Address Issue #3827 : break out Configuring Redis using a ConfigMap tutorial
* format tweaks
2017-05-18 13:56:29 -07:00
Brandon Philips
56ffe1644c
*: don't apply -f from http endpoints!
...
k8s.io didn't always have https. But, now we do. We should fix this
immediately.
2017-05-17 20:15:28 -07:00
Brandon Philips
3b5bdc3f00
*: don't create -f from http endpoints!
...
k8s.io didn't always have https. But, now we do. We should fix this
immediatly.
2017-05-17 20:14:09 -07:00
Dan Winship
411ecca94d
Clarify NetworkPolicy's "destination" podSelector a bit
2017-05-17 14:38:52 -07:00
Ahmet Alp Balkan
8b11f9ac40
secret.md: add base64 risk ( #3791 )
...
* secret.md: add base64 risk
Solves #3681 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Update secret.md
2017-05-17 13:34:29 -07:00
Andrzej Wasylkowski
7e128d31cf
Fixed Kubernetes 101 documentation
...
to mention that it is necessary to have the cluster setup first.
2017-05-17 13:29:02 -07:00
Jordan Liggitt
8d597e8e23
Clarify when RBAC reconciliation is active
2017-05-17 11:41:58 -07:00
Jodie Putrino
145f4e64c7
Write the Docs: add doc for using configmap data in pods ( #3780 )
...
* new doc - using configmaps in pods
* fix style violation - remove command prompt
* Update configure-pod-configmap.md
Fixed the endcapture tag
2017-05-16 10:00:16 -07:00
Kale Blankenship
79e0e594e6
Remove repeated words from configmap.md
2017-05-15 22:07:07 -07:00
Jesse Kinkead
16b331ae20
Remove beta warning about Jobs.
2017-05-15 22:06:30 -07:00
Andrew Chen
63ef9ae461
Alt sitemap.xml
2017-05-15 21:48:15 -07:00
Steve Perry
400bb5c8bb
Move to Tasks: Core DNS Federation. ( #3807 )
2017-05-15 20:31:20 -07:00
Steve Perry
f7c4466b22
Move to Tasks: Cluster Federation. ( #3806 )
2017-05-15 19:43:59 -07:00
Steve Perry
bb57c9ad0c
Move to Architecture section: Nodes. ( #3804 )
2017-05-15 19:22:06 -07:00
Ryan McGinnis
2c1f5b74f2
WtD: Picking the Right Solution, edit ( #3781 )
...
* WtD: Picking the Right Solution, edit
Fixes content of overview sitting too close to next section's heading.
* Update pick-right-solution.md
* Update pick-right-solution.md
2017-05-15 17:30:14 -07:00
Andrew Chen
f27cc711cf
Tweak formatting for PR #3763
2017-05-15 17:16:20 -07:00
Jared
f940b709d9
access-clusters docs revamp ( #3779 )
...
* access-clusters docs revamp
Fix the accessing clusters docs, bring them into the right templates
and put them in the right parts of the site.
* Update proxies.md
* Update concepts.yml
* Update tasks.yml
2017-05-15 17:15:20 -07:00
Stephenie Swope
6baa409961
WriteTheDocs Update to the page ( #3778 )
...
* WriteTheDocs Update to the page
Moved some detailed content from /docs/admin/accessing-the-api/ to this page.
Moved ABAC mode info (with no changes) to https://kubernetes.io/docs/admin/authorization/abac/
Moved Webhook mode info (with no changes) to https://kubernetes.io/docs/admin/authorization/webhook/
Reorganized the page and tweaked the conceptual information.
Updated to match the page template here: https://kubernetes.io/docs/home/contribute/page-templates/
* Removed TOC
Removed TOC
* Update index.md
Fixed MD to add spaces between ## and the text
2017-05-15 17:13:33 -07:00
isa-bel
f5b1203f2b
Write the Docs - Add task template to romana-network-policy ( #3763 )
...
* AddAdd task template for romana-network-policy
* Add whatsnext section
2017-05-15 17:04:12 -07:00
Andrew Chen
e2a63e75c8
Tweak formatting for PR #3775
2017-05-15 16:58:25 -07:00
paulbattagliag
0acc7f3996
Update ingress.md
2017-05-15 16:56:17 -07:00
Isabel JC
0b26becd2b
Add task template for weave-network-policy
2017-05-15 16:48:57 -07:00
Wendy Shaffer
40b2e12eba
Update install-kubectl.md ( #3760 )
...
* Update install-kubectl.md
Write the Docs:
Added Task template to the document.
Edited for clarity.
* Update install-kubectl.md
Write the Docs. Responded to review feedback: https://github.com/kubernetes/kubernetes.github.io/pull/3760#pullrequestreview-38008755
* Update install-kubectl.md
Write the Docs. Seeing if this makes the bulleted list render correctly.
* Update install-kubectl.md
Write the Docs. Markdown really doesn't seem to like that bulleted list there, so we'll just do it in sentence flow.
2017-05-15 16:44:55 -07:00