Created
May 14, 2019 21:45
-
-
Save j-griffith/3da0bb7ba2ab4f464f3b9b5d4dac7b4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jgriffith@dev:~/go/src/kubevirt.io/containerized-data-importer$ k get all -n cdi | |
NAME READY STATUS RESTARTS AGE | |
pod/cdi-apiserver-5fcc667f8-9msx6 1/1 Running 0 88s | |
pod/cdi-block-device-696fdc4ccc-px2lr 1/1 Running 0 55s | |
pod/cdi-deployment-8568dbc6bf-kzn4g 1/1 Running 0 87s | |
pod/cdi-docker-registry-host-67bd47bf4-4nqfk 0/2 Running 0 56s | |
pod/cdi-file-host-7bdbbb99d-j26k4 0/2 Init:0/1 0 57s | |
pod/cdi-operator-6c77dcffb8-mzvsk 1/1 Running 0 100s | |
pod/cdi-uploadproxy-568bb948dd-td5tv 1/1 Running 0 88s | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
service/cdi-api ClusterIP 10.99.97.112 <none> 443/TCP 88s | |
service/cdi-docker-registry-host ClusterIP 10.108.22.5 <none> 443/TCP 56s | |
service/cdi-file-host NodePort 10.108.249.40 <none> 82:31215/TCP,81:32259/TCP,80:30401/TCP,9000:31131/TCP,443:31507/TCP 57s | |
service/cdi-uploadproxy ClusterIP 10.97.14.224 <none> 443/TCP 88s | |
NAME READY UP-TO-DATE AVAILABLE AGE | |
deployment.apps/cdi-apiserver 1/1 1 1 88s | |
deployment.apps/cdi-block-device 1/1 1 1 56s | |
deployment.apps/cdi-deployment 1/1 1 1 88s | |
deployment.apps/cdi-docker-registry-host 0/1 1 0 56s | |
deployment.apps/cdi-file-host 0/1 1 0 57s | |
deployment.apps/cdi-operator 1/1 1 1 100s | |
deployment.apps/cdi-uploadproxy 1/1 1 1 88s | |
NAME DESIRED CURRENT READY AGE | |
replicaset.apps/cdi-apiserver-5fcc667f8 1 1 1 88s | |
replicaset.apps/cdi-block-device-696fdc4ccc 1 1 1 56s | |
replicaset.apps/cdi-deployment-8568dbc6bf 1 1 1 88s | |
replicaset.apps/cdi-docker-registry-host-67bd47bf4 1 1 0 56s | |
replicaset.apps/cdi-file-host-7bdbbb99d 1 1 0 57s | |
replicaset.apps/cdi-operator-6c77dcffb8 1 1 1 100s | |
replicaset.apps/cdi-uploadproxy-568bb948dd 1 1 1 88s | |
jgriffith@dev:~/go/src/kubevirt.io/containerized-data-importer$ k describe cdis.cdi.kubevirt.io/cdi | |
Name: cdi | |
Namespace: | |
Labels: <none> | |
Annotations: kubectl.kubernetes.io/last-applied-configuration: | |
{"apiVersion":"cdi.kubevirt.io/v1alpha1","kind":"CDI","metadata":{"annotations":{},"name":"cdi"},"spec":{"imagePullPolicy":"IfNotPresent"}... | |
API Version: cdi.kubevirt.io/v1alpha1 | |
Kind: CDI | |
Metadata: | |
Creation Timestamp: 2019-05-14T21:39:52Z | |
Finalizers: | |
operator.cdi.kubevirt.io | |
Generation: 4 | |
Resource Version: 2964 | |
Self Link: /apis/cdi.kubevirt.io/v1alpha1/cdis/cdi | |
UID: cedaa951-7690-11e9-931b-525500d15501 | |
Spec: | |
Image Pull Policy: IfNotPresent | |
Status: | |
Conditions: | |
Last Probe Time: 2019-05-14T21:40:35Z | |
Last Transition Time: 2019-05-14T21:40:35Z | |
Message: Have fun! | |
Reason: All deployments running and ready | |
Status: True | |
Type: Running | |
Observed Version: latest | |
Operator Version: latest | |
Phase: Deployed | |
Target Version: latest | |
Events: <none> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment