Commit Graph

19402 Commits

Author SHA1 Message Date
Kubernetes Prow Robot b7e6cf5d55 Merge pull request #31634 from tengqm/link-feature-gates
Fix links in feature gates
2022-02-06 13:16:51 -08:00
Arhell 4056f0b897 [es] update manage-resources-containers.md 2022-02-06 09:47:37 +02:00
Kubernetes Prow Robot fdd25460d8 Merge pull request #31637 from kubernetes/dev-1.23-ko.1
[ko] 1st Korean localization work for v1.23
2022-02-05 17:02:50 -08:00
John Kwiatkoski 0d9d83a23d Remove deprecated --record flag from example
Trying to use this flag `--record` in the example leads to the warning:
```
Flag --record has been deprecated, --record will be removed in the future
```
2022-02-05 19:41:02 -05:00
Seokho Son d282a29d75 Fix merge conflict between dev-1.23-ko.1 and main 2022-02-06 04:44:18 +09:00
Qiming Teng 459a3f96ac Fix links and markdown format for some pages 2022-02-05 15:19:21 +08:00
Qiming Teng 37fae75ffd Fix links in feature gates
Some links are pointing to redirection records, which will be
problematic for downstream localizations.
2022-02-05 15:01:31 +08:00
Qiming Teng 6ea009fa04 Wrap long lines for hugo-shortcodes page 2022-02-05 14:57:39 +08:00
Qiming Teng 71268c2e52 Fix link in create hostprocess pod page
When link target is on the same page, we don't need the path in links.
2022-02-05 12:56:13 +08:00
Qiming Teng 439ef1f84f Reformat diagram guide
This PR wraps the long lines in the diagram guide for ease of change tracking.
It also fixes some link targets to use relative paths.
2022-02-05 12:01:47 +08:00
mtardy e00fe1d2cb Remove the Used on information and replace caution tag with note 2022-02-04 19:07:28 +01:00
mtardy 3cc1b1b047 Add disclaimers before reorganizing this reference page between API groups 2022-02-04 18:53:37 +01:00
Kubernetes Prow Robot 517ec927bf Merge pull request #31567 from Arhell/fix
[ja] fixed the list container images by pod section
2022-02-04 09:00:00 -08:00
Kubernetes Prow Robot 71408cd4f9 Merge pull request #31554 from guymenahem/fix-hpa-labels-based
Clarify that HPA controller searches for labels
2022-02-04 06:46:00 -08:00
Meysam Azad 228c676cd1 fix: modify prepositions 📝 2022-02-04 16:48:20 +03:00
Anshi 90c15fadc6 Update _index.html 2022-02-04 14:01:39 +05:30
Anshi 0ce6c3eafb Update _index.html 2022-02-04 13:35:02 +05:30
seokho-son 18932c9630 Update outdated files in dev-1.23-ko.1 (M13-M16) 2022-02-04 15:44:58 +09:00
Arhell af7a9a515c [en] add comma 2022-02-04 01:47:35 +02:00
alexfornuto df38c30bb3 Add Pomerium Ingress Controller to list. 2022-02-03 09:31:32 -06:00
Rolfe Dlugy-Hegwer 988ce8d976 Dockershim: collate a list of 3rd party resources on the topic #30919 2022-02-03 06:52:26 -05:00
Kubernetes Prow Robot 2d6d22ddec Merge pull request #31440 from MikeSpreitzer/note-apf-autoupdate
Catch APF description up with recent developments
2022-02-03 03:05:45 -08:00
Sascha Grunert 391408a053 Add container image signing docs
This patch outlines basic documentation about how container image
signing works and which images are signed for official Kubernetes
releases.

Refers to https://github.com/kubernetes/enhancements/issues/3031

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-02-03 11:15:19 +01:00
Kobayashi Daisuke 070853a03d fix word mistakes 2022-02-03 11:36:26 +09:00
Kobayashi Daisuke 369d512ee6 Update content/ja/docs/concepts/storage/volumes.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-02-03 11:24:56 +09:00
Kobayashi Daisuke e756335619 Update content/ja/docs/concepts/storage/volumes.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2022-02-03 11:22:41 +09:00
Akihito INOH f1310cab68 Update TTL mechanism in Job to stable
This commit update feature stage for TTL mechanism in Job with stable.
TTL mechanism has been GA from k8s v1.23, so we can update "beta" to "stable".
2022-02-03 08:10:47 +09:00
Lubomir I. Ivanov 75a33b2650 kubeadm: add missing guide for "kubeconfig user"
The command "kubeadm kubeconfig user" is missing
some examples and more details on why it is needed.

- Add a new section "Generating kubeconfig files
for additional users" under the kubeadm-certs page.
- Link to this section from the kubeadm-kubeconfig reference page.
- Link to this section from the create-cluster-kubeadm page.
2022-02-02 21:41:40 +02:00
mtardy 167ddd36b9 Add documentation on pod-security.kubernetes.io annotations 2022-02-02 20:21:21 +01:00
Guy Menahem 4bdcf5dd16 fix: clarify that the HPA controller selects the pods based on labels 2022-02-02 21:00:03 +02:00
Kubernetes Prow Robot d7e1bcaa36 Merge pull request #31582 from krvaibhaw/main
Update _index.html to include latest details and links for KubeCon
2022-02-02 09:50:22 -08:00
Kubernetes Prow Robot 189c471917 Merge pull request #31316 from shannonxtreme/dockershim-logmon-crictl
Migrate crictl to docker-cli mapping to references
2022-02-02 09:48:22 -08:00
Kubernetes Prow Robot 7acd9b3f7b Merge pull request #31599 from TBBle/patch-1
Tidy docs for ServiceLoadBalancerClass and ServiceLBNodePortControl features
2022-02-02 09:32:21 -08:00
Paul "TBBle" Hampson db2b66e365 Apply wording improvements to load-balancer-class
Credit to Tim Bannister <tim@scalefactory.com> for the same improvements
in load-balancer-nodeport-allocation above.

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:40:00 +11:00
Paul "TBBle" Hampson 2103a16c0f Fix style nit-pick
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:49 +11:00
Paul "TBBle" Hampson be07879592 Remove needless mention of previous versions
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:43 +11:00
Paul "TBBle" Hampson b54cee1c44 Apply better wording to remain current in future versions
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:24 +11:00
Kubernetes Prow Robot f0cb43fa86 Merge pull request #31055 from championshuttler/mermaid
Convert sequence diagram in admission controllers for container drift…
2022-02-02 07:00:21 -08:00
Paul "TBBle" Hampson f0da3cf753 ServiceLBNodePortControl went to beta in v1.22
Looks like this was overlooked to be updated when the feature gate documentation was updated in #28770.

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 00:49:06 +11:00
Kubernetes Prow Robot df0011723b Merge pull request #31464 from tengqm/tune-kubelet-ref
Update kubelet reference
2022-02-02 05:30:22 -08:00
Yaroslav Serhiichuk 71843b2993 Minikube installation guide grammar fix 2022-02-01 22:10:17 +02:00
Cesar Talledo 021f8be65b Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
Sysbox is an open-source container runtime (similar to "runc") that supports
running VM-workloads such as Docker and Kubernetes inside unprivileged
containers or pods.

Sysbox containers always use the Linux user-namespace for isolation, plus
specially crafted proc and sys filesystems, some syscall interception,
filesystem ID-mapping, and more.

It's possible to run Kubernetes, K3s, K0s, inside containers or pods deployed
with Sysbox. This commit aims to make the Kubernetes community aware of this
option.

Signed-off-by: Cesar Talledo <ctalledo@nestybox.com>
2022-02-01 19:38:10 +00:00
Tim Bannister ae4e63fac1 Tidy page “Manage TLS Certificates in a Cluster” 2022-02-01 19:15:12 +00:00
Jordan Liggitt 111c3eaabe Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
Kubernetes Prow Robot 5313a873f2 Merge pull request #31419 from ingvagabund/multiple-schedulers-fix-secure-port
Configure multiple schedulers: switch to the secure ports
2022-02-01 08:40:10 -08:00
Kubernetes Prow Robot df4ab33bca Merge pull request #31537 from verb/main-ec-api-ref
Update API reference for Ephemeral Containers beta
2022-02-01 08:36:11 -08:00
Shubham 9af1c83002 Added the note for --service-account-issuer flag. (#31237)
* Added the note for --service-account-issuer flag.

* Modify the Note.

* Added Content for each Flag.

* Improvement: Modify the content.
2022-02-01 07:22:12 -08:00
Kubernetes Prow Robot c468037747 Merge pull request #31331 from yashodhanmohan/feat/docker-cleanup
Clean up docker references from Service documentations
2022-02-01 07:21:12 -08:00
Shivam Singhal 1ed02f66af Convert sequence diagram in admission controllers for container drift article to Mermaid 2022-02-01 16:39:58 +02:00
Kubernetes Prow Robot a5702fa60c Merge pull request #31590 from cpanato/update-patch-releases-feb
update patch releases for February cycle
2022-02-01 06:00:13 -08:00