09 2019 档案

摘要:[root@node1 dashboard]# cat dashboard-controller.yaml apiVersion: v1kind: ServiceAccountmetadata: labels: k8s-app: kubernetes-dashboard addonmanager.kubernetes.io/mode: Reconcile name: kuberne... 阅读全文
posted @ 2019-09-30 10:50 bugbeta 阅读(9799) 评论(0) 推荐(0)
摘要:#-*- coding: utf-8 -*- import time cur_year = time.localtime()[0] cur_month = time.localtime()[1] if cur_month < 10: cur_month = '0'+str(cur_month) else: cur_month = str(cur_month) cur_month_1st= "%s- 阅读全文
posted @ 2019-09-16 16:08 bugbeta 阅读(5602) 评论(0) 推荐(0)