Antonio Ojea
0088b04b42
Update site/content/docs/user/ingress.md
2025-11-25 13:38:05 +01:00
zhilongwang
f6a43b6bdc
update ingress docs
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com >
2025-11-25 20:36:15 +08:00
Kubernetes Prow Robot
84d3e10c50
Merge pull request #4009 from kalexmills/kalexmills/1271
...
doc: runtimeConfig can be used to enable deprecated APIs
2025-10-09 11:19:04 -07:00
Kubernetes Prow Robot
f20102c99e
Merge pull request #3994 from AnjaliMishra1st/docs-kind-load-images
...
docs: add example for loading multiple images with kind load docker-i…
2025-09-27 12:16:15 -07:00
Shahar Epstein
0e0995495f
Update WSL2 Session Affinity instructions
2025-09-27 09:10:37 +03:00
dependabot[bot]
4f20f00387
docs: add example for loading multiple images with kind load docker-image
2025-09-22 15:52:51 +05:30
Mikael Johansson
a7e7e3d9a8
Remove reference to archived blixt repository
2025-09-19 10:29:16 +02:00
K. Alex Mills
39bc379c9a
doc: runtimeConfig can be used to enable deprecated APIs
2025-09-17 19:49:51 -05:00
Benjamin Elder
769d116068
bump install docs to 0.30.0
2025-08-27 10:43:38 -07:00
Benjamin Elder
13a5f59421
update install docs for v0.29.0
2025-05-20 18:53:18 -07:00
Sean McGinnis
d8045c89fb
Update docs for v0.28.0
...
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2025-05-16 17:39:32 -05:00
mwdomino
be370e4684
make IP conflict doc more general
2025-05-05 16:04:04 -04:00
mwdomino
dd85f47bf2
use daemon.json config instead of CLI
2025-05-05 15:58:20 -04:00
mwdomino
84000f3781
whitespace fixup
2025-05-05 14:44:05 -04:00
mwdomino
8ca1987a68
add note about vpn cidr clashes
2025-05-05 14:17:21 -04:00
Benjamin Elder
9e0964522a
clarify local registry address
2025-04-23 20:58:23 -07:00
vonhatnam1212
918353f0b5
Update nginx controller from 1.12.0-beta.0 to 1.12.1
2025-04-03 14:33:43 +07:00
Robert Pająk
21404611d7
site: update required Go version
2025-03-19 10:03:07 +01:00
Benjamin Elder
ba3f8b4cb5
update local registry note for containerd 2.x
2025-03-05 09:13:32 -08:00
Benjamin Elder
85c82b1c41
update private registries for containerd 2.x
2025-03-05 09:13:24 -08:00
Kubernetes Prow Robot
1f296aa435
Merge pull request #3872 from rooty0/feat/doc-fix-taints
...
Document KubeletConfiguration limitation
2025-02-28 10:58:57 -08:00
Adrian Moisey
39d16849ba
Update site/content/docs/user/configuration.md
...
Co-authored-by: Benjamin Elder <bentheelder@google.com >
2025-02-28 20:39:13 +02:00
Stan
28b11e8167
yaml alig fix
2025-02-27 18:29:18 -08:00
Stan
6995117f1f
Update site/content/docs/user/configuration.md
...
Co-authored-by: Benjamin Elder <bentheelder@google.com >
2025-02-27 18:26:57 -08:00
Stan
10dd898363
Document KubeletConfiguration limitation
2025-02-19 11:19:10 -08:00
Adrian Moisey
f9cdcad25d
Update site/content/docs/user/configuration.md
...
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com >
2025-02-18 18:04:47 +02:00
Adrian Moisey
f3420eca64
Attempt to tidy up documentation
...
This tries to fix up the hanging sentance
2025-02-16 17:05:31 +02:00
Benjamin Elder
1c489977cf
update docs for v0.27.0
2025-02-14 16:50:31 -08:00
Benjamin Elder
ee299771b2
replace dated intial design docs with a clear warning to not depend on implementation details
...
these were meant for education about how kind is accomplished, but they've mostly been referernced by users attempting to extend and otherwise depend on internals
2025-02-05 08:43:56 -08:00
song
224e88ad50
doc: fix typo
...
Signed-off-by: song <tinysong1226@gmail.com >
2025-01-22 16:42:25 +08:00
Benjamin Elder
1a332f549f
update install docs for v0.26.0
2024-12-16 13:59:54 -08:00
Kubernetes Prow Robot
813f39e433
Merge pull request #3784 from stmcginnis/ha-config
...
Add note to configuration about HA control plane
2024-12-10 18:24:03 +00:00
Kubernetes Prow Robot
8759112b9f
Merge pull request #3716 from BenTheElder/cleanup-deprecated
...
cleanup long-deprecated flags
2024-12-09 18:32:03 +00:00
Kubernetes Prow Robot
74acdf744a
Merge pull request #3787 from aojea/ingress_local
...
update ingress docs
2024-11-08 22:12:45 +00:00
Antonio Ojea
f138420617
update ingress docs
...
The existing manifest was not updated, we need to wait for a new
rrelease but until then, it is better we host it ourselves so the guide
works correctly.
In addition, remove a comment that no longer applies since current
configuration of Ingress uses only standard options.
2024-11-08 21:31:13 +00:00
Benjamin Elder
ee7478b8a3
update install docs to v0.25.0
2024-11-08 12:31:38 -08:00
Sean McGinnis
2825501195
Add note to configuration about HA control plane
...
Adds a small note to the Nodes configuration section to point out that
multiple control plane nodes may be added to set up a "high
availability" control plane cluster.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2024-11-08 14:40:42 +00:00
Sean McGinnis
3f07350f18
Fix site link to LoadBalancer page
...
The current rendered site does not correctly link local in-repo
documents. This results in the LoadBalancer links on the Ingress User
Guide pages going to a 404.
Unfortunately this behavior is different between "normal" markdown
rendering in local IDEs and while viewing source files in GitHub. But
this change makes the rendered public site correctly link to the page.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2024-11-06 08:44:20 -06:00
Antonio Ojea
612a1da2a6
Update site/content/docs/user/ingress.md
...
Co-authored-by: Sean McGinnis <sean.mcginnis@gmail.com >
2024-10-29 15:05:00 +01:00
Antonio Ojea
89b253cd97
Improve the ingress controller guide
...
In addition to the extraPortMapping example, document how to run the
Ingress with a LoadBalancer provisioning by cloud-provider kind, that
provides a more realistic experience.
It also removes the specific implimentation details of the guide so it
is more agnostic of the Ingress implementation.
Change-Id: I865e72ca4571f0c513a1e9e412bc5e9c06a67a51
2024-10-29 12:14:09 +00:00
Antonio Ojea
4a15cec919
use agnhost for the documentation manifests
...
Change-Id: I863b058dc80752e2ee48ace96ff561c4fce02dca
2024-10-29 09:48:23 +00:00
Rich Burroughs
411ff4c620
Update usage.yaml
...
The pathType Prefix no longer works, it generates errors. This is the workaround suggested in ingress-nginx issue #10200 . I tested it and it works.
2024-10-24 14:24:56 -07:00
Sean McGinnis
f5e0885424
docs: Fix quick start formatting issues
...
There were a couple problems in the Quick Start page under the Settings
for Docker Desktop section. There was a broken link to one of the macOS
Docker Desktop settings screenshots. There were also a couple missing
newlines that caused the formatting to be slightly off, running the text
in to the image rather than having a clean separation between them.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2024-09-20 14:45:28 -05:00
Charles Uneze
c215ee32c7
clarify when port-mapping is needed
2024-09-04 18:16:16 +00:00
Khanh Tran
ea9d29430b
Add install note to rootless docs
2024-08-20 22:43:21 +07:00
Kubernetes Prow Robot
b12e445afb
Merge pull request #3720 from BenTheElder/support-note
...
add clarifications to resources.md
2024-08-17 08:48:38 -07:00
Kubernetes Prow Robot
2ba75d2ff9
Merge pull request #3719 from CharlieTLe/patch-1
...
Update ingress.md
2024-08-17 08:36:02 -07:00
Benjamin Elder
a99a9f2e39
add loadbalancer note
2024-08-17 08:24:45 -07:00
Benjamin Elder
820aa8405a
add clarification to cri-o reference
2024-08-17 08:23:19 -07:00
Charlie Le
013efe4e42
Update ingress.md
...
Small typo for the word 'blixt'.
2024-08-17 08:03:17 -07:00