Skip to content

Instantly share code, notes, and snippets.

@codevulture
Created February 5, 2018 15:47
Show Gist options
  • Save codevulture/79a9a8029b857de2e7a18eab916999de to your computer and use it in GitHub Desktop.
Save codevulture/79a9a8029b857de2e7a18eab916999de to your computer and use it in GitHub Desktop.
wordpress pod
ubuntu@ubuntu:~$ kubectl describe pod osba-quickstart-wordpress-84bb68fb89-bs69d -n osba-quickstart
Name: osba-quickstart-wordpress-84bb68fb89-bs69d
Namespace: osba-quickstart
Node: ubuntu/172.18.202.118
Start Time: Mon, 05 Feb 2018 13:50:27 +0000
Labels: app=osba-quickstart-wordpress
pod-template-hash=4066249645
Annotations: <none>
Status: Pending
IP: 172.17.0.12
Controlled By: ReplicaSet/osba-quickstart-wordpress-84bb68fb89
Containers:
osba-quickstart-wordpress:
Container ID:
Image: bitnami/wordpress:4.9.2-r0
Image ID:
Ports: 80/TCP, 443/TCP
State: Waiting
Reason: CreateContainerConfigError
Ready: False
Restart Count: 0
Requests:
cpu: 300m
memory: 512Mi
Liveness: http-get http://:http/wp-login.php delay=120s timeout=5s period=10s #success=1 #failure=6
Readiness: http-get http://:http/wp-login.php delay=30s timeout=5s period=10s #success=1 #failure=6
Environment:
MARIADB_HOST: <set to the key 'host' in secret 'osba-quickstart-wordpress-mysql-secret'> Optional: false
MARIADB_PORT_NUMBER: <set to the key 'port' in secret 'osba-quickstart-wordpress-mysql-secret'> Optional: false
WORDPRESS_DATABASE_NAME: <set to the key 'database' in secret 'osba-quickstart-wordpress-mysql-secret'> Optional: false
WORDPRESS_DATABASE_USER: <set to the key 'username' in secret 'osba-quickstart-wordpress-mysql-secret'> Optional: false
WORDPRESS_DATABASE_PASSWORD: <set to the key 'password' in secret 'osba-quickstart-wordpress-mysql-secret'> Optional: false
WORDPRESS_USERNAME: user
WORDPRESS_PASSWORD: <set to the key 'wordpress-password' in secret 'osba-quickstart-wordpress'> Optional: false
WORDPRESS_EMAIL: user@example.com
WORDPRESS_FIRST_NAME: FirstName
WORDPRESS_LAST_NAME: LastName
WORDPRESS_BLOG_NAME: User's Blog!
SMTP_HOST:
SMTP_PORT:
SMTP_USER:
SMTP_PASSWORD: <set to the key 'smtp-password' in secret 'osba-quickstart-wordpress'> Optional: false
SMTP_USERNAME:
SMTP_PROTOCOL:
Mounts:
/bitnami/apache from wordpress-data (rw)
/bitnami/php from wordpress-data (rw)
/bitnami/wordpress from wordpress-data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-mtm8p (ro)
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
wordpress-data:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
default-token-mtm8p:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-mtm8p
Optional: false
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: <none>
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
1h 9m 21 kubelet, ubuntu spec.containers{osba-quickstart-wordpress} Warning Failed Error: secrets "osba-quickstart-wordpress-mysql-secret" not found
1h 1m 23 kubelet, ubuntu spec.containers{osba-quickstart-wordpress} Normal Pulled Container image "bitnami/wordpress:4.9.2-r0" already present on machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment