The k8s puppetserver compilers classify nodes via an exec ENC that
currently queries legacy Cobbler over TLS. encapi now exposes a
cobbler-wire-compatible endpoint in-cluster, so point the ENC at it as
a prerequisite for migrating VM agents onto puppet-on-k8s.
- Rename the ENC script cobbler-enc -> encapi-enc (and its configmap
puppet-cobbler-enc -> puppet-encapi-enc, external_nodes path, and
deployment volume/initContainer references)
- Target http://encapi.encapi.svc.cluster.local (plain in-cluster HTTP),
overridable via ENCAPI_URL env var
- Drop the /opt/vault-ca-cert.crt verify for this request (no TLS
in-cluster); classes-list / enc_env / testing-strip normalization
unchanged