1import { enterKlusterCtxs } from "../../deployF/k8sF/ctxF/klusterCtxF.mts"2import * as klusterCfg from "./common.mjs"3import { k3sExtIpSyncCore } from "../../deployF/k8sProvF/k3sF/k3sExtIpsSyncF/k3sExtIpSyncCoreAI.mts"4import { actionCtx } from "../../deployF/ctxF/actionCtxF.mts"5enterKlusterCtxs(klusterCfg)6actionCtx.enterWith({...actionCtx.getStore(), action: 'apply'})7await k3sExtIpSyncCore()