Commit Graph

2679 Commits

Author SHA1 Message Date
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
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 18ae4051f7 updated json manifest to yaml
Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
2022-10-26 10:11:46 +05:30
mboukhalfa 0e569cc9ed
Update links in crd docs based to v1.25 k8s release 2022-10-25 14:13:02 +03:00
Kubernetes Prow Robot 4b05eab8b9
Merge pull request #37192 from maciejporebski/patch-1
Add Kubectl Install Instructions Using Winget
2022-10-24 11:56:24 -07:00
Kubernetes Prow Robot e368a6ae3f
Merge pull request #37381 from Nordix/tiny-spell-fix/mohammed
Tiny spell fix and rephrasing
2022-10-24 10:58:25 -07:00
Kubernetes Prow Robot 065d8e65bf
Merge pull request #37284 from chandansingh1653/patch-1
Update custom-resource-definition-versioning.md
2022-10-24 10:56:25 -07:00
Kubernetes Prow Robot f3a26eb9e8
Merge pull request #37442 from sftim/20221021_skip_check_k8s_version_service_api
Don't check Kubernetes version for using Service API
2022-10-24 10:50:27 -07:00
Kubernetes Prow Robot 0f95030f8d
Merge pull request #36674 from ryparker/patch-1
docs(HPA): typo "if it's unready and transitioned to unready"
2022-10-22 01:43:58 -07:00
Tim Bannister 9584f1d807
Don't check Kubernetes version for using Service API
All supported Kubernetes versions let you access Services within your
cluster, so there is no special need to check what version you're running.
2022-10-22 00:32:12 +01:00
Kubernetes Prow Robot ce7e330c57
Merge pull request #36673 from sftim/20220825_favor_endpointslices
Favor EndpointSlice over Endpoints
2022-10-19 08:45:02 -07:00
Kubernetes Prow Robot 4a1fa16893
Merge pull request #37339 from sreeram-venkitesh/37132-warning-for-password-in-kubeconfig
Added warning about password in sample client config file
2022-10-19 08:33:03 -07:00
Sreeram Venkitesh 2e1caa007c Added caution block and resolved review comments 2022-10-19 18:08:21 +05:30
mboukhalfa 388a17b204
tiny spell fix and rephrasing 2022-10-19 15:25:12 +03:00
Kubernetes Prow Robot 4c6003344a
Merge pull request #36854 from AnassKartit/patch-1
Update install-kubectl-windows.md
2022-10-17 11:13:07 -07:00
Kubernetes Prow Robot b1f8531498
Merge pull request #35384 from shannonxtreme/add-edit-secret-file
Add Edit Secret step to Managing Secrets Using a Configuration File
2022-10-15 12:19:06 -07:00
Anass Kartit 4f52a6fbdc
Update install-kubectl-windows.md
replaced curl with curl.exe at line 160
2022-10-14 10:35:25 +02:00
Maciej Porebski 5254265c1b
Add Oxford Comma to CLI Install Options List
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2022-10-12 21:41:17 +01:00
Anass Kartit 79ff9e84e9
Update content/en/docs/tasks/tools/install-kubectl-windows.md
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:54:15 +02:00
Anass Kartit a26f7e69f6
Update content/en/docs/tasks/tools/install-kubectl-windows.md
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:54:04 +02:00
Anass Kartit 50df8d57f1
Update content/en/docs/tasks/tools/install-kubectl-windows.md
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:53:58 +02:00
Anass Kartit 782afe79e4
Update content/en/docs/tasks/tools/install-kubectl-windows.md
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:53:44 +02:00
Chandan Singh 8b1209d948
Update custom-resource-definition-versioning.md
Since there can be only one version that needs to be stored and storage option is required else the parsing fails. Adding the storage option and setting it false.

Schema Vaildation fails with error: error validating data: ValidationError(CustomResourceDefinition.spec.versions[1]): missing
 required field "storage" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion; if you choose to
 ignore these errors, turn validation off with --validate=false
2022-10-12 18:13:03 +05:30
Kubernetes Prow Robot d068bec502
Merge pull request #37135 from aressem/patch-1
Fix typo in full-pcpus-only option
2022-10-11 14:34:42 -07:00
Tim Bannister 1eef742465
Favor EndpointSlice over Endpoints
Document EndpointSlice as the preferred and most appropriate mechanism
to record the backing endpoints of a Service.

Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-10-11 12:38:39 +01:00
Kubernetes Prow Robot b29613f722
Merge pull request #37233 from bel-gacem/patch-2
Fix curl command in pull-image-private-registry.md
2022-10-10 15:13:02 -07:00
Sergey Kanzhelev 0eabe496cd limit ranger clarification 2022-10-10 17:46:28 +00:00
Maciej Porebski 0dde71a1fd
Update CLI Install Section Link to Match New URL 2022-10-10 14:16:26 +01:00
Maciej Porebski 47e928bc3f
Update Section Heading for CLI Install
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-10-10 14:10:59 +01:00
bel-gacem bb4dfd6fcd
Fix curl command in pull-image-private-registry.md
fix curl command
2022-10-09 17:11:03 +01: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
Maciej Porebski f5eab7d041
Add Kubectl Install Instructions Using Winget 2022-10-06 19:47:23 +01:00
Kubernetes Prow Robot 5b084a3166
Merge pull request #37083 from jmcshane/service-account-update
Add callout for clearing `spec.serviceAccount` alias from workload templates
2022-10-06 08:35:53 -07:00
Kubernetes Prow Robot d601e2c36c
Merge pull request #37174 from bobfuru/patch-3
Add missing period
2022-10-06 08:31:52 -07:00
jmcshane 7adae8cda1 Add callout for clearing spec.serviceAccount alias from workload templates 2022-10-06 11:30:43 -04:00
Bob Furu 64ca4f1e2e
Add missing period
Adds missing period to end of sentence.
2022-10-05 17:11:54 -06:00
Bob Furu af02f58676
Make "Pod" uppercase for consistency in this file
Updates one lone instance of lowercase "pod" for consistency.
2022-10-05 17:07:50 -06:00
Ukri Niemimuukko fc6e3231a7 [en] Add link to Intel GPU plugin
This adds a link to the Intel GPU plugin.

Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
2022-10-04 19:27:03 +03:00
Arnstein Ressem 09ea2ced66
Fix typo in full-pcpus-only option 2022-10-03 08:44:48 +02:00
Kubernetes Prow Robot f2c4d28472
Merge pull request #35230 from Iceber/fix_retainKeys_example
the retainKeys strategy only works in the strategic merge patch
2022-10-02 09:50:13 -07:00
Kubernetes Prow Robot a6e5cc8cbd
Merge pull request #37059 from bishal7679/patch-6
Fix command in task “Using NodeLocal DNSCache in Kubernetes Clusters”
2022-10-02 09:20:13 -07:00
Vaibhav Goel 8ff7e1845d
Updated the behaviour of evictionHard (#36961)
* Updated the behaviour of evictionHard

* Modified the changes in documenting hard eviction behaviour

* Updated the changes
2022-10-02 08:28:13 -07:00
Mitesh Jain 91cca8925c
Update evictionHard default behaviour if some thresholds are not set. (#36960)
* Update evictionHard default behaviour if some thresholds are not set.

* Wrapped long line to other pragraph size.
2022-10-02 06:34:15 -07:00
Kubernetes Prow Robot 9c3e247397
Merge pull request #36985 from sftim/20220923_omit_vendor_install_docs_gpu_scheduling_task
Omit vendor install docs from scheduling task
2022-09-30 13:34:15 -07:00
Kubernetes Prow Robot bfa4385ab3
Merge pull request #36868 from echiugoog/patch-1
Annotate which version each policy option is available
2022-09-30 12:28:13 -07:00
Kubernetes Prow Robot a7b971f33b
Merge pull request #36978 from bernermic/patch-1
Make scope for `Configure Probes` more clear (add startupProbe)
2022-09-30 05:46:29 -07:00