Skip to content

clyang82/multicluster-global-hub-lite

 
 

Repository files navigation

PkgGoDev Go Report Card

Global hub apiserver

Minimal embeddable Kubernetes-style apiserver

Prerequisites

  1. Connect to an OpenShift cluster
  2. Install the latest kubectl
  3. Install the latest kustomize

Development Prerequisites

  • Go v1.18+

Build and psuh the global-hub-apiserver and syncer image

make docker-push

Start the global-hub-apiserver on an OpenShift cluster

Deploy the global-hub-apiserver

make deploy

Start the syncer

  1. Create secret to connect the global hub apiserver from the syncer.
oc create secret generic multicluster-global-hub-kubeconfig --from-file=kubeconfig=./deploy/server/certs/kube-aggregator.kubeconfig
  1. Deploy the syncer
oc apply -k deploy/syncer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.2%
  • Shell 7.4%
  • Makefile 1.2%
  • Dockerfile 0.2%