Configuring the Active Cloud Native Compiler Services
Table of Contents
Cloud Native Compiler can run in different modes:
-
Full: both the Compiler Service and Profile Log Service are available.
This is the default configuration.
-
ReadyNow only: only the Profile Log Service is available.
Use the installation instructions below.
Install Only the Profile Log Service
To install with only the Profile Log Service, pass in values-disable-compiler.yaml
, together with your values-override.yaml
:
$ helm install compiler cnc-helm/prime-cnc \
-n your-namespace \
-f values-override.yaml \
-f values-disable-compiler.yaml