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
Tim Bannister
fbc529ce0a
Recolor warning about old blog articles
...
Use white on blue. This color combination is on-brand and stands out,
whilst looking less alarming than the black on yellow for old
documentation versions.
2022-02-04 15:37:59 +00: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
Kubernetes Prow Robot
80ca73cab3
Merge pull request #31617 from seokho-son/out1.23-1-m13
...
[ko] Update outdated files in dev-1.23-ko.1 (M13-M16)
2022-02-04 01:06:01 -08: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
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
5580f5c5d4
Merge pull request #31594 from chalin/chalin-outdated-blog-feat-2022-02-01
...
Mark blogs older than a year as outdated
2022-02-02 09:44: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
Patrice Chalin
1a88ffdf99
Final cleanup and choice of i18n-key and class names
2022-02-02 09:04:05 -05: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
Patrice Chalin
3e8f9d2f15
Whitespace cleanup
2022-02-01 16:02:38 -05:00
Patrice Chalin
6de4f5bcf1
Use single i18n entry for the message
2022-02-01 15:59:01 -05:00
Patrice Chalin
d7b651a76d
page -> article
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2022-02-01 15:42:26 -05:00
Patrice Chalin
659dd4b904
Add class blog-outdated-warning
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2022-02-01 15:41:54 -05: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
Patrice Chalin
a4726731ed
Mark blogs older than a year as outdated
2022-02-01 14:04:08 -05:00
Kubernetes Prow Robot
05b03c737c
Merge pull request #31591 from liggitt/tls-example
...
Update TLS doc to use example signer for arbitrary https server
2022-02-01 09:52:11 -08: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
a3e868c931
Merge pull request #31320 from rayw000/docs-for-module-check-and-module-init
...
Add help docs for module-check and module-init
2022-02-01 08:38:11 -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