Jose Carvajal
Jose Carvajal
fix in https://github.com/quarkusio/quarkus/pull/27825
> Unfortunately, the build failed: > > * Link to latest CI run: https://github.com/quarkusio/quarkus/actions/runs/5116893357 This is caused by: ``` 2023-05-30T02:31:51.1127191Z [INFO] [ERROR] Failed to execute goal on project kubernetes-with-grpc: Could...
PR that fixes the issue: https://github.com/quarkusio/quarkus/pull/33686
@iocanel the failures are related to the changes in https://github.com/quarkusio/quarkus/pull/33724, can you have a look please?
https://github.com/quarkusio/quarkus/pull/34121 should fix the test failures.
^^ @stuartwdouglas
@muItilingualism @FroMage @geoand https://github.com/quarkusio/quarkus/pull/44214 should address this.
Hello @HardNorth , can you take a look into these changes? Thanks!
The same happens to me. I passed the service-account with the valid arguments: ```yaml apiVersion: v1 kind: Pod spec: containers: - name: kubedock image: kubedock imagePullPolicy: Always tty: true args:...