🌳
pt0/deployF/k8sProvF/k3sF/k3sExtIpsSyncF/run.mts
3import { enterKlusterCtxs, type KlusterCfg } from "../../../k8sF/ctxF/klusterCtxF.mts"
8const envConf = getEnvConf()
9const cluster_name = getInCluster()
10const {klustCertsH, cfApiKeySecretName, domainNames} = envConf
12enterKlusterCtxs({cluster_name, klustCertsH, cfApiKeySecretName, domainNames} as KlusterCfg)
13actionCtx.enterWith({...actionCtx.getStore(), action: 'apply'})
15betLog({cluster_name, action: 'apply'})
16console.log('starting k3sextipsync...')
20console.log('k3sextipsync completed successfully')