nginxinc / kic-reference-architectures

MARA: Modern Application Reference Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: AWS deploys failing

qdzlug opened this issue · comments

Describe the bug
When deploying to AWS via Jenkins the following errors are encountered:

[2022-06-20T16:35:11.428Z] #=============================================================================================#

[2022-06-20T16:35:11.428Z] #   ___    ____     ___                                        ____            _   _       _  #

[2022-06-20T16:35:11.428Z] #  |_ _|  / ___|   |_ _|  _ __ ___     __ _    __ _    ___    | __ )   _   _  (_) | |   __| | #

[2022-06-20T16:35:11.428Z] #   | |  | |        | |  | '_ ` _ \   / _` |  / _` |  / _ \   |  _ \  | | | | | | | |  / _` | #

[2022-06-20T16:35:11.428Z] #   | |  | |___     | |  | | | | | | | (_| | | (_| | |  __/   | |_) | | |_| | | | | | | (_| | #

[2022-06-20T16:35:11.428Z] #  |___|  \____|   |___| |_| |_| |_|  \__,_|  \__, |  \___|   |____/   \__,_| |_| |_|  \__,_| #

[2022-06-20T16:35:11.428Z] #                                             |___/                                           #

[2022-06-20T16:35:11.428Z] #                                                                                             #

[2022-06-20T16:35:11.428Z] #=============================================================================================#

[2022-06-20T16:35:11.428Z]

[2022-06-20T16:35:11.428Z]

[2022-06-20T16:35:11.688Z] Previewing update (marajenkaws43)

[2022-06-20T16:35:11.688Z]

[2022-06-20T16:35:11.688Z] View Live: https://app.pulumi.com/qdzlug/kic-image-build/marajenkaws43/previews/565f3a71-6b88-4c40-9967-53ab8e7b9ee2

[2022-06-20T16:35:11.688Z]

[2022-06-20T16:35:12.629Z]

[2022-06-20T16:35:13.197Z]     pulumi:pulumi:Stack kic-image-build-marajenkaws43  kic:image_origin not specified, ****ing to: repository

[2022-06-20T16:35:13.458Z]  +  pulumi:pulumi:Stack kic-image-build-marajenkaws43 create kic:image_origin not specified, ****ing to: repository

[2022-06-20T16:35:13.718Z]     pulumi-python:dynamic:Resource nginx-ingress-controller  error: Exception calling application: 'IngressControllerImagePullerProvider' object has no attribute '__debug_logger_func'

[2022-06-20T16:35:13.718Z]  +  pulumi:pulumi:Stack kic-image-build-marajenkaws43 create 1 message

[2022-06-20T16:35:13.718Z]     pulumi-python:dynamic:Resource nginx-ingress-controller  1 error

[2022-06-20T16:35:13.718Z]

[2022-06-20T16:35:13.718Z] Diagnostics:

[2022-06-20T16:35:13.718Z]   pulumi-python:dynamic:Resource (nginx-ingress-controller):

[2022-06-20T16:35:13.718Z]     error: Exception calling application: 'IngressControllerImagePullerProvider' object has no attribute '__debug_logger_func'

[2022-06-20T16:35:13.718Z]

[2022-06-20T16:35:13.718Z]   pulumi:pulumi:Stack (kic-image-build-marajenkaws43):

[2022-06-20T16:35:13.718Z]     kic:image_origin not specified, ****ing to: repository

To Reproduce
Steps to reproduce the behavior:

  1. Kick off build in AWS via Jenkins
  2. Build fails at IC deployment

Expected behavior
Should work.

Your environment

  • Current master
  • Jenkins build agent in DO using Focal

Additional context
This has not been tested locally (ie, outside of Jenkins) yet.

Fixed as part of #167