Commit Graph

37 Commits (revert-14780-docker-cni)

Author SHA1 Message Date
Steven Powell cf976f6dd8 Add addon readmes to website 2023-07-07 12:25:20 -07:00
Steven Powell ebf385067e
Merge pull request #14437 from aude/patch-1
Document .localhost usage
2023-06-13 20:19:10 -07:00
Joe Bowbeer 54a78c44ab
Update ingress-dns.md 2023-05-24 21:04:23 -07:00
Steven Powell d6c37ee3ba
Merge pull request #15869 from yolossn/addon_inspektor_gadget
Addon: add inspektor-gadget
2023-05-11 18:20:45 -07:00
yolossn c6878c4733 Addon: add inspektor-gadget
Signed-off-by: yolossn <sannagaraj@microsoft.com>
2023-05-11 15:24:34 +05:30
Viktor Gamov 7ccece5298 updated documentation for kong ingress addon 2023-05-02 22:00:57 -04:00
Viktor Gamov 05cb4b56e6 Initial commit of kong addon for kong 3.2
kong version 3.2
kong ingress controller 2.9.3
2023-05-02 15:38:42 -04:00
Steven Powell 44c4657e4f remove remaining references to k8s.gcr.io 2023-03-30 09:45:52 -07:00
Steven Powell 4aa348106d site: Update GCP-Auth docs regarding new namespaces 2023-02-27 10:20:49 -08:00
Rahil Patel 1cc0fb1f6f
revise gcp-auth addon docs 2022-11-01 14:22:14 -04:00
Steven Powell 074e681975
Merge pull request #15160 from agarwalnit/master
Added cloud-spanner emulator add-on.
2022-10-28 13:58:41 -07:00
Nitin Agarwal 909ac67151 Added cloud-spanner emulator add-on. 2022-10-20 23:16:53 +00:00
Steven Powell d9ac86498a add documentation about adding a new namespace 2022-10-19 15:49:46 -07:00
Asbjørn Apeland a7232505a1
Explain .localhost 2022-06-27 07:54:53 +00:00
Santhosh Nagaraj S 26afc8f85c Addon: add headlamp
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-06-16 10:34:18 +05:30
Ileriayo Adebiyi 8d26f37cfe
Update kong-ingress.md 2022-05-06 21:06:52 +01:00
Ileriayo Adebiyi 6b43216781
Fix typo 2022-05-06 10:14:26 +01:00
Viktor Gamov 7d129a660e docs: typo fix 2022-01-25 17:58:51 -05:00
Viktor Gamov 5cc50e64cb added Kong addon documentation and quick start 2022-01-25 17:49:38 -05:00
Oleksii Prudkyi 8b2f0fb8b0
use ingress-dns addon inside cluster
use ingress-dns addon to resolve local DNS names inside cluster
2021-12-12 18:26:46 +02:00
Oleksii Prudkyi 13b84e6824
Clarify configuration of Network Manager
Details for ingress-dns setup on Linux with Network Manager
verified on 
openSUSE Leap 15.3
NetworkManager 1.22.10
Dnsmasq version 2.86
2021-11-27 18:36:48 +02:00
Steven Powell 212e99ae3c
Merge pull request #12980 from mpuckett159/docs/add-windows-versions
Docs add windows versions of commands
2021-11-18 13:15:24 -08:00
Marcus Puckett 19cd50d607 Updating handbook/addons/ingress-dns.md to use similar tab formatting
As discussed in #12968 I'm updating the type of tab formatting used by this page to match the rest of the docs, using the `{{% tabs %}}` format rather than the `{{% card %}}` format.
2021-11-17 16:17:45 -08:00
rahil-p ddf9644e50 fix grammar in `ingress-dns` docs 2021-11-09 22:08:06 -05:00
Rahil Patel 544d6261c1
fix `minikube ip` syntax for consistency
removes the bash command substitution syntax for `minikube ip` when mentioned inline
2021-11-08 08:38:16 -05:00
rahil-p 2eb6de818a cleans up the ingress-dns docs 2021-11-08 03:32:29 -05:00
Brian de Alwis 60d611eeff
doc: be more specific as to what the gcp-auth does 2021-09-16 11:32:06 -04:00
Joel Klint 3e83449bf0
Added windows instructions for adding a dns-server
Added missing instructions for Windows, regarding adding minikube ip as a dns server
2021-09-02 16:40:10 +02:00
Parthvi Vala 0255bbb675
Fix typo in addons/ingress-dns 2021-08-10 12:47:03 +05:30
JacekDuszenko a8fe445fac move ingress dns docs to site 2021-06-03 03:57:51 +01:00
Sharif Elgamal b507e221d6 add docs for --refresh 2021-05-26 14:55:20 -07:00
Ling Samuel 79cb6b42c1
Generate docs, update addon example registry
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:44:29 +08:00
Ling Samuel c9f4cb8388
addons custom images/registries example article
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Anders F Björklund ebf37ad15f Fix whitespace issues in the site content markdown
Courtesy of markdownlint, but nothing to show on:

 git show --ignore-all-space --ignore-blank-lines

Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...
2020-12-05 10:08:32 +01:00
edtrist f6a770e0a6 Add missing language to code blocks 2020-12-01 22:42:41 +00:00
Sharif Elgamal ff051f9a33
Make sure gcp-auth addon can be enabled on startup (#9318)
* fix documentation for gcp-auth addon

* make sure kube-system pods are up before enabling gcp-auth

* fix lint

* add failurePolicy for webhook

* only install addons if asked

* better comment

* slightly less hacky code

* defer addons properly

* simplify code for performance
2020-09-29 13:29:14 -07:00
Sharif Elgamal 1b6eee675b
Automated GCP Credentials Addon Prototype (#8682)
* metadata addon works

* Add code for metadata server image and makefile rules

* remove log message

* update to work with v1.13.11

* update readme

* fix metadata addon stuff for newer codebase

* buncha changes

* just so many changes

* ch-ch-ch-ch-changes

* addon works

* update readme

* boilerplate

* revert unrelated change

* move server code to another repo

* switch addon name to gcp-auth

* metadata -> gcp-auth

* missed one

* automate finding of credentials

* remove unnecessary comment

* address comments

* Update README.md

* Update README.md

* use mustload everywhere

* swap selector condition

* upgrade kube-webhook-certgen to 1.3

* move paths to constants

* add notice to user on addon enable

* adding addon documentation

* move addons documentation inside handbook

* remove old addons docs location

Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
2020-07-21 14:25:58 -07:00