Commit Graph

16 Commits

Author SHA1 Message Date
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