Last active
May 14, 2019 21:51
-
-
Save j-griffith/f7e979fca3f2b480a7df6f733b88f47a 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-52mh2 1/1 Running 0 3m14s | |
| pod/cdi-deployment-8568dbc6bf-xlfvr 1/1 Running 0 3m13s | |
| pod/cdi-operator-6c77dcffb8-tm6s6 1/1 Running 0 3m26s | |
| pod/cdi-uploadproxy-568bb948dd-sbxgf 1/1 Running 0 3m14s | |
| NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
| service/cdi-api ClusterIP 10.108.94.137 <none> 443/TCP 3m14s | |
| service/cdi-uploadproxy ClusterIP 10.104.189.116 <none> 443/TCP 3m14s | |
| NAME READY UP-TO-DATE AVAILABLE AGE | |
| deployment.apps/cdi-apiserver 1/1 1 1 3m14s | |
| deployment.apps/cdi-deployment 1/1 1 1 3m14s | |
| deployment.apps/cdi-operator 1/1 1 1 3m26s | |
| deployment.apps/cdi-uploadproxy 1/1 1 1 3m14s | |
| NAME DESIRED CURRENT READY AGE | |
| replicaset.apps/cdi-apiserver-5fcc667f8 1 1 1 3m14s | |
| replicaset.apps/cdi-deployment-8568dbc6bf 1 1 1 3m14s | |
| replicaset.apps/cdi-operator-6c77dcffb8 1 1 1 3m26s | |
| replicaset.apps/cdi-uploadproxy-568bb948dd 1 1 1 3m14s | |
| NAME AGE | |
| cdiconfig.cdi.kubevirt.io/config 2m | |
| NAME AGE PHASE | |
| cdi.cdi.kubevirt.io/cdi 3m | |
| 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:29:18Z | |
| Finalizers: | |
| operator.cdi.kubevirt.io | |
| Generation: 1 | |
| Resource Version: 1319 | |
| Self Link: /apis/cdi.kubevirt.io/v1alpha1/cdis/cdi | |
| UID: 547652fc-768f-11e9-931b-525500d15501 | |
| Spec: | |
| Image Pull Policy: IfNotPresent | |
| Events: <none> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment