Advertisement
kyle_o

wordpress-2

Apr 26th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Name: wordpress-7644b965d6-8dxl2
  2. Namespace: wordpress
  3. Priority: 0
  4. Node: <none>
  5. Labels: app.kubernetes.io/instance=wordpress
  6. app.kubernetes.io/managed-by=Tiller
  7. app.kubernetes.io/name=wordpress
  8. helm.sh/chart=wordpress-9.0.3
  9. pod-template-hash=7644b965d6
  10. Annotations: <none>
  11. Status: Pending
  12. IP:
  13. IPs: <none>
  14. Controlled By: ReplicaSet/wordpress-7644b965d6
  15. Containers:
  16. wordpress:
  17. Image: docker.io/bitnami/wordpress:5.3.2-debian-10-r43
  18. Ports: 8080/TCP, 8443/TCP
  19. Host Ports: 0/TCP, 0/TCP
  20. Requests:
  21. cpu: 300m
  22. memory: 512Mi
  23. Liveness: http-get http://:http/wp-login.php delay=120s timeout=5s period=10s #success=1 #failure=6
  24. Readiness: http-get http://:http/wp-login.php delay=30s timeout=5s period=10s #success=1 #failure=6
  25. Environment:
  26. ALLOW_EMPTY_PASSWORD: yes
  27. MARIADB_HOST: wordpress-mariadb
  28. MARIADB_PORT_NUMBER: 3306
  29. WORDPRESS_DATABASE_NAME: wordpress
  30. WORDPRESS_DATABASE_USER: wordpress
  31. WORDPRESS_DATABASE_PASSWORD: <set to the key 'mariadb-password' in secret 'wordpress-mariadb'> Optional: false
  32. WORDPRESS_USERNAME: user
  33. WORDPRESS_PASSWORD: <set to the key 'wordpress-password' in secret 'wordpress'> Optional: false
  34. WORDPRESS_EMAIL: user@example.com
  35. WORDPRESS_FIRST_NAME: FirstName
  36. WORDPRESS_LAST_NAME: LastName
  37. WORDPRESS_HTACCESS_OVERRIDE_NONE: no
  38. WORDPRESS_BLOG_NAME: User's Blog!
  39. WORDPRESS_SKIP_INSTALL: no
  40. WORDPRESS_TABLE_PREFIX: wp_
  41. WORDPRESS_SCHEME: http
  42. Mounts:
  43. /bitnami/wordpress from wordpress-data (rw,path="wordpress")
  44. /var/run/secrets/kubernetes.io/serviceaccount from default-token-44mxv (ro)
  45. Conditions:
  46. Type Status
  47. PodScheduled False
  48. Volumes:
  49. wordpress-data:
  50. Type: EmptyDir (a temporary directory that shares a pod's lifetime)
  51. Medium:
  52. SizeLimit: <unset>
  53. default-token-44mxv:
  54. Type: Secret (a volume populated by a Secret)
  55. SecretName: default-token-44mxv
  56. Optional: false
  57. QoS Class: Burstable
  58. Node-Selectors: <none>
  59. Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  60. node.kubernetes.io/unreachable:NoExecute for 300s
  61. Events:
  62. Type Reason Age From Message
  63. ---- ------ ---- ---- -------
  64. Warning FailedScheduling <unknown> default-scheduler 0/6 nodes are available: 6 node(s) had taints that the pod didn't tolerate.
  65. Warning FailedScheduling <unknown> default-scheduler 0/6 nodes are available: 6 node(s) had taints that the pod didn't tolerate.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement