Kubernetes Prow Robot
da490859b9
Merge pull request #38302 from shortcuts/main
...
add version support to `fish` auto-completion
2022-12-16 04:26:17 -08:00
Chaitanya Bisht
294557aaeb
Fixed typo
...
Fixed typo from "For example, to turning off all API versions except v1" to "For example, to turn off all API versions except v1"
2022-12-16 15:21:09 +05:30
Kubernetes Prow Robot
d9ca0d9dce
Merge pull request #38430 from my-git9/en/errorlink
...
[en]modify the invalid link
2022-12-14 14:15:34 -08:00
Marcin Owsiany
270c6803d1
Applied review comment.
2022-12-14 12:15:28 +01:00
Marcin Owsiany
74dd655286
Clarify the case of requested version != stored version.
2022-12-14 12:12:28 +01:00
Marcin Owsiany
8c9ca0579d
Use "stored" rather than "persisted" consistently with the rest of the document.
2022-12-14 12:12:28 +01:00
Kubernetes Prow Robot
06dac1bc79
Merge pull request #36958 from aFlyBird0/update-bash-completion-macOS
...
[en] Fix homebrew prefix error in bash-completion of kubectl
2022-12-13 17:13:34 -08:00
xin.li
29194d9435
[en]modify the invalid link
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-12-12 23:29:54 +08:00
Kubernetes Prow Robot
c996cd0710
Merge pull request #38349 from profnandaa/sig-windows/fix-kubectl-install
...
improvement: kubectl install on windows verify command
2022-12-12 06:29:34 -08:00
Kubernetes Prow Robot
ecbe926d74
Merge pull request #38321 from mikamboo/patch-1
...
Fix out-of-date name for ServiceAccount
2022-12-10 07:39:42 -08:00
Kubernetes Prow Robot
5f63234b64
Merge pull request #38328 from Gentoli/winget-link
...
Update winget reference url and capitalization
2022-12-10 01:57:39 -08:00
Gentoli
124b709ef7
Update winget reference url and capitalization
2022-12-10 03:56:48 -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
Dmitry Fedorov
231f3ed94e
Small grammar fix
2022-12-09 20:07:20 +04:00
Anthony Nandaa
0bf2006105
fix: kubectl install on windows verify command
...
Make the the verification command cleaner by using only PS cmdlets.
certutil.exe returns 3 lines which need to be split to the hash,
as opposed to Get-FileHash that returns an object with .Hash
Fixes issue 30833
2022-12-09 09:40:51 +03:00
Michaël P.O
66d7bc2e85
Update configure-service-account.md
...
Use coherent code example with description
2022-12-07 23:11:00 +01:00
Dan Winship
37ee1e335c
Remove references to kube-proxy userspace mode
2022-12-06 09:10:27 -05:00
Kubernetes Prow Robot
98973fdcba
Merge pull request #38137 from nilekhc/kms-docs
...
kms: updates website to document encryption config hot reload changes
2022-12-06 05:24:36 -08:00
Clément Vannicatte
48550eb912
add version support to `fish` auto-completion
2022-12-06 11:56:04 +01:00
Dixita
2df2cb5612
Updating the content and references in the docs for Credential Provider ( #38139 )
...
GA
Signed-off-by: Dixita Narang <ndixita@google.com>
Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Tim Bannister
8f9446f87d
Merge branch 'main' into dev-1.26
2022-12-03 21:36:34 +00:00
Kubernetes Prow Robot
41c494912b
Merge pull request #38219 from gt814/bugfix/minikube
...
Fix minikube description
2022-12-01 22:27:53 -08:00
Andrey Glazkov
278e748fbb
fix minikube description.
2022-12-02 09:09:08 +03:00
Nilekh Chaudhari
d132365aae
kms: updates website to document --encryption-provider-config-automatic-reload api server flag and healthcheck endpoint behavior
...
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
2022-12-01 19:05:18 +00:00
Daniel Vega-Myhre
778e4c4424
fix shell block
2022-11-29 20:07:12 -08:00
Rita Zhang
765de36b1d
Document custom resource encryption support ( #38109 )
...
* Add custom resource encryption support
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Address review comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Update reviewer list
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Add wrapping
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Address comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Address comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Address comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
* Address comments
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2022-11-29 19:18:55 -08:00
Daniel Vega-Myhre
43a8d5d590
Update Job docs to include info about enabling pod-to-pod communication within a job using pod hostnames ( #37771 )
...
* Update Job docs to include info about using a headless service to enable pod communication via pod hostnames
* Change section title
* fix phrasing
* update yaml example
* update label selector
* more specific phrasing
* address comments and add new example
* add note about pod dns policies
* minor fixes
* add link to job patterns
* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* Update content/en/docs/concepts/workloads/controllers/job.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* address comments
* clarify sentence
* move minikube note to prereqs
* address comments
* captitalize all instances of Job
* move minikube notes to bottom of prereqs
* address comments
* update example
* fix typo
* update phrasing
* link to this from the completion modes section of the job docs
* address phrasing comments
* add newlines to break up block of text
* update phrasing
* update phrasing
* Update content/en/docs/concepts/workloads/controllers/job.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-29 19:00:55 -08:00
Kubernetes Prow Robot
a933ac0d6b
Merge pull request #38163 from carnivorelogic/patch-1
...
Update memory-manager.md
2022-11-29 14:03:07 -08:00
Kubernetes Prow Robot
cec61c1754
Merge pull request #38052 from krol3/merged-main-dev-1.26
...
Merge main branch into dev-1.26
2022-11-29 11:59:09 -08:00
Kubernetes Prow Robot
a00215d259
Merge pull request #37980 from sftim/20221119_split_out_kubelet_instrumentation_reference
...
Split out kubelet instrumentation details into reference page
2022-11-29 11:45:09 -08:00
Igor Lončarević
00425ef91f
Update memory-manager.md
...
Typo
2022-11-29 19:08:49 +01:00
Kubernetes Prow Robot
abc42e009d
Merge pull request #38122 from Kartik494/updatedocs
...
Modify manually managed key for apt repositories
2022-11-29 06:19:24 -08:00
Shubham Kuchhal
46766b1c1b
Improvement: Corrected the link for token projection.
2022-11-29 18:39:55 +05:30
Kartik Sharma
9e552abc2d
Update content/en/docs/tasks/tools/install-kubectl-linux.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-29 08:58:48 +05:30
Tim Bannister
27550bce48
Split out node metrics into reference section
2022-11-28 22:50:44 +00:00
Kubernetes Prow Robot
d57d2255d8
Merge pull request #37768 from atiratree/pod-healthy-policy-for-pdbs
...
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 06:36:07 -08:00
Filip Křepinský
b61f763cf0
Add documentation for Unhealthy Pod Eviction Policy for PDBs
2022-11-28 15:03:46 +01:00
Kubernetes Prow Robot
b53d942c41
Merge pull request #37841 from saschagrunert/dev-1.26-signed-artifacts
...
[KEP 3031] Add documentation about signed Kubernetes artifacts
2022-11-28 04:08:09 -08:00
kartik494
93d6d2b7ea
Modify key for apt repositories
2022-11-28 17:34:57 +05:30
Kubernetes Prow Robot
8531bd1cda
Merge pull request #37668 from PiotrProkop/topology-manager-policy-options
...
topologymanager: document topology manager policy options
2022-11-28 03:22:07 -08:00
Sascha Grunert
f8a2d2319a
Add documentation about signed Kubernetes artifacts
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-11-28 12:05:11 +01:00
Kubernetes Prow Robot
f306471950
Merge pull request #35385 from nabokihms/patch-2
...
Add doc about how to get self subject attributes
2022-11-28 00:58:07 -08:00
Kubernetes Prow Robot
b32297ff5a
Merge pull request #37340 from marosset/hpc-stable-updates
...
Updates for WindowsHostProcessContainers going to stable
2022-11-27 16:50:06 -08:00
Kubernetes Prow Robot
61ee529804
Merge pull request #38086 from windsonsea/hpay
...
Replace an image with mermaid
2022-11-26 08:14:05 -08:00
Michael
b319f844db
Replace an image with mermaid
2022-11-26 14:28:47 +08:00
Tim Bannister
4ed33d1429
Drop (deprecated) task for enabling service topology
...
As this feature is deprecated, there is no special need to help readers
to enable it.
2022-11-24 18:27:06 +00:00
carolina valencia
b4ad83ef13
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-24 11:49:25 -03:00
Kubernetes Prow Robot
3d813eb490
Merge pull request #37847 from windsonsea/consen
...
Tweak line wrappings in /configure-service-account.md
2022-11-23 01:32:14 -08:00
Kubernetes Prow Robot
a8d1e8c72c
Merge pull request #37864 from Sea-n/tasks-configmap-secret
...
Tweak tasks/configmap-secret
2022-11-23 01:30:15 -08:00
Kubernetes Prow Robot
99c0804c4a
Merge pull request #37652 from stefanlasiewski/patch-2
...
Verify key name in API Server and in etcd
2022-11-22 18:36:14 -08:00
Stefan Lasiewski
72c0fa664b
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-22 15:18:03 -08:00
Kubernetes Prow Robot
b5aafaaac4
Merge pull request #37863 from krol3/merged-main-dev-1.26-02
...
Merge main branch into dev-1.26
2022-11-21 19:32:13 -08:00
Kubernetes Prow Robot
accc71fb04
Merge pull request #37906 from 4TT1L4/patch-1
...
Create Secret / Fixed the raw data example
2022-11-21 09:00:31 -08:00
Fabio Bertinatto
aa36f72d06
DelegateFSGroupToCSIDriver is GA in 1.26 ( #37700 )
...
* DelegateFSGroupToCSIDriver is GA in 1.26
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-21 08:24:31 -08:00
Brian McQueen
65ce32de4e
updated docs regarding ephemeral pods not being supported by static pods kubernetes/kubernetes#113935
2022-11-20 19:39:20 -08:00
Kubernetes Prow Robot
97cc77e1ec
Merge pull request #37845 from Ritikaa96/add-links-in-certificates-md
...
adding links to easy-rsa, cfssl and openssl in certificates.md
2022-11-19 07:28:29 -08:00
Kubernetes Prow Robot
0d6f6ae4ca
Merge pull request #37596 from sftim/20221029_wait_for_jobs_to_succeed
...
Use kubectl to wait for Jobs to succeed
2022-11-19 07:22:29 -08:00
Tim Bannister
51057189b0
Reinstate PodAndContainerStatsFromCRI docs
...
Previous changes lost this documentation; reinstate something similar.
2022-11-19 14:46:56 +00:00
Tim Bannister
e09bd95daf
Clarify resource metrics pipeline task page
2022-11-19 14:44:59 +00:00
kikiodazie
a794cc6469
Update Cilium installation steps
...
This commit removes the `cilium install` output and adds a proper
explanation of the Cilium installation.
Signed-off-by: Divine Odazie <dodazie@gmail.com>
2022-11-19 13:59:59 +01:00
Kubernetes Prow Robot
bfe7bd6380
Merge pull request #37242 from mimowo/retriable-pod-failures-beta
...
Promote "Retriable and non-retriable pod failures for Jobs" to Beta
2022-11-18 12:08:31 -08:00
4TT1L4
78d6a561f1
Create Secret / Fixed the raw data example
...
Based on the description the example is supposed to create a Secret that stores the username and the password, but this was not the case. It was using the devuser username instead of admin. I have changed the example to be actually doing the task that was described above.
2022-11-17 15:05:32 +01:00
Kubernetes Prow Robot
c3164069c5
Merge pull request #37273 from swatisehgal/devicemanager-ga-graduation-docs
...
node: devicemgr: docs: Kubelet Device Manager graduation to GA
2022-11-16 23:02:39 -08:00
Mark Rossetti
1d74e4c3a2
Apply suggestions from code review
...
Co-authored-by: Brandon Smith <BRASMITH@MICROSOFT.COM>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-15 11:26:21 -08:00
Michal Wozniak
163e53de42
Update of the docs for Beta
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
2022-11-15 10:07:13 +01:00
Mark Rossetti
0956df46b0
Updates for WindowsHostProcessContainers going to stable
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-11-14 16:38:27 -08:00
Michael
cd4371d8d1
Fix code mark in configure-volume-storage.md
2022-11-14 20:47:50 +08:00
PiotrProkop
701ed987c5
topologymanager: document topology manager policy options
...
Signed-off-by: PiotrProkop <pprokop@nvidia.com>
2022-11-14 11:16:18 +01:00
Sean Wei
37864abbb4
Tweak tasks/configmap-secret
2022-11-13 09:10:07 +08:00
carolina valencia
947cab0667
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-12 19:27:28 -03:00
Francesco Romani
25771e94f0
node: cpumgr: docs: Kubelet CPU Manager GA graduation
...
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-11 17:08:00 +01:00
Michael
82dbefc100
Make layout prettier in /configure-volume-storage.md
2022-11-11 21:21:24 +08:00
Michael
b1ab30de08
Tweak line wrappings in /configure-service-account.md
2022-11-11 21:03:04 +08:00
Ritikaa96
6c59b57e31
adding links to easy-rsa, cfssl and openssl in certificates.md
2022-11-11 18:05:58 +05:30
Swati Sehgal
10a7a506cb
node: devicemgr: docs: Updates based on review comments (Nov 1, 2022)
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:43 +00:00
Swati Sehgal
0a0fb70fc2
node: devicemgr: docs: Additional updates based on review comments
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:16 +00:00
Swati Sehgal
89fa301731
node: devicemgr: docs: Updates based on review comments
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:12:53 +00:00
Kubernetes Prow Robot
6f2acafc1a
Merge pull request #36669 from sftim/20211208_move_connecting_applications_with_services
...
Move "Connecting Applications with Services" to tutorials section
2022-11-10 17:32:09 -08:00
Maksim Nabokikh
5d61921a11
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-10 12:53:21 +01:00
Maksim Nabokikh
0a5e274a42
Add doc about how to get self subject attributes
...
Documentation for https://github.com/kubernetes/enhancements/issues/3325
2022-11-10 12:52:53 +01:00
Kubernetes Prow Robot
396f5fe14f
Merge pull request #37344 from windsonsea/inswine
...
Add the ending mark of codeblock in install-kubectl-windows.md
2022-11-09 20:00:53 -08:00
Tim Bannister
ce46f1ca74
Move "Connecting Applications with Services" to tutorials section
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
Kubernetes Prow Robot
f3248058fd
Merge pull request #33654 from sftim/20190601_task_configure_service_account_reword
...
Reword tasks relating to ServiceAccounts
2022-11-09 13:50:56 -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
carolina valencia
4d9111a85c
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-08 18:17:11 -03:00
Tim Bannister
fc34399bdd
Add advice about PSP migration
...
You can't upgrade from PSA to PSA if you are already running a version
of Kubernetes that doesn't include PSP.
2022-11-05 18:29:57 +00:00
Michael
61ca3c1438
Fix install-kubectl-windows.md
2022-11-04 10:14:21 +08:00
Kubernetes Prow Robot
d3e08805fd
Merge pull request #37271 from maxgio92/patch-2
...
docs(setup-konnectivity.md): remove duplicate openssl option
2022-11-03 16:42:14 -07:00
Stefan Lasiewski
ef7fef5812
Verify key name in API Server and in etcd
...
Sometimes the key may not match due to bugs or human error
2022-11-01 14:26:10 -07:00
Kubernetes Prow Robot
1727b822c8
Merge pull request #37521 from bishal7679/patch-9
...
Updated `<node-to-drain>` to `<node-to-uncordon>` in kubeadm-upgrade
2022-11-01 10:58:45 -07:00
Ritikaa96
668c2b1ca9
correcting grammatical mistakes in migrating-from-dockershim.md
2022-11-01 18:13:32 +05:30
Ritikaa96
bcdb8f3b93
updating kubeadm-reconfigure-doc
2022-11-01 16:34:11 +05:30
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
Tim Bannister
5ed062fb1f
Use kubectl to wait for Jobs to succeed
...
No need to poll: there's a subcommand for that.
2022-10-29 19:56:31 +01: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
Kubernetes Prow Robot
808f74bc56
Merge pull request #37506 from Nordix/update-link-in-crd-versions/mohammed
...
Update links in crd-versions docs based on the latest k8s release
2022-10-29 08:16:40 -07:00
Kubernetes Prow Robot
89a4542cb5
Merge pull request #37529 from bishal7679/switch-json-manifest
...
For namespace walkthrough, switch example manifests to YAML
2022-10-29 08:14:40 -07:00
NitishKumar06
ea8b02cbcb
Minor Typo in management-policies.md fixed
2022-10-27 18:19:25 +05:30
Bishal das
8a0ca839d2
Updated and squashed two commits
...
Update kubeadm-upgrade.md
Updated kubeadm-upgrade
Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
2022-10-26 12:09:31 +05:30