Commit Graph

36 Commits

Author SHA1 Message Date
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 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
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
Tobias 69172dfd8e
clarify: add that binaryData is base64-encoded 2021-03-15 15:38:29 +01: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
Johnny Lim b537556b2d
Fix typo 2020-12-23 15:21:12 +09:00
Sundeep Malladi 97629eba26
Update configmap.md 2020-11-18 10:40:55 -06:00
Sylvain COULOMBEL 08fbeb5953 Use configmap inside a k8s pod command, as entrypoint is docker specific 2020-11-17 22:34:17 +01:00
Kubernetes Prow Robot aa426328ab
Merge pull request #24101 from ldynia/patch-1
changing image to nginx because game.example/demo-game does not exist
2020-10-12 17:09:24 -07:00
Kubernetes Prow Robot 158286c4b7
Merge pull request #23807 from tengqm/improve-configmap-concept
Improve ConfigMap concept
2020-09-30 16:46:54 -07:00
Qiming Teng b1490ef95f Improve ConfigMap concept
This PR adds some missing information to the ConfigMap concept page.
2020-10-01 07:33:52 +08:00
ldynia 7dc69cfa0b
Update configmap.md
Changing nginx to alpine, This way it's more generic giving it generic context.
2020-09-24 15:06:15 +02:00
ldynia 8dcf08a4d0
image does not exist
docker pull game.example/demo-game results with Error response from daemon: Get https://game.example/v2/: dial tcp: lookup game.example: no such host.
Therefore is better to change image to nginx
2020-09-24 13:03:53 +02:00
noms 7e22ae5adc
Fix for 23732 (#23822)
* Fix for 23732

Explicitly specify that consumed as environment variables  require pod restart to refresh.

* Remove note tag

Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Tim Bannister b5b9d88433 Add headings for Immutable ConfigMaps and Secrets 2020-09-06 16:03:35 +01:00
Sascha Grunert 91f4a125c0
Remove the feature gate part from immutable secrets/configmaps
The feature is in `beta` since Kubernetes v1.19.0 so it is enabled per
default. This means that we can omit the hint to enable the feature
gate manually.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-01 14:32:18 +02:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
Oleg Atamanenko e5e0faf011
Fixed typo in feature gate name.
Fixed typo.

related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00
Savitha Raghunathan 220d754880 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-06-30 18:02:37 -04:00
wojtekt 0d7d24195d Promote immutable secrets/configmaps to Beta 2020-06-29 07:53:37 +02:00
Tim Bannister d9f82c9500 Explain ConfigMap volume source items array
The existing ConfigMap concept incorrectly states that you must use
different ConfigMap objects if you want to configure both environment
variables and file-like configuration items at the same time.

Reword to give the correct advice.
2020-06-24 22:11:56 +01:00
Behzad 439f9f437f
Update configmap.md
Add quotation marks around the value of the key "player_initial_lives" in configuration file of the ConfigMap called "game-demo". Otherwise, kubectl version 1.18 gives the following error with the command "kubectl apply -f game-demo-configMap.yaml"

Error from server (BadRequest): error when creating "game-demo-configMap.yaml": ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found 3, error found in #10 byte of ...|l_lives":3,"ui_prope|..., bigger context ...|player.maximum-lives=5\n","player_initial_lives":3,"ui_properties_file_name":"user-interface.propert|...
2020-06-19 17:57:40 +02:00
Kubernetes Prow Robot ae05ac0e98
Merge pull request #21835 from mokua/patch-4
Update configmap.md
2020-06-17 15:44:06 -07:00
Richard Mokua 69c280df02
Update configmap.md 2020-06-17 07:53:27 +02:00
Richard Mokua 9a6e4c260d
Update configmap.md 2020-06-17 07:45:19 +02:00
Artsiom Kaval 0ec8638025
Fix missuse of Secret vs ConfigMap 2020-06-12 03:54:17 +03:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Adam 473ab23e80
Update configmap.md
Fixed configmap -> configMap
2020-06-07 21:16:28 +02:00
wojtekt d7e11597ed Document self-updating feature for ConfigMap 2020-06-03 13:03:01 +02:00
ViBiOh 71f95e719a
fix: Metadata name of ConfigMap must be lower case 2020-04-30 11:32:30 +02:00
Tim Bannister ea11774d64 Add ConfigMap concept page
Co-Authored-By: Celeste Horgan <celeste@cncf.io>
2020-04-21 19:36:42 +01:00