Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kubectl describe job keystone-db-sync -n openstack
- Name: keystone-db-sync
- Namespace: openstack
- Selector: controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
- Labels: app.kubernetes.io/component=db-sync
- app.kubernetes.io/instance=keystone
- app.kubernetes.io/managed-by=Tiller
- app.kubernetes.io/name=keystone
- app.kubernetes.io/part-of=keystone
- application=keystone
- component=db-sync
- controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
- helm.sh/chart=keystone-0.1.0
- job-name=keystone-db-sync
- release_group=keystone
- Annotations: <none>
- Parallelism: 1
- Completions: 1
- Start Time: Wed, 12 Dec 2018 17:17:32 +0100
- Pods Statuses: 0 Running / 0 Succeeded / 0 Failed
- Pod Template:
- Labels: app.kubernetes.io/component=db-sync
- app.kubernetes.io/instance=keystone
- app.kubernetes.io/managed-by=Tiller
- app.kubernetes.io/name=keystone
- app.kubernetes.io/part-of=keystone
- application=keystone
- component=db-sync
- controller-uid=6d364422-fe29-11e8-9455-0007cb0b7703
- helm.sh/chart=keystone-0.1.0
- job-name=keystone-db-sync
- release_group=keystone
- Service Account: keystone-db-sync
- Init Containers:
- init:
- Image: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
- Port: <none>
- Host Port: <none>
- Command:
- kubernetes-entrypoint
- Environment:
- POD_NAME: (v1:metadata.name)
- NAMESPACE: (v1:metadata.namespace)
- INTERFACE_NAME: eth0
- PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
- DEPENDENCY_SERVICE: openstack:mariadb
- DEPENDENCY_JOBS: keystone-db-init,keystone-credential-setup,keystone-fernet-setup,keystone-rabbit-init
- DEPENDENCY_DAEMONSET:
- DEPENDENCY_CONTAINER:
- DEPENDENCY_POD_JSON:
- COMMAND: echo done
- Mounts: <none>
- Containers:
- keystone-db-sync:
- Image: docker.io/openstackhelm/keystone:ocata
- Port: <none>
- Host Port: <none>
- Command:
- /tmp/db-sync.sh
- Environment:
- OS_BOOTSTRAP_ADMIN_URL: http://keystone.openstack.svc.cluster.local:80/v3
- OS_BOOTSTRAP_INTERNAL_URL: http://keystone-api.openstack.svc.cluster.local:5000/v3
- OS_BOOTSTRAP_PUBLIC_URL: http://keystone.openstack.svc.cluster.local:80/v3
- OPENSTACK_CONFIG_FILE: /etc/keystone/keystone.conf
- OPENSTACK_CONFIG_DB_SECTION: database
- OPENSTACK_CONFIG_DB_KEY: connection
- OS_IDENTITY_API_VERSION: 3
- OS_AUTH_URL: <set to the key 'OS_AUTH_URL' in secret 'keystone-keystone-admin'> Optional: false
- OS_REGION_NAME: <set to the key 'OS_REGION_NAME' in secret 'keystone-keystone-admin'> Optional: false
- OS_INTERFACE: <set to the key 'OS_INTERFACE' in secret 'keystone-keystone-admin'> Optional: false
- OS_PROJECT_DOMAIN_NAME: <set to the key 'OS_PROJECT_DOMAIN_NAME' in secret 'keystone-keystone-admin'> Optional: false
- OS_PROJECT_NAME: <set to the key 'OS_PROJECT_NAME' in secret 'keystone-keystone-admin'> Optional: false
- OS_USER_DOMAIN_NAME: <set to the key 'OS_USER_DOMAIN_NAME' in secret 'keystone-keystone-admin'> Optional: false
- OS_USERNAME: <set to the key 'OS_USERNAME' in secret 'keystone-keystone-admin'> Optional: false
- OS_PASSWORD: <set to the key 'OS_PASSWORD' in secret 'keystone-keystone-admin'> Optional: false
- Mounts:
- /etc/keystone from etc-service (rw)
- /etc/keystone/fernet-keys/ from keystone-fernet-keys (ro)
- /etc/keystone/keystone.conf from db-sync-conf (ro)
- /etc/keystone/logging.conf from db-sync-conf (ro)
- /tmp/db-sync.sh from db-sync-sh (ro)
- /tmp/endpoint-update.py from db-sync-sh (ro)
- Volumes:
- db-sync-sh:
- Type: ConfigMap (a volume populated by a ConfigMap)
- Name: keystone-bin
- Optional: false
- etc-service:
- Type: EmptyDir (a temporary directory that shares a pod's lifetime)
- Medium:
- db-sync-conf:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-etc
- Optional: false
- keystone-fernet-keys:
- Type: Secret (a volume populated by a Secret)
- SecretName: keystone-fernet-keys
- Optional: false
- Events: <none>
Advertisement
Add Comment
Please, Sign In to add comment