kpt-config-sync icon indicating copy to clipboard operation
kpt-config-sync copied to clipboard

Is `nomos` supposed to work when using OSS CS?

Open mathieu-benoit opened this issue 3 years ago • 0 comments

If I install CS like this:

CONFIG_SYNC_VERSION=1.13.0
kubectl apply \
    -f https://github.com/GoogleContainerTools/kpt-config-sync/releases/download/v${CONFIG_SYNC_VERSION}/config-sync-manifest.yaml \
    --wait

And then deploy my RootSyncs and RepoSyncs, my resources are successfully synced, etc. no problem.

But if I run nomos status --contexts $(k config current-context), I'm getting this error:

NOT INSTALLED   The ACM operator is neither installed in the "kube-system" namespace nor the "config-management-system" namespace

Is nomos supposed to work when installing/using OSS CS?

I'm locally with nomos --version: v1.13.0-rc.7, that I installed like this:

curl -L https://github.com/GoogleContainerTools/kpt-config-sync/releases/download/v${CONFIG_SYNC_VERSION}/nomos_linux_amd64 > nomos
chmod +x nomos

mathieu-benoit avatar Oct 20 '22 19:10 mathieu-benoit