test

Results 4 issues of test

kubectl describe clusterrole system:kube-controller-manager Unable to connect to the server: EOF kubectl get clusterrole|grep controller Unable to connect to the server: EOF kubectl describe clusterrole system:controller:deployment-controller Unable to connect to...

我用yaml集成到prometheus operator里,发现获取不到数据,问一下,我用pushgateway写成yaml方式应该如何做呢

我的statefulset.yaml 文件,我用的是nfs存储 --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: name: mongo-default-view roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: view subjects: - kind: ServiceAccount name: default namespace: infra --- apiVersion: apps/v1 kind: StatefulSet...

error validating "statefulset.yaml": error validating data: [ValidationError(PersistentVolume.spec.nfs.path): invalid type for io.k8s.api.core.v1.NFSVolumeSource.path: got "array", expected "string", ValidationError(PersistentVolume.spec.nfs.server): invalid type for io.k8s.api.core.v1.NFSVolumeSource.server: got "array", expected "string"]; if you choose to ignore these...