Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 615 Bytes

Kinto Deploy

Deploy a kintohub service into a namespace

Notes

  • Kinto-deploy could be integrated into kinto-cli

Requirements

  • Go version 1.13 or higher
  • Kubernetes version 1.16

Overview

Kinto-deploy retrieves the configmap containing the release information and create the appropriate kubernetes resources.

ClusterRole Needed

Check the cluster role in the kinto-helm repo.

Development Setup

Duplicate the .env.example file into a .env file and modify the variables accordingly

Then run

$ go run cmd/main.go