brash-kite-78002
06/30/2021, 11:25 AMbillowy-army-68599
06/30/2021, 11:37 AMbrash-kite-78002
06/30/2021, 11:40 AMconst koptions: eks.KubeconfigOptions = {
profileName: 'saml'
};
const cluster = new eks.Cluster(
"aizi-test-cluster",
{
providerCredentialOpts: koptions
}
);
const crds = new k8s.yaml.ConfigFile(
"prometheusCRDs",
{
file: process.cwd() + "/crds-init/prometheus/9.3.1/crd-servicemonitor.yaml",
},
{
provider: cluster.provider
}
)
billowy-army-68599
06/30/2021, 12:01 PMbrash-kite-78002
06/30/2021, 12:03 PMbillowy-army-68599
06/30/2021, 12:04 PMbrash-kite-78002
06/30/2021, 12:14 PMbillowy-army-68599
06/30/2021, 12:21 PMbrash-kite-78002
06/30/2021, 12:27 PM