Commit 014642b6 authored by 智勇's avatar 智勇

Merge branch 'master' of http://git.quantgroup.cn/QA/tke-eos

parents ec72f1a8 343e8f8d
......@@ -8,7 +8,7 @@ let newNsKey = ''
const router = new Router();
module.exports = router
const keepNamespace = ['default', 'kube-system']
const keepNamespace = ['default', 'kube-system', 'monitor']
router.get('/', async (ctx) => {
const data = await ctx.cluster.namespace_get()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment