Skip to content

vcluster sync plugin for Contour custom resources

Notifications You must be signed in to change notification settings

deeplay-io/vcluster-contour-sync-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contour Sync Plugin

This plugin syncs Contour resources from the virtual cluster to the host cluster. It expects that Contour CRDs were already installed in the host cluster.

Using the Plugin in vcluster

To use the plugin, create a new vcluster with the plugin.yaml:

vcluster create my-vcluster -n my-vcluster -f https://raw.githubusercontent.com/deeplay-io/vcluster-contour-sync-plugin/main/plugin.yaml

This will create a new vcluster with the plugin installed.

Building the Plugin

To just build the plugin image and push it to the registry, run:

# Build
docker build . -t docker.io/aikoven/vcluster-contour-sync-plugin:0.2.3

# Push
docker push docker.io/aikoven/vcluster-contour-sync-plugin:0.2.3

Then exchange the image in the plugin.yaml

About

vcluster sync plugin for Contour custom resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published