Advertisement
Guest User

Untitled

a guest
Nov 19th, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. kubectl -n test describe canary/podinfo
  2. Name: podinfo
  3. Namespace: test
  4. Labels: <none>
  5. Annotations: <none>
  6. API Version: flagger.app/v1beta1
  7. Kind: Canary
  8. Metadata:
  9. Creation Timestamp: 2023-11-19T14:19:04Z
  10. Generation: 1
  11. Resource Version: 159642
  12. UID: 0bf4f635-a85a-4aee-af76-083c78b15c25
  13. Spec:
  14. Analysis:
  15. Interval: 10s
  16. Max Weight: 50
  17. Metrics:
  18. Interval: 1m
  19. Name: request-success-rate
  20. Threshold Range:
  21. Min: 99
  22. Step Weight: 5
  23. Threshold: 10
  24. Webhooks:
  25. Metadata:
  26. Cmd: curl -sd 'test' http://podinfo-canary/token | grep token
  27. Type: bash
  28. Name: acceptance-test
  29. Timeout: 30s
  30. Type: pre-rollout
  31. URL: http://flagger-loadtester.test/
  32. Metadata:
  33. Cmd: hey -z 1m -q 10 -c 2 http://app.example.com/
  34. Name: load-test
  35. Timeout: 5s
  36. URL: http://flagger-loadtester.test/
  37. Autoscaler Ref:
  38. API Version: autoscaling/v2
  39. Kind: HorizontalPodAutoscaler
  40. Name: podinfo
  41. Ingress Ref:
  42. API Version: networking.k8s.io/v1
  43. Kind: Ingress
  44. Name: podinfo
  45. Progress Deadline Seconds: 60
  46. Provider: nginx
  47. Service:
  48. Port: 80
  49. Target Port: 9898
  50. Target Ref:
  51. API Version: apps/v1
  52. Kind: Deployment
  53. Name: podinfo
  54. Status:
  55. Canary Weight: 5
  56. Conditions:
  57. Last Transition Time: 2023-11-19T14:22:12Z
  58. Last Update Time: 2023-11-19T14:22:12Z
  59. Message: New revision detected, progressing canary analysis.
  60. Reason: Progressing
  61. Status: Unknown
  62. Type: Promoted
  63. Failed Checks: 8
  64. Iterations: 0
  65. Last Applied Spec: 584c4546df
  66. Last Promoted Spec: 5d5dbc4d84
  67. Last Transition Time: 2023-11-19T14:23:52Z
  68. Phase: Progressing
  69. Tracked Configs:
  70. Events:
  71. Type Reason Age From Message
  72. ---- ------ ---- ---- -------
  73. Warning Synced 4m43s flagger podinfo-primary.test not ready: waiting for rollout to finish: observed deployment generation less than desired generation
  74. Warning Synced 4m33s flagger podinfo-primary.test not ready: waiting for rollout to finish: 0 of 1 (readyThreshold 100%) updated replicas are available
  75. Normal Synced 4m23s (x3 over 4m43s) flagger all the metrics providers are available!
  76. Normal Synced 4m23s flagger Initialization done! podinfo.test
  77. Normal Synced 103s flagger New revision detected! Scaling up podinfo.test
  78. Warning Synced 93s flagger canary deployment podinfo.test not ready: waiting for rollout to finish: 0 of 2 (readyThreshold 100%) updated replicas are available
  79. Normal Synced 83s flagger Starting canary analysis for podinfo.test
  80. Normal Synced 83s flagger Pre-rollout check acceptance-test passed
  81. Normal Synced 83s flagger Advance podinfo.test canary weight 5
  82. Warning Synced 3s (x8 over 73s) flagger Halt advancement no values found for nginx metric request-success-rate probably podinfo.test is not receiving traffic: running query failed: no values found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement