Commit Graph

23 Commits (d0328e7672ece5dfbebce5ee4fc5200ada51546c)

Author SHA1 Message Date
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