发布1.0.5版本

This commit is contained in:
ilovintit
2025-06-15 23:27:17 +08:00
parent 55a8fc88f0
commit aa734fc4b1
3 changed files with 1 additions and 15 deletions
-7
View File
@@ -63,13 +63,6 @@ export async function run(): Promise<void> {
currentUser
)
console.log('now_cluster', kc.getCurrentCluster())
const applyHttps = await kc.applyToHTTPSOptions({
checkServerIdentity: () => undefined,
rejectUnauthorized: false,
servername: '127.0.0.1',
host: '127.0.0.1'
})
console.log('disable ssl:', applyHttps)
const k8sApi = kc.makeApiClient(k8s.AppsV1Api)
const nowDeployment = await k8sApi.readNamespacedDeployment({
name: deployConfig.deployment,