09 2019 档案
摘要:[root@node1 dashboard]# cat dashboard-controller.yaml apiVersion: v1kind: ServiceAccountmetadata: labels: k8s-app: kubernetes-dashboard addonmanager.kubernetes.io/mode: Reconcile name: kuberne...
阅读全文
摘要:#-*- 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-
阅读全文

浙公网安备 33010602011771号