Kubernetes Prow Robot
dc262ad58b
Merge pull request #27905 from jai/jai/fix-20134
...
docs(manage-resources-containers): add volume and volumeMount for ephemeral storage
2021-08-24 10:41:14 -07:00
Kubernetes Prow Robot
87235b508d
Merge pull request #29311 from mengjiao-liu/update-githubbranch-param
...
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-16 06:03:18 -07:00
Kubernetes Prow Robot
dd14c2208c
Merge pull request #29247 from sanmai/patch-1
...
Update Managing Resources to mention the measure of CPU time
2021-08-11 03:34:46 -07:00
Alexey Kopytko
9ca04a1014
Update Managing Resources to mention the measure of CPU time
2021-08-11 18:30:33 +09:00
Kubernetes Prow Robot
7331e54c09
Merge pull request #28623 from chenxuc/staticPod
...
static pod not support configmap or secret
2021-08-10 03:23:17 -07:00
Mengjiao Liu
f945335af6
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-10 18:03:21 +08:00
Tim Bannister
97c35ce770
Update links from Secret concept to relevant API reference
2021-08-04 22:35:56 +01:00
Kubernetes Prow Robot
8ceaf4daef
Merge pull request #29066 from rahdeck/patch-1
...
Lowercase one of the memory suffixes
2021-07-27 19:53:34 -07:00
chenxuc
8c9c9c543c
static pod not support configmap or secret
2021-07-27 14:51:45 +08:00
Tim Bannister
7a8389ccc2
Revise wording for Secret concept
2021-07-24 02:23:27 +01:00
rahdeck
c80e5640da
Lowercase one of the memory suffixes
...
Upper case 'K' suffix for memory results in an invalid request.
2021-07-22 10:43:37 +10:00
Kubernetes Prow Robot
8e737b26da
Merge pull request #27933 from toshokan/secrets-typo
...
[en] Fix secret -> secrets in titles
2021-07-10 18:34:46 -07:00
Yuval Avrahami
338139971f
Remove an outdated risk regarding secrets
2021-07-05 20:42:08 +03:00
Grace Nguyen
04d0c72c32
Kube config warnings for code execution ( #28248 )
...
* Update configure-access-multiple-clusters.md
* Rewording kubeconfig warning
* Tabitha's suggestion
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
* Re-order sentences
* Copy update
Co-authored-by: Tabitha Sable <51767484+tabbysable@users.noreply.github.com>
2021-06-20 07:12:51 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Niko Felger
5bb726ba16
Fix typo
2021-05-18 10:29:09 +02:00
Zulai Wang
1753d09792
Fix typo in secret.md
2021-05-16 15:15:29 +08:00
Shannon Kularathna
8b0f2648e2
Move Priority and Preemption to Scheduling section
2021-05-11 15:10:02 +00:00
toshokan
c860159ea8
[en] Fix secret -> secrets in titles
2021-05-10 22:07:40 -04:00
Jai Govindani
2c82e7d6cf
docs(manage-resources-containers): add volume and volumeMount for ephemeral storage
...
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-05-07 19:34:43 +07:00
Shannon Kularathna
979ffdf355
Clarify use of QoS in eviction ranking
2021-04-27 21:03:51 +00:00
Kubernetes Prow Robot
d1e6a6fd24
Merge pull request #26605 from tengqm/admission-config-ref
...
Add WebhookAdmission reference
2021-04-14 01:30:42 -07:00
Qiming Teng
108149fa2f
Add WebhookAdmission reference
...
This is a reference for WebhookAdmission config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-webhookadmission
```
2021-04-07 09:13:47 +08:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Qiming Teng
4d20ce5b29
Add reference doc for kube-scheduler policy
...
This is a reference for kube-scheduler policy config generated from
kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```
./genref --include kube-scheduler-policy-config
```
2021-04-02 10:57:58 +08:00
Qiming Teng
79845b0c4a
Add kubelet config reference
...
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:
./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Victor Palade
ca046d9b1f
Merge master into dev-1.21 to keep in sync
2021-03-26 21:29:52 +01:00
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Tobias
69172dfd8e
clarify: add that binaryData is base64-encoded
2021-03-15 15:38:29 +01:00
ChandaniM123
f4dee4c08b
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-12 18:13:48 -05:00
Kubernetes Prow Robot
6d15d0d011
Merge pull request #26661 from adrianludwin/image-pull-policy
...
Better document default imagePullPolicy behaviour
2021-03-08 00:15:45 -08:00
Victor Palade
70096affc5
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-05 17:05:24 +01:00
Adrian Ludwin
d2239f3d7a
Better document default imagePullPolicy behaviour
...
The `imagePullPolicy` field is set automatically based on the image tag
if it's initially omitted, but it is not updated if the image tag later
changes. This can lead to [confusing
behaviour](https://itnext.io/defaults-are-hard-kubernetes-deployment-edition-3b11095792f2 ).
This change attempts to warn users of this potential pitfall.
2021-03-01 14:40:03 -05:00
Kubernetes Prow Robot
7d051f9a09
Merge pull request #25459 from amyXia1994/patch-1
...
Update secret.md
2021-02-27 17:52:38 -08:00
Kubernetes Prow Robot
12dd36ef3d
Merge pull request #26488 from ChandaniM123/merged-master-dev-1.21
...
Merged master into dev 1.21 - 2/12/21
2021-02-13 00:41:04 -08:00
wojtekt
507dc0aa20
Promote immutable secrets and configmaps to GA
2021-02-12 16:11:40 +01:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Jacob Henner
c59e3f0c27
Remove ServiceAccount Secret automounting section
...
The "Automatic mounting of manually created Secrets" section of the
Secrets documentation previously suggesting using PodPresets. PodPresets
have been removed, there is no alternate facility described, and it's
unclear if auto-mounting secrets based on associations with
ServiceAccounts was ever supported. Accordingly, the section should be
removed.
2021-02-03 22:38:20 -05:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Federico Gallo
329574f250
syntax
...
Replaced An for A
2021-01-31 18:53:53 -03:00
Kubernetes Prow Robot
e30a9bb3d9
Merge pull request #26169 from tomkivlin/tomkivlin-secret-style
...
Update secret.md to match style guide
2021-01-26 11:18:31 -08:00
Bartlomiej Takuski
48004c99cc
Grammatical error in secret.md
...
Fixing a minor grammatical error in secret.md
2021-01-22 16:02:48 -06:00
Tom Kivlin
aec6ea4895
Update secret.md
...
Remove prepended URLs and re-word to avoid use of "we".
2021-01-20 10:23:49 +00:00
Kubernetes Prow Robot
216ca3f06b
Merge pull request #24930 from adamhjk/patch-1
...
Explain the insecure by default nature of secrets
2021-01-16 19:47:43 -08:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Kubernetes Prow Robot
e53ca2f6ee
Merge pull request #25791 from rjain21/patch-2
...
Update overview.md
2021-01-11 18:40:25 -08:00
Rajesh Jain
dba227ea41
Update overview.md
...
As suggested, removed the language related to common vernacular. I think the documentation is well written in the common labels section, and can possibly be enhanced as more and more of these labels are implemented. So, just a link in the best practice section is sufficient as suggested by you.
2021-01-11 16:12:37 -08:00