Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1445976 Details for
Bug 1584386
Docker daemon fails to create kube-state-metrics container with mounted secrets
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
kube-state-metrics pod YAML
pod.yaml (text/plain), 5.88 KB, created by
Dan Mace
on 2018-05-30 19:07:36 UTC
(
hide
)
Description:
kube-state-metrics pod YAML
Filename:
MIME Type:
Creator:
Dan Mace
Created:
2018-05-30 19:07:36 UTC
Size:
5.88 KB
patch
obsolete
>apiVersion: v1 >kind: Pod >metadata: > annotations: > openshift.io/scc: restricted > creationTimestamp: 2018-05-30T16:21:29Z > generateName: kube-state-metrics-d6f855965- > labels: > k8s-app: kube-state-metrics > pod-template-hash: "829411521" > name: kube-state-metrics-d6f855965-p4989 > namespace: openshift-monitoring > ownerReferences: > - apiVersion: extensions/v1beta1 > blockOwnerDeletion: true > controller: true > kind: ReplicaSet > name: kube-state-metrics-d6f855965 > uid: 825a8dfe-6425-11e8-bc67-02306c0cdc4b > resourceVersion: "284644622" > selfLink: /api/v1/namespaces/openshift-monitoring/pods/kube-state-metrics-d6f855965-p4989 > uid: 825e7362-6425-11e8-bc67-02306c0cdc4b >spec: > containers: > - args: > - --secure-listen-address=:8443 > - --upstream=http://127.0.0.1:8081/ > - --tls-cert-file=/etc/tls/private/tls.crt > - --tls-private-key-file=/etc/tls/private/tls.key > image: quay.io/brancz/kube-rbac-proxy:v0.3.0 > imagePullPolicy: Always > name: kube-rbac-proxy-main > ports: > - containerPort: 8443 > name: https-main > protocol: TCP > resources: > limits: > cpu: 20m > memory: 40Mi > requests: > cpu: 10m > memory: 20Mi > securityContext: > capabilities: > drop: > - KILL > - MKNOD > - SETGID > - SETUID > runAsUser: 1000140000 > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /etc/tls/private > name: kube-state-metrics-tls > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: kube-state-metrics-token-lmwff > readOnly: true > - args: > - --secure-listen-address=:9443 > - --upstream=http://127.0.0.1:8082/ > - --tls-cert-file=/etc/tls/private/tls.crt > - --tls-private-key-file=/etc/tls/private/tls.key > image: quay.io/brancz/kube-rbac-proxy:v0.3.0 > imagePullPolicy: Always > name: kube-rbac-proxy-self > ports: > - containerPort: 9443 > name: https-self > protocol: TCP > resources: > limits: > cpu: 20m > memory: 40Mi > requests: > cpu: 10m > memory: 20Mi > securityContext: > capabilities: > drop: > - KILL > - MKNOD > - SETGID > - SETUID > runAsUser: 1000140000 > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /etc/tls/private > name: kube-state-metrics-tls > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: kube-state-metrics-token-lmwff > readOnly: true > - args: > - --host=127.0.0.1 > - --port=8081 > - --telemetry-host=127.0.0.1 > - --telemetry-port=8082 > image: quay.io/coreos/kube-state-metrics:v1.3.1 > imagePullPolicy: Always > name: kube-state-metrics > resources: {} > securityContext: > capabilities: > drop: > - KILL > - MKNOD > - SETGID > - SETUID > runAsUser: 1000140000 > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: kube-state-metrics-token-lmwff > readOnly: true > dnsPolicy: ClusterFirst > imagePullSecrets: > - name: kube-state-metrics-dockercfg-qbddn > nodeName: ip-172-31-66-208.us-east-2.compute.internal > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > fsGroup: 1000140000 > seLinuxOptions: > level: s0:c12,c4 > serviceAccount: kube-state-metrics > serviceAccountName: kube-state-metrics > terminationGracePeriodSeconds: 30 > tolerations: > - effect: NoSchedule > key: node.kubernetes.io/memory-pressure > operator: Exists > volumes: > - name: kube-state-metrics-tls > secret: > defaultMode: 420 > secretName: kube-state-metrics-tls > - name: kube-state-metrics-token-lmwff > secret: > defaultMode: 420 > secretName: kube-state-metrics-token-lmwff >status: > conditions: > - lastProbeTime: null > lastTransitionTime: 2018-05-30T16:21:29Z > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: 2018-05-30T16:21:29Z > message: 'containers with unready status: [kube-state-metrics]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: 2018-05-30T16:21:29Z > status: "True" > type: PodScheduled > containerStatuses: > - containerID: docker://b53408007e9f45798fb806996842dd039a0cda9409233450e3ac84749066f505 > image: quay.io/brancz/kube-rbac-proxy:v0.3.0 > imageID: docker-pullable://quay.io/brancz/kube-rbac-proxy@sha256:cda50215932173c4feba7d8c0e1f6a3a910806afd43732b6b58e37dde9b0705a > lastState: {} > name: kube-rbac-proxy-main > ready: true > restartCount: 0 > state: > running: > startedAt: 2018-05-30T16:21:35Z > - containerID: docker://aafc7d30d045ab4a068ffa10e4276c75c3f0fa7256db13297454cc3e2b8d3e21 > image: quay.io/brancz/kube-rbac-proxy:v0.3.0 > imageID: docker-pullable://quay.io/brancz/kube-rbac-proxy@sha256:cda50215932173c4feba7d8c0e1f6a3a910806afd43732b6b58e37dde9b0705a > lastState: {} > name: kube-rbac-proxy-self > ready: true > restartCount: 0 > state: > running: > startedAt: 2018-05-30T16:21:37Z > - image: quay.io/coreos/kube-state-metrics:v1.3.1 > imageID: "" > lastState: {} > name: kube-state-metrics > ready: false > restartCount: 0 > state: > waiting: > message: 'Error response from daemon: create 7b3f245e3311f1eb9d8f72a2dbc77d0c062568e01b603f62a3710f149d5a4dfd: > error while creating volume path ''/var/lib/docker/volumes/7b3f245e3311f1eb9d8f72a2dbc77d0c062568e01b603f62a3710f149d5a4dfd/_data'': > mkdir /var/lib/docker/volumes/7b3f245e3311f1eb9d8f72a2dbc77d0c062568e01b603f62a3710f149d5a4dfd: > permission denied' > reason: CreateContainerError > hostIP: 172.31.66.208 > phase: Pending > podIP: 10.130.6.168 > qosClass: Burstable > startTime: 2018-05-30T16:21:29Z
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1584386
: 1445976 |
1445977
|
1448565