634 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
4d4fff2908 Merge pull request #3245 from BenTheElder/reg2
switch registry script to use containerd hosts dir
2023-05-23 00:46:26 -07:00
Kubernetes Prow Robot
0d14273f4a Merge pull request #3229 from lixin963/patch-4
Update using-wsl2.md
2023-05-22 17:20:20 -07:00
Benjamin Elder
791b3dc43c switch registry script to use containerd hosts dir 2023-05-22 16:49:43 -07:00
Benjamin Elder
985b60afb5 fix lingering go get in quick start 2023-05-19 13:59:11 -07:00
Benjamin Elder
8821eb12c1 docs: fix text sizing bug on iOS 2023-05-17 18:57:22 -07:00
Kubernetes Prow Robot
8dd9d10681 Merge pull request #3232 from BenTheElder/docs
docs updates
2023-05-16 23:04:33 -07:00
Benjamin Elder
8387c02e7c explicitly disable config_path in registry script, so we can eventually enable it by default and pivot to using it 2023-05-16 22:16:20 -07:00
Benjamin Elder
856f984eef update to latest hugo, obtain hugo using go instead of docker 2023-05-16 22:05:08 -07:00
Benjamin Elder
062b84728e gitignore .hugo_build.lock 2023-05-16 22:05:08 -07:00
Benjamin Elder
a163d22924 site style update:
- Use kubernetes blue + white for header / footer
- Drop banner. It's been 14 months and we're by far the last ones in the ecosystem. Kubnernetes usually time-boxes banners.
2023-05-16 22:05:08 -07:00
Benjamin Elder
ff32c745b3 simplify install docs now that go 1.16+ is required.
go 1.16 has support for "go install" so we can drop "go get"
2023-05-16 22:05:08 -07:00
Benjamin Elder
796295cae8 update docs to latest release 2023-05-16 17:49:47 -07:00
Kubernetes Prow Robot
6f69662e4a Merge pull request #3093 from m-Bilal/fix-kubernetes-source-location-doc
docs: add example to specify kubernetes source location
2023-05-16 16:04:34 -07:00
lixin18
42599ba01f Update using-wsl2.md
latest  ->  the latest
2023-05-16 09:25:14 +08:00
Xiangcheng.Kuo
2a022a82df update kong-ingress-usage 2023-04-25 15:06:48 +08:00
Benjamin Elder
49c88451b3 Merge pull request #2992 from VibhorChinda/#2792
Make changes in documentation
2023-04-17 22:53:45 -07:00
Benjamin Elder
e269559ea5 Update site/content/docs/user/configuration.md 2023-04-17 22:53:21 -07:00
Rijul Gulati
fe52b8788d Added platform flag to docker command in site Makefile 2023-03-31 21:28:23 +05:30
Benjamin Elder
877adac953 update install for v0.18.0 2023-03-30 12:34:14 -07:00
m-Bilal
9b24145088 add example to build image by providing location to kubernetes source 2023-03-26 13:10:59 +05:30
Rijul Gulati
78648471d0 Documented default pod and service subnets 2023-03-24 16:04:49 +05:30
Jonas Fonseca
adc86efd6c Terminate codeFromInline block on the configuration page 2023-03-23 11:11:32 -04:00
Kubernetes Prow Robot
0ebfe01bdb Merge pull request #3123 from mattcary/patch
Clarify use of mounts for merge patches
2023-03-17 10:01:17 -07:00
Matthew Cary
af012ff860 Clarify use of mounts for merge patches 2023-03-17 09:13:37 -07:00
Piotr Roszatycki
468b9aa716 ChromeOS needs KubeletInUserNamespace 2023-02-16 12:28:31 +01:00
Aaron Friel
a674ec2d07 Update using-wsl2.md 2023-01-23 14:06:48 -08:00
Aaron Friel
04ba63c2ee Update WSL-2 docs with detailed nested virtualization requirements 2023-01-23 12:36:01 -08:00
Kubernetes Prow Robot
0879d02620 Merge pull request #3025 from carslen/chore/fix_ingress_usage
docs: fix usage.yaml in ingress user guide
2022-12-16 12:02:10 -08:00
Carsten Lenz
030875597b chore: indentation adjusted
Signed-off-by: Carsten Lenz <git@lenz-online.org>
2022-12-15 11:13:56 +01:00
Carsten Lenz
4d47e11793 chore: adjust to new output
Signed-off-by: Carsten Lenz <git@lenz-online.org>
2022-12-15 10:49:53 +01:00
Carsten Lenz
30ac91ae4f chore: use agnhost image instead of a branded image
Signed-off-by: Carsten Lenz <git@lenz-online.org>
2022-12-15 10:49:12 +01:00
Benjamin Elder
57256fe127 update kubeadm api in docs to v1beta3 from v1beta2 2022-12-14 14:20:33 -08:00
Carsten Lenz
8aa2ed7e53 chore: use v1 of image for availability reasons
Signed-off-by: Carsten Lenz <git@lenz-online.org>
2022-12-14 21:10:47 +01:00
Carsten Lenz
15c204cd30 chore: use aks-helloworld container instead of http-echo
Signed-off-by: Carsten Lenz <git@lenz-online.org>
2022-12-14 20:16:19 +01:00
Michael McCune
399051056e update install instructions on site index
This change updates the instructions in the "Installation and usage"
section of the index. It is being proposed because the `go get` method
of installation is no longer current for recent version of Go.
2022-11-07 15:59:25 -05:00
vibhor
fd4bb4db02 Make changes in documentation 2022-11-05 00:50:20 +05:30
Max Gautier
35266ae5ad Document rootless podman quirks on some distributions
This is needed in particular on Archlinux
2022-10-27 14:41:49 +02:00
Benjamin Elder
37a3cba81a update docs for v0.17.0 2022-10-26 08:52:07 -07:00
Asbjørn Apeland
15455817ef doc: refactor copy to clipboard button (#2894)
* doc: remove copy button background colour

the motivation for this commit is that I often get a feeling of having
marked the COPY buttons, but when I check, it turns out I haven't

that happens because the COPY buttons have a background colour that is
basically the same as when you mark text

* doc: use emoji for copy button

kind seems to be fond of emojis, it can maybe work here as well?

* doc: copy kubernetes.io code blocks design

as per feedback in PR

* doc: comply with copycode.svg license

* Revert "doc: comply with copycode.svg license"

This reverts commit c018fda4bc.
2022-10-26 07:45:57 -07:00
Benjamin Elder
60e9c28990 steer users away from mount propagation 2022-10-20 13:41:32 -07:00
Maxime Durand
bd2de3ee9c Correct MetalLB capitalization 2022-10-19 13:26:48 +02:00
Maxime Durand
83c55741b3 Suggest to wait until the MetalLB controller is ready 2022-10-19 13:26:47 +02:00
Maxime Durand
baa440382d Bump MetalLB suggested version in the documentation to v0.13.7 2022-10-19 12:26:25 +02:00
Hrittik Roy
e334e68f59 Update site/content/docs/user/using-wsl2.md
Co-authored-by: Benjamin Elder <bentheelder@google.com>
2022-10-19 09:23:00 +05:30
Hrittik Roy
25a2a7f515 docs: Add Docker in WSL2 without Docker Desktop 2022-10-12 19:14:11 +00:00
flash-me
956bf7c6a9 Docker Desktop is available on Linux. The same limitations are applied there like on macOs and Windows.
Extra Port mappings are not needed for commandline versions of docker.

See #2948
2022-10-06 20:36:27 +00:00
Benjamin Elder
758929ce6a bump site to 0.16.0 2022-09-26 12:20:43 -07:00
Borna Ivankovic
f7bf5c63fb fix pr #2921 comment 2022-09-21 18:46:10 +02:00
Borna Ivankovic
5bdd4514db doc: alternative for port mapping or ingress 2022-09-10 10:47:37 +02:00
Ben Moss
7300ffa4b7 Remove Ambassador ingress docs 2022-09-09 11:51:46 -04:00