The Wayback Machine - http://web.archive.org/web/20210509141427/https://github.com/topics/multicluster
Skip to content
#

multicluster

Here are 7 public repositories matching this topic...

Language: All
Filter by language
resouer
resouer commented Apr 24, 2021

With raw kube approach, we can easily have a built-in ComponentDefinition to reference a Git repo as a component (using Flux Kustomization as example but there're many approaches indeed):

apiVersion: core.oam.dev/v1beta1
kind: ComponentDefinition
metadata:
  name: foo
  namespace: default
spec:
  workload: 
    definition: 
      apiVersion: apps/v1
      kind: Deployment # 
priegger
priegger commented Sep 6, 2018

Is your feature request related to a problem? Please describe.
In case feature branches and merges are used to update the spacegun configuration, it might be nice to have an automated way to "lint" the new spacegun config before submitting it.

Describe the solution you'd like
A command line switch for one of the spacegun tools (probably standalone) should exist, that makes spacegun re

Improve this page

Add a description, image, and links to the multicluster topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multicluster topic, visit your repo's landing page and select "manage topics."

Learn more