9480 Commits

Author SHA1 Message Date
Tim Bannister 4c1404387b Fix article “Faster than a speeding latte” 2022-03-09 12:48:59 +00:00
Kubernetes Prow Robot b2a3b33c94 Merge pull request #32067 from omBratteng/patch-1
Update the links to Gateway API
2022-03-09 04:18:12 -08:00
Tim Bannister 5fe8d4f2a1 Update CVE-2019-5736 article
- Add authors
- Tidy formatting

NOT marking this article as evergreen because it mentions
PodSecurityPolicy.
2022-03-09 12:13:02 +00:00
Andrew Foster 77123a0e91 Remove kompose up and down command doc 2022-03-09 22:55:23 +11:00
Tim Bannister a21c43eed9 Tidy & reword Secret concept
Co-authored-by: Chris Negus <cnegus@redhat.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-08 15:55:39 +00:00
Tim Bannister 3530caab63 Revise list of Secret types 2022-03-08 15:55:19 +00:00
Tim Bannister a5a94f0f5b Update Pod Security Admission concept for v1.24
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2022-03-08 14:07:16 +00:00
Shubham Kuchhal aa8b37770e Improvement: Updated FEATURE STATE of NamespaceDefaultLabelName. 2022-03-08 13:10:22 +05:30
Nate W 5a0f2583c6 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-07 16:23:45 -08:00
Kubernetes Prow Robot 0754ec0546 Merge pull request #31654 from chrismetz09/patch-6
Add figure <number> to text/caption _index.md
2022-03-07 14:38:24 -08:00
Kubernetes Prow Robot a26ac80b38 Merge pull request #31816 from voelzmo/patch-2
Update proposal link to point to archive
2022-03-07 14:36:25 -08:00
Kubernetes Prow Robot c33258a7bf Merge pull request #31966 from PriyanshuAhlawat/updating_envVariable
Update kubelet-integration.md issue
2022-03-07 14:32:25 -08:00
Kubernetes Prow Robot e8ac32b1fd Merge pull request #32061 from koolwithk/patch-1
Docs - Fixed double quotes issue with feature-gates
2022-03-07 14:30:24 -08:00
chrismetz09 73ac0a7c0d Add figure <number> to text/caption in docs/contribute/ _index.md 2022-03-07 09:47:47 -08:00
Kubernetes Prow Robot 28ffd81bab Merge pull request #31602 from mtardy/main
Add documentation on pod-security.kubernetes.io annotations
2022-03-07 06:04:54 -08:00
kartik494 8540194ccd Added Pod security deprecation note 2022-03-07 17:43:10 +05:30
Kubernetes Prow Robot f4a81795e5 Merge pull request #32070 from yuvraj9/patch-1
Fixing typo error
2022-03-06 20:46:53 -08:00
Kubernetes Prow Robot 6971f8e4e8 Merge pull request #31626 from wongma7/migrationplugin
Add that CSIMigration* fallback does not work for provision operations
2022-03-06 11:48:52 -08:00
my-git9 e11a116a34 Update replicationcontroller.md
Modify statement
2022-03-06 11:50:48 +08:00
Jason Kim (Jun Chul Kim) 2cca1a2f85 Update content/en/docs/setup/best-practices/certificates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-06 09:39:02 +09:00
Kubernetes Prow Robot 3bcb656e06 Merge pull request #29847 from sftim/20210928_migrate_kubectl_overview
Move kubectl overview to be section index
2022-03-05 13:54:52 -08:00
Yuvraj Shekhawat d884ce7ce0 Fixing typo error 2022-03-06 02:49:14 +05:30
Kubernetes Prow Robot 90188d33b7 Merge pull request #31636 from tengqm/fix-links-2
Fix links and markdown format for some pages
2022-03-05 12:54:54 -08:00
Ole-Martin Bratteng 2bfad1bc05 Updated more of the outdated links
Links referencing API spec has been pointed to v1alpha1 which was current at the time of the blog post.
2022-03-05 15:39:00 +01:00
Ole-Martin Bratteng 23bf4cea16 Update the link to Gateway controller implementations
Changed the link for `Gateway controller implementations`
2022-03-05 15:23:37 +01:00
koolwithk 927cd05181 Docs - Fixed double quotes issue with feature-gates
Double quotes was giving error as below, may be need to update the code to accept the double quotes.

Error: invalid argument "\"GracefulNodeShutdown=true\"" for "--feature-gates" flag: invalid value of "GracefulNodeShutdown=true", err: strconv.ParseBool: parsing "true\"": invalid syntax
2022-03-05 14:55:49 +05:30
Kubernetes Prow Robot e0b67982f5 Merge pull request #32003 from kerthcet/feature/graduate-defaultPodTopologySpread-to-ga
feat: feature gate DefaultPodTopologySpread is GA
2022-03-04 17:00:51 -08:00
Kubernetes Prow Robot 18b5b1fb93 Merge pull request #32027 from tengqm/fix-sched-ver
Update scheduler configuration sample version
2022-03-04 16:52:52 -08:00
Zach Rhoads bbcf9e316f Update link to Azure Gateway Ingress Controller
Changed link for Azure Gateway Ingress Controller to Microsoft documentation.
2022-03-04 16:48:29 -06:00
Marc Khouzam 0976014b7e No need for special handling for zsh aliases
Zsh completion is native since v1.22. Native zsh completion
automatically deals with aliases without needing
any extra configuration from the user.

Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-03-04 13:57:49 -05:00
Tim Bannister 3b2dee6b4e Mark “Remembering Dan Kohn” article evergreen 2022-03-04 16:20:59 +00:00
Alexandru Gheorghe 99ce89a035 Reword preStop hook usage regarding container's Terminated state 2022-03-04 15:51:48 +00:00
Patrick Ohly e86725d989 storage capacity: graduate to GA 2022-03-03 20:28:30 +01:00
Kubernetes Prow Robot 301f85fd92 Merge pull request #31603 from atiratree/concepts.deployment
add note about Terminating pods when rolling out a Deployment
2022-03-03 08:53:48 -08:00
kerthcet c5428ebad7 feat: GA feature gate DefaultPodTopologySpread
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-03-03 23:53:29 +08:00
Qiming Teng b76366329d Update scheduler configuration sample version
This PR updates the scheduler configuration YAML snippets to use the 'v1beta3' version API. 'v1beta1' is gone and not recommended. We don't have config API reference for 'v1beta1' now.
2022-03-03 20:08:38 +08:00
Tim Bannister 77a598cb33 Use in-page “what's next” list for kubectl 2022-03-03 10:03:01 +00:00
Tim Bannister e0d4b37070 Highlight link to kubectl cheat sheet
Also, reorder the section overall.
2022-03-03 10:03:01 +00:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
cpanato 95dd95982f update patch release for march cycle and remove 1.20 release due to eol
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-03-03 10:18:12 +01:00
Chris Negus 8ca3492e51 Moved blog guidance from SIG page to docs (#31920)
* Moved blog guidance from SIG page to docs

* Fixed text from review comments
2022-03-02 18:48:48 -08:00
Kubernetes Prow Robot b6643f3d51 Merge pull request #31593 from ctalledo/k8s-in-sysbox
Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
2022-03-02 18:30:46 -08:00
Kubernetes Prow Robot abd4c430f5 Merge pull request #31971 from neolit123/1.24-fix-ha-etcd-guide-tmp-folders
kubeadm: fix wrong path in the etcd HA guide (step 7)
2022-03-02 17:28:45 -08:00
Kubernetes Prow Robot beb39db14d Merge pull request #31996 from RA489/upgradenote
kubeadm-upgrade: add note about verifying the kubelet service status
2022-03-02 17:08:46 -08:00
Thomas Guettler 7122a4498a fix busybox image to 1.28 (issues with nslookup).
Changes where done with these commands:

reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples

Related issues:

 https://github.com/docker-library/busybox/issues/48
 https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
mtardy cc64e7cc98 Add a separate subpage for audit annotations and add reference to it on the main page 2022-03-02 20:14:14 +01:00
Damilola Abioye bf7b94c65a updated allowedTopologies values format 2022-03-02 20:04:02 +01:00
Mahé 876f452d0e Merge branch 'kubernetes:main' into main 2022-03-02 19:23:58 +01:00
Brett Wolmarans 8dd6fa677d --all-namespaces shorthand
As a beginner to kubectl, I must have typed (and re-typed due to typos) --all-namespaces many hundreds of times before I stumbled across the -A shorthand notation for this.  I sincerely would be grateful on behalf of all kubectl beginners if this very useful cheat could be added to this cheatsheet.  I have proposed in this PR a location quite near the beginning of the cheatsheet for this so that it is very hard to miss.
2022-03-02 09:21:06 -08:00
Kubernetes Prow Robot fbdcbaff2f Merge pull request #31909 from alghe-global/fix-working-with-objects/kubernetes-objects
Fix wording for "concepts/overview/working-with-objects/kubernetes-objects/#required-fields"
2022-03-02 06:49:13 -08:00