发布1.0.5版本
This commit is contained in:
+1
-5
@@ -198990,11 +198990,7 @@ async function run() {
|
||||
console.log('deployConfig:', deployConfig);
|
||||
const kc = new KubeConfig();
|
||||
kc.loadFromFile(require$$1$2.join(workspace, clusterPath + deployConfig.cluster + '.yaml'));
|
||||
// kc.addCluster({
|
||||
// name: deployConfig.cluster,
|
||||
// server: kc.getCurrentCluster()?.server,
|
||||
// skipTLSVerify: true
|
||||
// })
|
||||
console.log(kc.getCurrentCluster());
|
||||
const applyHttps = await kc.applyToHTTPSOptions({
|
||||
checkServerIdentity: () => undefined,
|
||||
rejectUnauthorized: false,
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user