Commit Graph

4 Commits

Author SHA1 Message Date
Xiaopeng Han e81b456e59
fix a type (#13667) 2023-07-31 06:23:52 -07:00
Daniel Hawton 2e9e775d79
Fix handling of @@ link notation (#13637)
The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik@server:*'`

The regex should be something that matches valid URL syntaxes.

Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
2023-07-26 07:59:41 -07:00
Faseela K a9f1e30fbf
Modify k3d docs (#12658)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-02-15 09:46:50 -08:00
demotascha c3b631ce9a
docs: Add k3d platform setup (#12642)
* Add k3d platform

* Add a blank line and fix title

* fix words

* fixed broken links

* move to the bottom

* fixed owner

* fixed url

* fix `spelling errors`

* Update title and description

* Update Page weight

* Fixed `to lowercase`
2023-02-14 00:05:41 -08:00