30 Commits

Author SHA1 Message Date
Diego Ciangottini
921890c7cb Amend interLink gh organization on website (#1218)
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>
2024-08-26 14:04:15 -07:00
Diego Ciangottini
762d5fb2a5 interLink provider documentation (#1214)
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>
2024-05-10 21:29:29 +00:00
David
ad4739b7e4 Update providers.yaml - StackPath (#1121) 2023-06-08 18:19:09 +00:00
shayrybak
9a9e2ed47a Add Stackpath provider (#1112) 2023-06-08 10:17:35 -07:00
Brian Goff
597e7dc281 Make ControllerManager more useful
This changes `ControllerManager` to `Node`.

`Node` is created from a client where the VK lib is responsible for
creating all the things except the client (unless client is nil, then we
use the env client).

This should be a good replacement for node-cli.  It offers a simpler
API.  *It only works with leases enabled* since this seems always
desired, however an option could be added to disable if needed.

The intent of this is to provide a simpler way to get a vk node up and
running while also being extensible. We can slowly add options, but
they should be focussed on a use-case rather than trying to support
every possible scenario... in which case the user can just use the
controllers directly.
2021-09-14 17:10:14 +00:00
Alex Palesandro
96eae1906b Adding Liqo to README.md 2021-05-07 22:58:46 +02:00
Lachlan Evenson
5304a66f90 Remove confusing internal external verbiage
Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-09-17 09:39:33 -07:00
wadecai
2f989f5278 Add tensile kube to web site 2020-07-09 11:28:54 +08:00
EDGsheryl
063f1fcdbc Optimize Docs
Signed-off-by: EDGsheryl <edgsheryl@gmail.com>
2020-04-08 15:34:08 +08:00
Vilmos Nebehaj
47a353897e Add Elotl Kip as a provider 2020-03-20 15:08:11 -07:00
Adrien Trouillaud
5995a2a18d add provider admiralty multi-cluster scheduler 2020-02-05 19:05:28 -08:00
Ernest Wong
ee31118596 Update docs on virtual-kubelet.io (#754)
* Update website content

* Add PodLifecycleHandler
2019-09-03 10:52:23 -07:00
Jérôme TAMARELLE
419494b4a0 Fix links to provider docs on the website 2019-06-25 17:41:30 +02:00
sflxn
4feab78b76 Remove VIC provider code.
The VIC provider is stale and there are no developers working on this
anymore.  Removing the provider from the repo.
2019-05-06 16:52:53 -07:00
Luc Perkins
0583b5c4fd Add local CNCF logo (#591)
* Add local CNCF logo

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Update footer icon

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-05-06 09:44:57 -07:00
Luc Perkins
aebc81ec1c Add local logos (#585)
* Add local logos

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix Hugo version name in Netlify config

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix URL for CNCF logo

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-26 17:11:31 -07:00
Hongbin Lu
2521ec1cce Add documentation for OpenStack provider (#570)
* Add documentation for OpenStack provider

Signed-off-by: Hongbin Lu <hongbin034@gmail.com>

* Add maintainer for OpenStack provider

Signed-off-by: Hongbin Lu <hongbin034@gmail.com>
2019-04-08 14:31:39 -07:00
Luc Perkins
561ccca561 Add Helm documentation (#517)
* Add required blocks to Helm templates

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Make CLI table border lighter

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change aesthetic of CLI table

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add admonition blocks

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix wording

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-03-28 15:30:30 -07:00
Brian Goff
bf420eac41 Remove sfmesh provider (#550)
This is not being supported and as such it was requested (internally) to
be removed.
2019-03-28 09:01:06 -07:00
Luc Perkins
9e245f3737 Additional provider docs (#498)
* Modify providers shortcode

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add extra note to provider section

Signed-off-by: lucperkins <lucperkins@gmail.com>

* More info in Providers doc

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Update Alibaba tag

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add resources directory back to Git

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-03-25 14:16:33 -07:00
Luc Perkins
73a989d7cc Remove resources folder from Git (#536)
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-03-12 12:08:23 -07:00
Pires
a5d7400232 providers: remove hypersh provider (#524)
Hyper.sh was shutdown on Jan 16, 2019.
https://blog.hyper.sh/close_hyper_sh.html

Signed-off-by: Paulo Pires <pjpires@gmail.com>
2019-02-28 15:04:13 -08:00
Luc Perkins
bd103a43bd Use Fira Mono font for code samples (#518)
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-02-05 15:07:17 -08:00
Luc Perkins
318edee630 Usage docs (#501)
* Add setup and usage docs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish initial version of setup doc

* Add YAML config file for CLI docs

* Finish CLI shortcode

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix scrolling on mobile

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish first version of usage doc

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Remove go install section, modify CSS for CLI docs, and fix typo

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-01-24 11:01:42 -08:00
Luc Perkins
48127bfcf5 Modify providers shortcode (#497)
* Modify providers shortcode

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change table structure

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-01-24 10:38:49 -08:00
Luc Perkins
49eeca235c Update root URL to new address (#507)
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-01-24 09:47:21 -08:00
Luc Perkins
8ec59f8261 Add SEO metadata partial and bump Hugo version to 0.53 (#508)
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-01-24 09:37:29 -08:00
Luc Perkins
e98d3ad2ae Update Alibaba tag (#499) 2019-01-11 10:24:43 -08:00
Luc Perkins
41c6b249d2 Add Nomad to providers list (#489)
Adding nomad!!
2019-01-09 13:48:07 -08:00
Luc Perkins
b44072588b Add basic website (#437)
* Add Netlify configuration and website Makefile

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add .editorconfig file for IDE configs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add empty content folder to satisfy Hugo requirement

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add basic Hugo site config

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add initial layout scaffolding

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add initial npm assets, yarn.lock, and .gitignore file to ignore node_modules/

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add initial site implementation

* Revert Hugo version to 0.50

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change publish directory to website/public

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add basic site metadata in partial

Signed-off-by: Luc Perkins <lucperkins@gmail.com>

* Widen main logo on mobile

Signed-off-by: Luc Perkins <lucperkins@gmail.com>

* Add favicon link to CSS partial

Signed-off-by: Luc Perkins <lucperkins@gmail.com>

* Synchronize main color with logos

Signed-off-by: Luc Perkins <lucperkins@gmail.com>

* Add basic Providers and How it Works sections to home page

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Combine basics and providers sections into one

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add favicon link to site config

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add navbar fade in and out effect

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add Slack button

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add GitHub stars/watcher info

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add documentation layout

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add debugging and contributing links

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add docs button in main hero

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix footer layout issue

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change docs header aesthetic

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Change syntax highlighting theme to fruity

Signed-off-by: lucperkins <lucperkins@gmail.com>

* More adjustments to sidebar

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add TOC panel for docs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Adjust the padding on section elements

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Remove stickiness on main docs header

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add basic architecture doc

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Remove 'coming soon' banner

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Add AnchorJS support for docs pages

Signed-off-by: lucperkins <lucperkins@gmail.com>
2018-12-21 13:49:05 -08:00