Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some pods may not have volumes #1218

Closed
vrutkovs opened this issue Feb 25, 2019 · 0 comments
Closed

Some pods may not have volumes #1218

vrutkovs opened this issue Feb 25, 2019 · 0 comments

Comments

@vrutkovs
Copy link
Member

Create a pod which doesn't have volumes and doesn't mount SA token:

apiVersion: v1
kind: Pod
metadata:
  name: example
  labels:
    app: hello-openshift
  namespace: default
spec:
  automountServiceAccountToken: false
  containers:
    - name: hello-openshift
      image: openshift/hello-openshift
      ports:
        - containerPort: 8080

Pod now cannot be viewed:

TypeError
Description:

e.spec.volumes is undefined
Component Trace:

in T
    in div
    in I
    in e
    in e
    in div
    in N
    in StatusBox
    in div
    in div
    in t
    in div
    in Unknown
    in Connect(Component)
    in t
    in Connect(t)
    in Unknown
    in div
    in t
    in DetailsPage
    in PodsDetailsPage
    in t
    in Unknown
    in ResourceDetailsPage
    in e
    in e
    in div
    in div
    in section
    in h
    in main
    in div
    in p
    in t
    in e
    in e
    in o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant