Skip to content

moshloop/platform-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platform-operator

Platform Operator is a kubernetes operator designed to be run in a multi-tenanted environment.

  1. Installing
kubectl apply -f https://raw.githubusercontent.com/moshloop/platform-operator/master/deploy/platform-operator.yaml

Auto-Delete

The operator can automatically cleanup namespaces after a certain expiry period by labeleling the namespace with auto-delete e.g.

kubectl label ns/pr-123 "auto-delete=24h"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.9%
  • Makefile 5.3%
  • Dockerfile 4.8%