• Maciej Kwiek's avatar
    Experimental Rudder implementation · c1fcaf09
    Maciej Kwiek authored
    This change introduces the concept of Rudders - pluggable modules that
    Tiller communicates with via grpc, which allow to decouple orchestration
    logic from Tiller into separate service.
    
    This commit consists of simple Rudder implementation which does exactly
    the same thing as built in Tiller orchestrator - it creates all k8s
    objects from provided manifest without orchestrating them.
    
    --experimental-release flag is introduced to enable this behaviour.
    
    This change allows to use the service and tiller outside of the cluster.
    Following commits will add Rudder to helm deployment.
    c1fcaf09
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...