发布1.0.5版本

This commit is contained in:
ilovintit
2025-06-15 21:25:57 +08:00
parent daf32fccc2
commit 3a944938db
3 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -48,12 +48,13 @@ export async function run(): Promise<void> {
)
const applyHttps = await kc.applyToHTTPSOptions({
headers: {
'x-kubernetes-passthrough-auth': 'true'
host: '127.0.0.1'
},
agent: new Agent({
checkServerIdentity: () => undefined,
rejectUnauthorized: false,
servername: '127.0.0.1',
checkServerIdentity: () => undefined
host: '127.0.0.1'
})
})
console.log('disable ssl:', applyHttps)