1. ` kubectl describe deployment couchdb -n openwhisk`
```
Name: couchdb
Namespace: openwhisk
CreationTimestamp: Thu, 06 Sep 2018 10:04:06 +0000
Labels: name=couchdb
Annotations: deployment.kubernetes.io/revision=1
Selector: name=couchdb
Replicas: 1 desired | 1 updated | 1 total | 1 available | 0
unavailable
StrategyType: RollingUpdate
MinReadySeconds: 0
RollingUpdateStrategy: 1 max unavailable, 1 max surge
Pod Template:
Labels: name=couchdb
Containers:
couchdb:
Image: apache/couchdb:2.1
Port: 5984/TCP
Host Port: 0/TCP
Environment:
COUCHDB_USER: <set to the key 'db_username' in secret 'db.auth'>
Optional: false
COUCHDB_PASSWORD: <set to the key 'db_password' in secret 'db.auth'>
Optional: false
NODENAME: couchdb0
Mounts: <none>
Volumes: <none>
Conditions:
Type Status Reason
---- ------ ------
Available True MinimumReplicasAvailable
Progressing True NewReplicaSetAvailable
OldReplicaSets: <none>
NewReplicaSet: couchdb-6b87ccfb78 (1/1 replicas created)
Events: <none>
```
2. `kubectl describe replicaset couchdb -n openwhisk`
```
Name: couchdb-6b87ccfb78
Namespace: openwhisk
Selector: name=couchdb,pod-template-hash=2643779634
Labels: name=couchdb
pod-template-hash=2643779634
Annotations: deployment.kubernetes.io/desired-replicas=1
deployment.kubernetes.io/max-replicas=2
deployment.kubernetes.io/revision=1
Controlled By: Deployment/couchdb
Replicas: 1 current / 1 desired
Pods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed
Pod Template:
Labels: name=couchdb
pod-template-hash=2643779634
Containers:
couchdb:
Image: apache/couchdb:2.1
Port: 5984/TCP
Host Port: 0/TCP
Environment:
COUCHDB_USER: <set to the key 'db_username' in secret 'db.auth'>
Optional: false
COUCHDB_PASSWORD: <set to the key 'db_password' in secret 'db.auth'>
Optional: false
NODENAME: couchdb0
Mounts: <none>
Volumes: <none>
Events: <none>
```
[ Full content available at:
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/293 ]
This message was relayed via gitbox.apache.org for [email protected]