pegasas
920a68b536
Document snag with stringData and server-side apply
2023-10-24 14:54:07 +08:00
Kubernetes Prow Robot
f9365c838d
Merge pull request #42631 from pegasas/stringdata
...
Document snag with stringData and server-side apply
2023-10-09 16:12:55 +02:00
Qiming Teng
cf83760309
Update managing-secret-using-config-file.md
2023-10-09 21:53:43 +08:00
Kubernetes Prow Robot
317df88b0d
Merge pull request #42956 from Henni/patch-1
...
Fix & Clarify files secretGenerator
2023-10-06 00:06:23 +02:00
Hendrik Leppelsack
e0de61aa31
rephrasing
2023-09-13 12:06:01 +02:00
Hendrik Leppelsack
54dbd7f1ea
clarify files secretGenerator
...
- file contents should not be base64 encoded
- full filenames are used for the secret's keys
2023-09-08 12:00:44 +02:00
pegasas
285b6fa176
Document snag with stringData and server-side apply
2023-09-07 16:16:03 +08:00
pegasas
52e3b3a012
Improvement for k8s.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/
2023-08-11 08:51:51 +08:00
Abigail McCarthy
9efe14f6a7
Merge branch 'main' into update-page-weights
2023-02-22 10:38:34 -05:00
zhuzhenghao
3a9c75946a
make layout prettier
2023-02-02 23:23:52 +08:00
Abigail McCarthy
97693ff044
Update page weights in /tasks/access-application-cluster, /configure-pod-container, /configmap-secret
2023-01-13 11:05:25 -05:00
Tom Walker
92eb40073f
Remove Base64'ing of file contents
...
Updated example of reading secret values from a file so that it doesn't base64 the contents in the file before `kubectl` reads it.
2022-12-10 08:00:25 +02:00
Sean Wei
37864abbb4
Tweak tasks/configmap-secret
2022-11-13 09:10:07 +08:00
Kubernetes Prow Robot
39e34c92e1
Merge pull request #34855 from shannonxtreme/manage-secrets-kubectl
...
Add create and edit to kubectl secrets
2022-11-09 03:52:12 -08:00
Kubernetes Prow Robot
27daefaa2a
Merge pull request #34853 from shannonxtreme/manage-secret-kustomize
...
Add create and edit to kustomize steps
2022-10-30 05:46:43 -07:00
Shannon Kularathna
ce1e4b18df
Remove verification steps and link to kubectl topic
...
This removes the duplicate content
2022-10-29 13:05:02 -04:00
Shannon Kularathna
4da5f8344e
Add create, edit, and cleanup steps
...
1. Modify the overview
2. Modify the create steps
- Keep the original overview for the section with minor mods
- Split creating the file and applying the file into headings
- Add tabs for using literals, files, and env files
- In literals tab, keep original content
- In Files tab, add step numbers and step for base64 encode
- In env tab, keep original content
- For applying the file, keep original code blocks
- Minor modifications to the structure of sentence
3. Add edit secret step
4. Minor changes to cleanup section
2022-10-29 13:04:48 -04:00
Shannon Kularathna
6f1eed2750
Minor modification to cleanup step intro
2022-10-07 18:20:08 +00:00
Shannon Kularathna
24198cfe45
Add Edit secret step
2022-10-07 18:19:07 +00:00
Shannon Kularathna
a9aa488fda
Modify verify and decode steps
...
- Change the describe command
- Add step numbers to decode section
- Change first step to remove excess words
- Modify password base64 string to match previous step
- Move code sample comments into a caution block
2022-10-07 18:16:22 +00:00
Shannon Kularathna
3436e2b361
Add overview and modify create steps
...
- Add brief intro to the page
- Improve the intro to the create secret section
- Split the steps for creating into subheadings for raw and file
- Keep commands the same but change the password string to be uniform
- Keep explanation of -n flag same but add line at end of note for escaping
- Keep explanation of default key name same (line 64-65)
2022-10-07 18:02:09 +00:00
Shannon Kularathna
69ac3e430c
Add Edit secret section
...
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2022-10-07 17:15:46 +00:00
Michael
6fc8a2557d
/configmap-secret/managing-secret-using-config-file.md
2022-08-05 17:15:35 +08:00
Shannon Kularathna
4c897e1cc1
Call config file a manifest and remove a 'please'
...
Co-authored-by: Tim Bannister <tim+kubernetes@scalefactory.com>
2022-07-27 17:54:31 -04:00
Shannon Kularathna
1955505a1d
Fix minor text wrapping nits.
...
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2022-07-26 18:18:33 +00:00
Shannon Kularathna
ced82c8e96
Move stringdata info to its own section to avoid breaking up task flow
2022-07-25 21:41:06 +00:00
Shannon Kularathna
a3dc78ac3a
Remove the Check the secret section and merge into the existing sections
2022-07-25 21:40:44 +00:00
Shannon Kularathna
0b9899c49d
Add information about returned values in stringdata and a link to verify secret
2022-07-25 21:40:40 +00:00
Shannon Kularathna
134eeb2282
Add step numbering to steps
2022-07-25 21:39:42 +00:00
Shannon Kularathna
28a872ede5
Update step intros and improve step formatting
2022-07-25 19:15:52 +00:00
Shannon Kularathna
12e85f6e28
Update the Create section intro for accuracy
2022-07-25 19:15:39 +00:00
Samuel Gaist
73bd4563a8
docs: add secure example for getting secret values
...
The current example showing how to decode a secret
does it in several steps which is fine but if some level
of security is required will leak the encoded secret
value in the shell history thus making it retrievable.
This patch adds an example on how to retrieve that
value without exposing it.
2022-02-17 09:11:19 +01:00
Wiktor Kwapisiewicz
e8b498ee14
Fix secret name to be consistent with examples
2021-07-22 10:58:47 +02: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
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
Brett Nekolny
eb0fbf236b
Add envs example for secretGenerator.
2021-05-12 17:29:17 -06:00
toshokan
c860159ea8
[en] Fix secret -> secrets in titles
2021-05-10 22:07:40 -04:00
Kubernetes Prow Robot
98ae77bdd6
Merge pull request #27424 from Shubham82/fix-secret_content_layout
...
Modified the output when retrieving Secrets.
2021-05-10 15:13:36 -07:00
Shannon Kularathna
e084eefad6
Update formatting and style
2021-05-07 20:22:29 +00:00
Shubham Kuchhal
2b822af36a
Modified the output when retrieving Secrets.
2021-04-06 11:07:59 +05:30
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
Shubham Kuchhal
41dff008af
Improvement: Managing Secret using kubectl
2021-03-19 12:41:19 +05:30
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Sibi Prabakaran
6a246ed922
docs: Update the name of the secret in the output
...
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
2021-02-26 16:02:46 +05:30
xieyanker
663e149adb
Fix delete secret
2021-02-01 15:38:04 +08:00
Hrishikesh Barua
43d071e8eb
Corrected the field names in the secret
2020-12-02 14:25:30 +05:30
Sushil Kumar
cf14321b76
Fixed typo
...
Fixed typo s/kustomizae/kustomize
2020-09-19 12:18:16 -07:00
Hao Yuan
dfda08a978
fix code block cannot be rendered in title
2020-09-18 21:29:19 +08:00
Qiming Teng
995b067fdb
Separating tasks from Secret concept
...
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.
Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00