Created
October 30, 2019 20:34
-
-
Save nrb/abcbed56ae745fea8ec0f932ed7e8ed4 to your computer and use it in GitHub Desktop.
This file contains 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
Name: velero | |
Namespace: velero | |
CreationTimestamp: Wed, 18 Sep 2019 13:16:18 -0400 | |
Labels: component=velero | |
Annotations: deployment.kubernetes.io/revision=1 | |
Selector: deploy=velero | |
Replicas: 0 desired | 0 updated | 0 total | 0 available | 0 unavailable | |
StrategyType: RollingUpdate | |
MinReadySeconds: 0 | |
RollingUpdateStrategy: 25% max unavailable, 25% max surge | |
Pod Template: | |
Labels: component=velero | |
deploy=velero | |
Annotations: prometheus.io/path=/metrics | |
prometheus.io/port=8085 | |
prometheus.io/scrape=true | |
Service Account: velero | |
Containers: | |
velero: | |
Image: gcr.io/heptio-images/velero:master | |
Port: 8085/TCP | |
Host Port: 0/TCP | |
Command: | |
/velero | |
Args: | |
server | |
Limits: | |
cpu: 1 | |
memory: 256Mi | |
Requests: | |
cpu: 500m | |
memory: 128Mi | |
Environment: | |
VELERO_SCRATCH_DIR: /scratch | |
VELERO_NAMESPACE: (v1:metadata.namespace) | |
GOOGLE_APPLICATION_CREDENTIALS: /credentials/cloud | |
AWS_SHARED_CREDENTIALS_FILE: /credentials/cloud | |
AZURE_CREDENTIALS_FILE: /credentials/cloud | |
Mounts: | |
/credentials from cloud-credentials (rw) | |
/plugins from plugins (rw) | |
/scratch from scratch (rw) | |
Volumes: | |
plugins: | |
Type: EmptyDir (a temporary directory that shares a pod's lifetime) | |
Medium: | |
scratch: | |
Type: EmptyDir (a temporary directory that shares a pod's lifetime) | |
Medium: | |
cloud-credentials: | |
Type: Secret (a volume populated by a Secret) | |
SecretName: cloud-credentials | |
Optional: false | |
Conditions: | |
Type Status Reason | |
---- ------ ------ | |
Progressing True NewReplicaSetAvailable | |
Available True MinimumReplicasAvailable | |
OldReplicaSets: <none> | |
NewReplicaSet: <none> | |
Events: <none> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment